summaryrefslogtreecommitdiff
path: root/community/xkbsel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-21 23:14:49 +0000
committerroot <root@rshg054.dnsready.net>2011-11-21 23:14:49 +0000
commit859f538490d5f7a35356c8813cf5757b175eea98 (patch)
treef3da527fbc96be7a7a02fe3a8812d99c93fa8012 /community/xkbsel
parent70b4878648fd376433739bd5c835503f6301a5b2 (diff)
Mon Nov 21 23:14:49 UTC 2011
Diffstat (limited to 'community/xkbsel')
-rw-r--r--community/xkbsel/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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 <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
@@ -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
}