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

Ionut Biru ibiru at archlinux.org
Thu Jan 27 13:30:08 UTC 2011


    Date: Thursday, January 27, 2011 @ 08:30:08
  Author: ibiru
Revision: 107892

upgpkg: devilspie 0.22-4
make it compile against gtk2 2.22

Modified:
  devilspie/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-27 13:28:25 UTC (rev 107891)
+++ PKGBUILD	2011-01-27 13:30:08 UTC (rev 107892)
@@ -5,20 +5,24 @@
 
 pkgname=devilspie
 pkgver=0.22
-pkgrel=3
+pkgrel=4
 pkgdesc="x11 window matching utility"
 arch=('i686' 'x86_64')
 url="http://www.burtonini.com/blog/computers/devilspie"
 license=('GPL')
-depends=('libwnck>=2.24')
-makedepends=('perlxml' 'pkgconfig')
+depends=('libwnck')
+makedepends=('pkgconfig' 'intltool' 'gnome-common')
 source=("http://www.burtonini.com/computing/$pkgname-$pkgver.tar.gz")
 md5sums=('4190e12f99ab92c0427e457d9fbfe231')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am
+
+  ./autogen.sh
+
   ./configure --prefix=/usr --sysconfdir=/etc
-  make || return 1
+  make
   make prefix=$pkgdir/usr install
   # Make and install blank config
   mkdir -p $pkgdir/etc/devilspie




More information about the arch-commits mailing list