summaryrefslogtreecommitdiff
path: root/community/xkeycaps/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
committerroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
commit1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (patch)
tree070846cb6770ab17d394d88c3f0cd3ad3eb89842 /community/xkeycaps/PKGBUILD
parent851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff)
Wed Nov 23 23:15:26 UTC 2011
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 8c9a1c9f5..1fade9a45 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
}