summaryrefslogtreecommitdiff
path: root/community/xkeycaps/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
commit8d32e471d53634b308adf93007922a6ccbd2b830 (patch)
tree606fdcd5508936ffdfc7cf510a16b7324c2792e2 /community/xkeycaps/PKGBUILD
parent4c9d76f582ae64854e30113e7f7dc621af3db820 (diff)
parent1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/chmsee/PKGBUILD community/cupsddk/PKGBUILD community/optipng/PKGBUILD community/pcb/PKGBUILD community/taglib-rcc/PKGBUILD community/wmctrl/PKGBUILD extra/c-ares/PKGBUILD multilib/lib32-freetype2/PKGBUILD
Diffstat (limited to 'community/xkeycaps/PKGBUILD')
-rw-r--r--community/xkeycaps/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/xkeycaps/PKGBUILD b/community/xkeycaps/PKGBUILD
index a9aa83962..ef84d353b 100644
--- a/community/xkeycaps/PKGBUILD
+++ b/community/xkeycaps/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 20050 2010-07-02 09:22:39Z spupykin $
+# $Id: PKGBUILD 59110 2011-11-21 10:43:20Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net>
@@ -11,7 +11,7 @@ pkgdesc="XKeyCaps is a graphical front-end to xmodmap."
url="http://www.jwz.org/xkeycaps/"
license=('custom')
depends=('libxaw')
-makedepends=('imake')
+makedepends=('imake' 'xbitmaps')
source=(http://www.jwz.org/$pkgname/$pkgname-$pkgver.tar.Z
license.txt)
md5sums=('6792f828db6538f44f7696a8783b44ac'
@@ -19,10 +19,10 @@ md5sums=('6792f828db6538f44f7696a8783b44ac'
build() {
cd $srcdir/$pkgname-$pkgver
- xmkmf || return 1
- make MANPATH=/usr/share/man || return 1
- make DESTDIR=$pkgdir install || return 1
- make DESTDIR=$pkgdir MANPATH=/usr/share/man install.man || return 1
+ xmkmf
+ make MANPATH=/usr/share/man
+ make DESTDIR=$pkgdir install
+ make DESTDIR=$pkgdir MANPATH=/usr/share/man install.man
install -Dm644 ../license.txt \
$pkgdir/usr/share/licenses/$pkgname/license.txt
}