Date: Monday, April 12, 2010 @ 14:05:20 Author: tpowa Revision: 77418
upgpkg: kbd 1.15.2-1 bump to latest version Modified: kbd/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-12 18:04:07 UTC (rev 77417) +++ PKGBUILD 2010-04-12 18:05:20 UTC (rev 77418) @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=kbd -pkgver=1.15.1 +pkgver=1.15.2 pkgrel=1 pkgdesc="Keytable files and keyboard utilities" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ license=('GPL') depends=('glibc') source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz) -md5sums=('f997c490fe5ede839aacf31da6c4eb06') +md5sums=('77d0b51454522bc6c170bbdc6e31202a') build() { cd ${startdir}/src/${pkgname}-${pkgver} @@ -25,9 +25,6 @@ mv data/keymaps/i386/dvorak/no{,-dvorak}.map mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map - aclocal - autoconf - automake --add-missing ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes || return 1 make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${startdir}/pkg install
