summaryrefslogtreecommitdiff
path: root/community/xpad/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-11-05 00:47:11 -0800
committerroot <root@rshg054.dnsready.net>2013-11-05 00:47:11 -0800
commit4525bb3909f233fd13dbfb43aa6ff4e64e8340d9 (patch)
treeadd2024759bc7a18fc8d7f4101dc5d5d9b3e1e44 /community/xpad/PKGBUILD
parent058983fb5cb16dbb25368dd464cbcf27205b3f93 (diff)
Tue Nov 5 00:46:51 PST 2013
Diffstat (limited to 'community/xpad/PKGBUILD')
-rw-r--r--community/xpad/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/community/xpad/PKGBUILD b/community/xpad/PKGBUILD
index 08fc0854f..d1200009e 100644
--- a/community/xpad/PKGBUILD
+++ b/community/xpad/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 60101 2011-12-05 05:18:09Z spupykin $
+# $Id: PKGBUILD 100460 2013-11-04 12:14:25Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: Ben <contrasutra@myrealbox.com>
pkgname=xpad
-pkgver=4.1
+pkgver=4.2
pkgrel=1
pkgdesc="Stickies-like notes program"
arch=(i686 x86_64)
@@ -15,13 +15,16 @@ license=('GPL')
install=xpad.install
source=(http://launchpad.net/xpad/trunk/$pkgver/+download/xpad-$pkgver.tar.bz2
xpad-gtk-2.20.patch)
-md5sums=('e37bfbe2331d810124c28150fdf30b3f'
+md5sums=('85583f8f68ad61ec282ea1332fe76480'
'6a3d2952b469d65ec333714991ba8284')
build() {
cd $srcdir/$pkgname-$pkgver
-# patch -p1 <$srcdir/xpad-gtk-2.20.patch
./configure --prefix=/usr
- /usr/bin/make
- /usr/bin/make DESTDIR=$pkgdir install
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
}