From 726e5ec906d3aee601a286ec74ebcdafb37654b0 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sun, 6 Oct 2013 12:08:54 +0200 Subject: [PATCH] xkeyboard-config: update to 2.10.1 --- xkeyboard-config/.md5sum | 2 +- 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 }