summaryrefslogtreecommitdiff
path: root/community/xkbsel
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-22 11:48:08 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-22 11:48:08 -0300
commitdfccf2688839095bf2917186529e15f438a86a27 (patch)
tree79e7fcbe95952d0361e4d69590ce1dc6fde15468 /community/xkbsel
parentddb6519616b89709bff2278f935b735e67426504 (diff)
parent859f538490d5f7a35356c8813cf5757b175eea98 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/mingw32-binutils/PKGBUILD community/numlockx/PKGBUILD community/slock/PKGBUILD extra/graphviz/PKGBUILD
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 3598a6611..c3d44e678 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' 'mips64el')
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
}