2008-10-08 14:55:31 +02:00
|
|
|
# Template build file for 'xset'.
|
|
|
|
pkgname=xset
|
2009-10-28 03:06:01 +01:00
|
|
|
version=1.1.0
|
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-10-28 03:06:01 +01:00
|
|
|
checksum=72c859c6030890a25cf828d0b2743454e50eadab30f6be8c17172fe97a554643
|
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 libXfontcache
|