From e4a5730eb358cb0d78bc022204ddccac068c2bf2 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Feb 2012 23:15:06 +0000 Subject: Sat Feb 25 23:15:06 UTC 2012 --- extra/devilspie/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'extra/devilspie/PKGBUILD') 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 # Contributor: Travis Willard # Contributor: William Rea 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 -- cgit v1.2.3-54-g00ecf