summaryrefslogtreecommitdiff
path: root/community/matchbox-window-manager
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-window-manager
parent70b4878648fd376433739bd5c835503f6301a5b2 (diff)
Mon Nov 21 23:14:49 UTC 2011
Diffstat (limited to 'community/matchbox-window-manager')
-rw-r--r--community/matchbox-window-manager/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/matchbox-window-manager/PKGBUILD b/community/matchbox-window-manager/PKGBUILD
index 5c321c4e0..8a093e686 100644
--- a/community/matchbox-window-manager/PKGBUILD
+++ b/community/matchbox-window-manager/PKGBUILD
@@ -1,3 +1,5 @@
+# $Id: PKGBUILD 59005 2011-11-20 19:53:19Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Henrique C. Alves <hcarvalhoalves@gmail.com>
pkgname=matchbox-window-manager
@@ -6,16 +8,16 @@ pkgrel=2
pkgdesc="A pretty much unique X window manager with a classic PDA management policy"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng')
-url="http://projects.o-hand.com/matchbox"
-source=(http://projects.o-hand.com/matchbox/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+depends=('libmatchbox' 'startup-notification' 'libpng' 'libsm')
+url="http://matchbox-project.org/"
+source=(http://matchbox-project.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
md5sums=('3e158dcf57823b55c926d95b245500fb')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure --sysconfdir=/etc --prefix=/usr \
--enable-startup-notification --enable-session \
--enable-alt-input-wins --enable-expat
- make || return 1
- make DESTDIR=$startdir/pkg install
+ make
+ make DESTDIR=$pkgdir install
}