From 859139dbf1a49fffeccd38dab7d17fe12a598f0b Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Sat, 4 Sep 2010 23:02:30 -0700 Subject: xkeyboard-config:Bumped/Updated for LinHES 7. --- abs/core-testing/xkeyboard-config/PKGBUILD | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/abs/core-testing/xkeyboard-config/PKGBUILD b/abs/core-testing/xkeyboard-config/PKGBUILD index abac013..740c544 100644 --- a/abs/core-testing/xkeyboard-config/PKGBUILD +++ b/abs/core-testing/xkeyboard-config/PKGBUILD @@ -1,28 +1,26 @@ -# $Id: PKGBUILD 22425 2008-12-26 19:55:49Z jgc $ +# $Id: PKGBUILD 65515 2010-01-30 15:59:03Z jgc $ # Maintainer: Jan de Groot pkgname=xkeyboard-config -pkgver=1.4 -pkgrel=2 +pkgver=1.8 +pkgrel=1 pkgdesc="X keyboard configuration files" -arch=(i686 x86_64) +arch=(any) license=('custom') url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig" depends=('xorg-xkb-utils') -makedepends=('perlxml' 'pkgconfig') +makedepends=('intltool' 'pkgconfig') provides=('xkbdata') replaces=('xkbdata') conflicts=('xkbdata') -source=(http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${pkgver}.tar.bz2 - fix-abnt2.patch) -md5sums=('a9fe7efbc67a6966c4d4501f0cf88073' '5af20ec00a42a051cf0d7bcb572471df') +source=(http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${pkgver}.tar.bz2) +md5sums=('37ae41628cd2ce35d202d30b1820c8ba') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/fix-abnt2.patch" || return 1 ./configure --prefix=/usr \ - --with-xkb-base=/usr/share/X11/xkb \ - --with-xkb-rules-symlink=xorg \ - --enable-compat-rules=yes || return 1 + --with-xkb-base=/usr/share/X11/xkb \ + --with-xkb-rules-symlink=xorg \ + --enable-compat-rules=yes || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1 rm -f "${pkgdir}/usr/share/X11/xkb/compiled" || return 1 -- cgit v0.12