[arch-commits] Commit in kbd (repos/testing-x86_64 trunk/PKGBUILD)
Roman Kyrylych
roman at archlinux.org
Mon Oct 12 23:14:34 UTC 2009
Date: Monday, October 12, 2009 @ 19:14:34
Author: roman
Revision: 55463
archrelease: new repo testing-x86_64
Added:
kbd/repos/testing-x86_64/
Modified:
kbd/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2009-10-12 23:06:33 UTC (rev 55462)
+++ trunk/PKGBUILD 2009-10-12 23:14:34 UTC (rev 55463)
@@ -2,8 +2,8 @@
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=kbd
-pkgver=1.15
-pkgrel=2
+pkgver=1.15.1
+pkgrel=1
pkgdesc="Keytable files and keyboard utilities"
arch=('i686' 'x86_64')
url="ftp://ftp.altlinux.org/pub/people/legion/kbd/"
@@ -11,7 +11,7 @@
groups=('base')
depends=('glibc')
source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ba3fd20e6c79e58422c3cc6b28718939')
+md5sums=('f997c490fe5ede839aacf31da6c4eb06')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
@@ -26,6 +26,9 @@
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
More information about the arch-commits
mailing list