From 859f538490d5f7a35356c8813cf5757b175eea98 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 21 Nov 2011 23:14:49 +0000 Subject: Mon Nov 21 23:14:49 UTC 2011 --- community/xkbsel/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/xkbsel') diff --git a/community/xkbsel/PKGBUILD b/community/xkbsel/PKGBUILD index 181c09ea3..13b51a615 100644 --- a/community/xkbsel/PKGBUILD +++ b/community/xkbsel/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 19405 2010-06-23 09:07:11Z spupykin $ +# $Id: PKGBUILD 58985 2011-11-20 19:27:14Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin @@ -10,8 +10,8 @@ arch=('i686' 'x86_64') url="http://www.meduna.org/sw_xkbsel_en.html" license=('GPL') depends=('gdbm' 'libxaw') -makedepends=('patch') -source=(http://www.meduna.org/code/$pkgname-$pkgver.tar.gz \ +makedepends=('patch' 'xkeyboard-config') +source=(http://www.meduna.org/code/$pkgname-$pkgver.tar.gz build-fix.patch) md5sums=('c82196344ef920a072f413df85b9dc00' 'dee0f7de8618d9eff073942f0e08f030') @@ -26,6 +26,6 @@ build() { ./configure --prefix=/usr --localstatedir=/var/lib --sysconfdir=/etc/xkbsel \ --build=`uname -m` --host=`uname -m` --target=`uname -m` \ --mandir=/usr/share/man - make || return 1 - make DESTDIR=$pkgdir install || return 1 + make + make DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf