summaryrefslogtreecommitdiff
path: root/community/windowlab/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/windowlab/PKGBUILD')
-rw-r--r--community/windowlab/PKGBUILD16
1 files changed, 12 insertions, 4 deletions
diff --git a/community/windowlab/PKGBUILD b/community/windowlab/PKGBUILD
index 7dec691b1..febeb0aca 100644
--- a/community/windowlab/PKGBUILD
+++ b/community/windowlab/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 69029 2012-04-08 11:16:33Z giovanni $
+# $Id: PKGBUILD 96907 2013-09-07 17:50:24Z bgyorgy $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: phrakture <aaronmgriffin -at- gmail.dot.com>
@@ -6,14 +6,22 @@
pkgname=windowlab
pkgver=1.40
-pkgrel=3
+pkgrel=4
pkgdesc="A small and simple window manager."
arch=('i686' 'x86_64' 'mips64el')
url="http://www.nickgravgaard.com/windowlab"
license=('GPL')
depends=('xorg-server' 'libxft' 'libxext')
-source=("http://www.nickgravgaard.com/windowlab/${pkgname}-${pkgver}.tar")
-md5sums=('7fcf770b3da932ac7d252572974b0d54')
+source=("http://www.nickgravgaard.com/windowlab/${pkgname}-${pkgver}.tar"
+ 'xft.patch')
+md5sums=('7fcf770b3da932ac7d252572974b0d54'
+ '51e5a2d48c6d5837786f2571ccc1ce72')
+
+prepare() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ patch -Np1 -i ../xft.patch
+}
build() {
cd ${srcdir}/${pkgname}-${pkgver}