summaryrefslogtreecommitdiff
path: root/community/matchbox-desktop
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-22 11:48:08 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-22 11:48:08 -0300
commitdfccf2688839095bf2917186529e15f438a86a27 (patch)
tree79e7fcbe95952d0361e4d69590ce1dc6fde15468 /community/matchbox-desktop
parentddb6519616b89709bff2278f935b735e67426504 (diff)
parent859f538490d5f7a35356c8813cf5757b175eea98 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/mingw32-binutils/PKGBUILD community/numlockx/PKGBUILD community/slock/PKGBUILD extra/graphviz/PKGBUILD
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 f9ef9a2df..807603bb1 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' 'mips64el')
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
}