summaryrefslogtreecommitdiff
path: root/community/xpad/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/xpad/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/xpad/PKGBUILD')
-rw-r--r--community/xpad/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/xpad/PKGBUILD b/community/xpad/PKGBUILD
index 6cb1a84d9..22e762c7d 100644
--- a/community/xpad/PKGBUILD
+++ b/community/xpad/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 15560 2010-04-12 15:32:43Z spupykin $
+# $Id: PKGBUILD 59076 2011-11-21 09:10:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: Ben <contrasutra@myrealbox.com>
@@ -9,6 +9,7 @@ pkgrel=5
pkgdesc="Stickies-like notes program"
arch=(i686 x86_64 'mips64el')
depends=('gtk2' 'libsm' 'librsvg')
+makedepends=('intltool')
url="http://mterry.name/xpad/"
license=('GPL')
install=xpad.install
@@ -18,9 +19,9 @@ md5sums=('a77bbabb4917c7da9b5d097d9a4e59a7'
'6a3d2952b469d65ec333714991ba8284')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
patch -p1 <$srcdir/xpad-gtk-2.20.patch
./configure --prefix=/usr
- /usr/bin/make || return 1
- /usr/bin/make DESTDIR=$startdir/pkg install
+ /usr/bin/make
+ /usr/bin/make DESTDIR=$pkgdir install
}