From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/devilspie/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 community/devilspie/PKGBUILD (limited to 'community/devilspie/PKGBUILD') diff --git a/community/devilspie/PKGBUILD b/community/devilspie/PKGBUILD new file mode 100644 index 000000000..579bdc74c --- /dev/null +++ b/community/devilspie/PKGBUILD @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 83136 2013-01-27 16:13:00Z pierre $ +# Maintainer: Aaron Griffin +# Contributor: Travis Willard +# Contributor: William Rea + +pkgname=devilspie +pkgver=0.22 +pkgrel=5 +pkgdesc="x11 window matching utility" +arch=('i686' 'x86_64') +url="http://www.burtonini.com/blog/computers/devilspie" +license=('GPL') +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 + 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 + echo '(debug)' > $pkgdir/etc/devilspie/example.ds +} -- cgit v1.2.3-54-g00ecf