xorg-xset: updated to 1.0.3.

This commit is contained in:
Tilman Sauerbeck 2007-08-28 20:08:17 +02:00
parent e8e77a7675
commit cdaf8a55e1
3 changed files with 4 additions and 4 deletions

View File

@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xset
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xset.1x.gz
-rw-r--r-- root/root usr/man/man1/xset.1.gz

View File

@ -1 +1 @@
1b781a0802c7b8fb9619a6665607b3f0 xset-1.0.2.tar.bz2
657bbb43ce5470c33665d187c1740566 xset-1.0.3.tar.bz2

View File

@ -4,14 +4,14 @@
# Depends on: xorg-libxmu, xorg-libx11, xorg-libxext, xorg-libxxf86misc, xorg-libxfontcache, xorg-libxp
name=xorg-xset
version=1.0.2
version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xset-$version.tar.bz2)
build() {
cd xset-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install