summaryrefslogtreecommitdiff
path: root/community/matchbox-window-manager
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-09 00:51:01 -0700
committerroot <root@rshg054.dnsready.net>2013-06-09 00:51:01 -0700
commit7b378b1b5b346bd49a5ab1652214fb34d03de3a9 (patch)
tree9ec661d7828b93bd4d24723647adc0701d87eda2 /community/matchbox-window-manager
parente90166c70f3a2bd27d8c914491f7e0510855fd3f (diff)
Sun Jun 9 00:50:45 PDT 2013
Diffstat (limited to 'community/matchbox-window-manager')
-rw-r--r--community/matchbox-window-manager/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/matchbox-window-manager/PKGBUILD b/community/matchbox-window-manager/PKGBUILD
index 888dc2d37..d9a3c002b 100644
--- a/community/matchbox-window-manager/PKGBUILD
+++ b/community/matchbox-window-manager/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 66232 2012-02-23 05:07:09Z spupykin $
+# $Id: PKGBUILD 92576 2013-06-08 20:30:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Henrique C. Alves <hcarvalhoalves@gmail.com>
pkgname=matchbox-window-manager
pkgver=1.2
-pkgrel=3
+pkgrel=4
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' 'libsm')
url="http://matchbox-project.org/"
-source=(http://matchbox-project.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-window-manager/$pkgver/$pkgname-$pkgver.tar.bz2)
md5sums=('3e158dcf57823b55c926d95b245500fb')
build() {
@@ -19,5 +19,9 @@ build() {
--enable-startup-notification --enable-session \
--enable-alt-input-wins --enable-expat
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}