summaryrefslogtreecommitdiff
path: root/community/windowlab
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-15 00:01:19 +0000
committerroot <root@rshg054.dnsready.net>2012-03-15 00:01:19 +0000
commit14635ca5380a480450a66c3fcc29992d29a2bd8e (patch)
treea2f8e712c9e15b829397666c06d1cdd1a877d8a6 /community/windowlab
parent01a0c4bc740842efa3bf1a7e1d6c8be5656e4e2a (diff)
Thu Mar 15 00:01:19 UTC 2012
Diffstat (limited to 'community/windowlab')
-rw-r--r--community/windowlab/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/windowlab/PKGBUILD b/community/windowlab/PKGBUILD
index 80237ed83..d126cc250 100644
--- a/community/windowlab/PKGBUILD
+++ b/community/windowlab/PKGBUILD
@@ -1,21 +1,23 @@
+# $Id: PKGBUILD 67590 2012-03-13 12:48:45Z giovanni $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: phrakture <aaronmgriffin -at- gmail.dot.com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=windowlab
pkgver=1.40
-pkgrel=1
+pkgrel=2
pkgdesc="A small and simple window manager."
arch=('i686' 'x86_64')
url="http://www.nickgravgaard.com/windowlab"
license=('GPL')
-depends=('xorg-server' 'libxft')
-source=(http://www.nickgravgaard.com/windowlab/${pkgname}-${pkgver}.tar)
+depends=('xorg-server' 'libxft' 'libxext')
+source=("http://www.nickgravgaard.com/windowlab/${pkgname}-${pkgver}.tar")
md5sums=('346f8c187838a446b4cbb2326d035577')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- make PREFIX=/usr || return 1
+ make PREFIX=/usr
}
package() {