26 lines
996 B
Text
26 lines
996 B
Text
# Template file for 'xorg-server-utils'
|
|
pkgname=xorg-apps
|
|
version=7.6
|
|
revision=3
|
|
build_style=meta-template
|
|
# xinit is not in xorg-7.5 app directory?!!
|
|
makedepends="iceauth>=1.0.4 sessreg>=1.0.6 setxkbmap>=1.2.0 smproxy>=1.0.4
|
|
x11perf>=1.5.2 xauth>=1.0.5 xbacklight>=1.1.2 xcmsdb>=1.0.3 xcursorgen>=1.0.4
|
|
xdpyinfo>=1.2.0 xev>=1.1.0 xgamma>=1.0.4 xhost>=1.0.4
|
|
xinput>=1.5.3 xkbcomp>=1.2.0 xkbevd>=1.1.2 xkbutils>=1.0.3 xkill>=1.0.3
|
|
xlsatoms>=1.1.0 xlsclients>=1.1.1 xmodmap>=1.0.5 xpr>=1.0.3 xprop>=1.2.0
|
|
xrandr>=1.3.4 xrdb>=1.0.7 xrefresh>=1.0.4 xset>=1.2.1 xsetroot>=1.1.0
|
|
xvinfo>=1.1.1 xwd>=1.0.4 xwininfo>=1.1.1 xwud>=1.0.3 xinit>=1.1.1"
|
|
short_desc="X.org applications"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
long_desc="
|
|
This is the Xorg applications meta-package for installing various
|
|
applications from the modular Xorg project."
|
|
|
|
xorg-apps_package() {
|
|
depends="${makedepends}"
|
|
noarch="yes"
|
|
replaces="xorg-server-utils>=0"
|
|
}
|