summaryrefslogtreecommitdiff
path: root/extra/devilspie/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/devilspie/PKGBUILD')
-rw-r--r--extra/devilspie/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/devilspie/PKGBUILD b/extra/devilspie/PKGBUILD
index 1dba7d39b..a2b2cafa0 100644
--- a/extra/devilspie/PKGBUILD
+++ b/extra/devilspie/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 107892 2011-01-27 13:30:08Z ibiru $
+# $Id: PKGBUILD 150942 2012-02-24 09:37:23Z pierre $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
# Contributor: Travis Willard <travisw@wmpub.ca>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=devilspie
pkgver=0.22
-pkgrel=4
+pkgrel=5
pkgdesc="x11 window matching utility"
arch=('i686' 'x86_64')
url="http://www.burtonini.com/blog/computers/devilspie"
@@ -18,11 +18,15 @@ md5sums=('4190e12f99ab92c0427e457d9fbfe231')
build() {
cd $srcdir/$pkgname-$pkgver
sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am
-
+ export LIBS="-lX11"
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make prefix=$pkgdir/usr install
# Make and install blank config
mkdir -p $pkgdir/etc/devilspie