summaryrefslogtreecommitdiff
path: root/extra/devilspie
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-26 01:16:44 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-26 01:16:44 -0300
commit92155342158c2dbcc0c840325d63d1742d3583ec (patch)
treef0900a2867d221c79742e7a06ca4244a21abf8f3 /extra/devilspie
parent78fa3fcb824603de4b7bc558a423edca6bc18836 (diff)
parente4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/astyle/PKGBUILD community/gavl/PKGBUILD community/lmms/PKGBUILD community/portaudio/PKGBUILD community/redshift/PKGBUILD extra/gnutls/PKGBUILD extra/libglade/PKGBUILD extra/libgnome/PKGBUILD extra/orbit2/PKGBUILD extra/pypgsql/PKGBUILD extra/vlc/PKGBUILD extra/xorg-appres/PKGBUILD extra/xorg-xdriinfo/PKGBUILD extra/xorg-xfs/PKGBUILD extra/xorg-xgamma/PKGBUILD extra/xorg-xhost/PKGBUILD extra/xorg-xkbevd/PKGBUILD extra/xorg-xkbutils/PKGBUILD extra/xorg-xload/PKGBUILD extra/xorg-xlogo/PKGBUILD extra/xorg-xlsatoms/PKGBUILD extra/xorg-xlsclients/PKGBUILD extra/xorg-xmag/PKGBUILD extra/xorg-xmodmap/PKGBUILD extra/xorg-xrdb/PKGBUILD extra/xorg-xrefresh/PKGBUILD extra/xorg-xsetroot/PKGBUILD extra/xorg-xvidtune/PKGBUILD extra/xorg-xwd/PKGBUILD extra/xorg-xwud/PKGBUILD extra/zile/PKGBUILD multilib/wine/PKGBUILD testing/xf86-video-intel/PKGBUILD
Diffstat (limited to 'extra/devilspie')
-rw-r--r--extra/devilspie/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/devilspie/PKGBUILD b/extra/devilspie/PKGBUILD
index f4792043c..251d4d913 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' 'mips64el')
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