xkeyboard-config: update to 2.10.1

This commit is contained in:
Juergen Daubert 2013-10-06 12:08:54 +02:00
parent 7af1385185
commit 726e5ec906
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
9b1280d8ba40274a0f1567c94fca7501 xkeyboard-config-2.9.tar.bz2
997d75c722142be0d03ce4899d349d92 xkeyboard-config-2.10.1.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-xkbcomp, intltool
name=xkeyboard-config
version=2.9
version=2.10.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/data/$name/$name-$version.tar.bz2)
@ -13,14 +13,13 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls \
--with-xkb-base=/usr/share/X11/xkb \
--with-xkb-rules-symlink=xorg
make -j1
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
ln -s /var/lib/xkb $PKG/usr/share/X11/xkb/compiled
find $PKG -name README -delete
}