summaryrefslogtreecommitdiff
path: root/community/matchbox-desktop
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-21 23:14:49 +0000
committerroot <root@rshg054.dnsready.net>2011-11-21 23:14:49 +0000
commit859f538490d5f7a35356c8813cf5757b175eea98 (patch)
treef3da527fbc96be7a7a02fe3a8812d99c93fa8012 /community/matchbox-desktop
parent70b4878648fd376433739bd5c835503f6301a5b2 (diff)
Mon Nov 21 23:14:49 UTC 2011
Diffstat (limited to 'community/matchbox-desktop')
-rw-r--r--community/matchbox-desktop/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/matchbox-desktop/PKGBUILD b/community/matchbox-desktop/PKGBUILD
index 5d2af790e..637edc3e2 100644
--- a/community/matchbox-desktop/PKGBUILD
+++ b/community/matchbox-desktop/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 21413 2010-07-16 12:00:56Z spupykin $
+# $Id: PKGBUILD 58996 2011-11-20 19:49:57Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Henrique C. Alves <hcarvalhoalves@gmail.com>
@@ -9,14 +9,14 @@ pkgdesc="A PDA style application launcher or 'item browser'."
arch=('i686' 'x86_64')
license=('GPL')
depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2')
-url="http://projects.o-hand.com/matchbox"
+url="http://matchbox-project.org/"
options=('!libtool')
-source=(http://projects.o-hand.com/matchbox/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+source=(http://matchbox-project.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
md5sums=('b0a4a47130272e2adab4e9feb43a6c9c')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
- make || return 1
+ make
make DESTDIR=$pkgdir install
}