void-packages/srcpkgs/xorg-apps/template
Juan RP 85cc462e1d Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
  they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
  example udev now has a subpkgs called "libgudev". Previously
  subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
  That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.

And more that I forgot because it's a mega-commit that I've been
working for some days already...

--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
2009-11-22 08:31:44 +01:00

49 lines
1.6 KiB
Plaintext

# Template file for 'xorg-server-utils'
pkgname=xorg-apps
version=7.5
build_style=meta-template
short_desc="X.org applications"
maintainer="Juan RP <xtraeme@gmail.com>"
long_desc="
This is the Xorg applications meta-package for installing various
applications from the modular Xorg project."
replaces="xorg-server-utils"
noarch=yes
Add_dependency full iceauth ">=1.0.3"
Add_dependency full sessreg ">=1.0.5"
Add_dependency full setxkbmap ">=1.1.0"
Add_dependency full smproxy ">=1.0.3"
Add_dependency full x11perf ">=1.5.1"
Add_dependency full xauth ">=1.0.4"
Add_dependency full xbacklight ">=1.1.1"
Add_dependency full xcmsdb ">=1.0.2"
Add_dependency full xcursorgen ">=1.0.3"
Add_dependency full xdpyinfo ">=1.1.0"
Add_dependency full xdriinfo ">=1.0.3"
Add_dependency full xev ">=1.0.4"
Add_dependency full xgamma ">=1.0.3"
Add_dependency full xhost ">=1.0.3"
Add_dependency full xinput ">=1.5.0"
Add_dependency full xkbcomp ">=1.1.1"
Add_dependency full xkbevd ">=1.1.0"
Add_dependency full xkbutils ">=1.0.2"
Add_dependency full xkill ">=1.0.2"
Add_dependency full xlsatoms ">=1.0.2"
Add_dependency full xlsclients ">=1.0.2"
Add_dependency full xmodmap ">=1.0.4"
Add_dependency full xpr ">=1.0.3"
Add_dependency full xprop ">=1.1.0"
Add_dependency full xrandr ">=1.3.2"
Add_dependency full xrdb ">=1.0.6"
Add_dependency full xrefresh ">=1.0.3"
Add_dependency full xset ">=1.1.0"
Add_dependency full xsetroot ">=1.0.3"
Add_dependency full xvinfo ">=1.1.0"
Add_dependency full xwd ">=1.0.3"
Add_dependency full xwininfo ">=1.0.5"
Add_dependency full xwud ">=1.0.2"
# xinit is not in xorg-7.5 app directory?!!
Add_dependency full xinit ">=1.1.1"