2008-10-08 14:55:31 +02:00
|
|
|
# Template build file for 'xset'.
|
|
|
|
pkgname=xset
|
|
|
|
version=1.0.4
|
2009-03-27 06:56:09 +01:00
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
2008-10-08 14:55:31 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="X11 user preferences utility"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-03-27 06:56:09 +01:00
|
|
|
checksum=6c3e74bb36beab92b918f0db12198d2526675276c724558a1de71d7789d0bdad
|
2008-10-08 14:55:31 +02:00
|
|
|
long_desc="
|
|
|
|
The xset program is used to set various user preference options of
|
|
|
|
the X11 display and environment, such as the bell, key clicks,
|
|
|
|
DPMS, font paths, keyboard LEDs, mouse pointer, pixel colors,
|
|
|
|
keyboard autorepeat, and screen saver."
|
2009-03-27 06:56:09 +01:00
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full libX11
|
|
|
|
Add_dependency full libXext
|
|
|
|
Add_dependency full libXmu
|
|
|
|
Add_dependency full libXau
|
|
|
|
Add_dependency full libXp
|
|
|
|
Add_dependency full libXxf86misc
|
|
|
|
Add_dependency full libXfontcache
|