changeset 898:7afac57a376f

meta/meta-xorg: initial import
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 20:25:00 +0200
parents 6e605e9a2b91
children b3d2273e2809
files meta/meta-xorg/meta-xorg.sh
diffstat 1 files changed, 125 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/meta/meta-xorg/meta-xorg.sh	Mon Aug 26 20:25:00 2019 +0200
@@ -0,0 +1,125 @@
+#!/bin/sh
+#
+# Copyright (c) 2019 David Demelier <markand@malikania.fr>
+#
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+#
+
+PKGNAME=meta-xorg
+PKGVERSION=0
+PKGREVISION=1
+PKGLICENSE="ISC"
+PKGSUMMARY="meta package for X.Org distribution"
+PKGDEPENDS="appres
+            bdftopcf
+            bitmap
+            font-util
+            iceauth
+            imake
+            libdmx
+            libfontenc
+            libfs
+            libice
+            libpciaccess
+            libpthread-stubs
+            libsm
+            libx11
+            libxau
+            libxaw
+            libxcb
+            libxcomposite
+            libxcursor
+            libxdamage
+            libxdmcp
+            libxext
+            libxfixes
+            libxfont2
+            libxft
+            libxi
+            libxinerama
+            libxkbfile
+            libxmu
+            libxpm
+            libxpresent
+            libxrandr
+            libxrender
+            libxres
+            libxscrnsaver
+            libxshmfence
+            libxt
+            libxtrap
+            libxtst
+            libxv
+            libxvmc
+            libxxf86dga
+            libxxf86misc
+            libxxf86vm
+            luit
+            makedepend
+            mkfontscale
+            rendercheck
+            rgb
+            sessreg
+            setxkbmap
+            twm
+            util-macros
+            x11perf
+            xauth
+            xbacklight
+            xbitmaps
+            xcalc
+            xcb-proto
+            xcb-util
+            xcb-util-cursor
+            xcb-util-image
+            xcb-util-keysyms
+            xcb-util-renderutil
+            xcb-util-wm
+            xclock
+            xcompmgr
+            xcursorgen
+            xdm
+            xdpyinfo
+            xdriinfo
+            xev
+            xf86-input-evdev
+            xf86-input-keyboard
+            xf86-input-libinput
+            xf86-input-mouse
+            xf86-video-vesa
+            xfontsel
+            xgamma
+            xhost
+            xinit
+            xinput
+            xkbcomp
+            xkeyboard-config
+            xkill
+            xlsfonts
+            xmag
+            xmodmap
+            xorg-server
+            xorgproto
+            xprop
+            xrandr
+            xrdb
+            xset
+            xsetroot
+            xtrans
+            xvinfo
+            xwininfo"
+
+build()
+{
+	exit 0
+}