[arch-commits] Commit in devilspie/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Fri Feb 24 09:36:09 UTC 2012


    Date: Friday, February 24, 2012 @ 04:36:09
  Author: pierre
Revision: 150941

upgpkg: devilspie 0.22-5

rebuild old package

Modified:
  devilspie/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 08:14:26 UTC (rev 150940)
+++ PKGBUILD	2012-02-24 09:36:09 UTC (rev 150941)
@@ -5,7 +5,7 @@
 
 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 @@
 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




More information about the arch-commits mailing list