Date: Monday, May 2, 2016 @ 00:15:06 Author: arodseth Revision: 173274
upgpkg: devilspie 0.22-7 Modified: devilspie/trunk/PKGBUILD ----------+ PKGBUILD | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-01 16:39:54 UTC (rev 173273) +++ PKGBUILD 2016-05-01 22:15:06 UTC (rev 173274) @@ -1,34 +1,38 @@ # $Id$ -# Maintainer: Aaron Griffin <[email protected]> -# Contributor: Travis Willard <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> +# Contributor: Aaron Griffin <[email protected]> +# Contributor: Travis Willard <[email protected]> # Contributor: William Rea <[email protected]> pkgname=devilspie pkgver=0.22 -pkgrel=6 -pkgdesc="x11 window matching utility" -arch=('i686' 'x86_64') -url="http://www.burtonini.com/blog/computers/devilspie" +pkgrel=7 +pkgdesc='Window matching utility for X' +arch=('x86_64' 'i686') +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') +sha256sums=('e06aba1d96889e1b58bd1b0ba4d3015f50adc3ade2824b5cb37a0ee7f2490aaf') build() { - cd $srcdir/$pkgname-$pkgver + cd "$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 + cd "$pkgname-$pkgver" + make prefix=$pkgdir/usr install # Make and install blank config mkdir -p $pkgdir/etc/devilspie echo '(debug)' > $pkgdir/etc/devilspie/example.ds } + +# vim:set ts=2 sw=2 et:
