diff options
author | Juergen Daubert <jue@jue.li> | 2013-10-06 12:08:54 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-10-06 12:08:54 +0200 |
commit | 726e5ec906d3aee601a286ec74ebcdafb37654b0 (patch) | |
tree | 6d5e1ae327605d33d0606e50198a653807b7ea0f /xkeyboard-config | |
parent | 7af13851859d6997a608374567361f44fad6c9ec (diff) | |
download | xorg-726e5ec906d3aee601a286ec74ebcdafb37654b0.tar.gz xorg-726e5ec906d3aee601a286ec74ebcdafb37654b0.tar.xz |
xkeyboard-config: update to 2.10.1
Diffstat (limited to 'xkeyboard-config')
-rw-r--r-- | xkeyboard-config/.md5sum | 2 | ||||
-rw-r--r-- | xkeyboard-config/Pkgfile | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/xkeyboard-config/.md5sum b/xkeyboard-config/.md5sum index 29ca9eeb..539eec58 100644 --- a/xkeyboard-config/.md5sum +++ b/xkeyboard-config/.md5sum @@ -1 +1 @@ -9b1280d8ba40274a0f1567c94fca7501 xkeyboard-config-2.9.tar.bz2 +997d75c722142be0d03ce4899d349d92 xkeyboard-config-2.10.1.tar.bz2 diff --git a/xkeyboard-config/Pkgfile b/xkeyboard-config/Pkgfile index 4b2ada55..fec63027 100644 --- a/xkeyboard-config/Pkgfile +++ b/xkeyboard-config/Pkgfile @@ -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 } |