From 1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef Mon Sep 17 00:00:00 2001 From: root Date: Wed, 23 Nov 2011 23:15:26 +0000 Subject: Wed Nov 23 23:15:26 UTC 2011 --- community/wmctrl/PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'community/wmctrl') diff --git a/community/wmctrl/PKGBUILD b/community/wmctrl/PKGBUILD index a4cb2b48f..92cb2c484 100644 --- a/community/wmctrl/PKGBUILD +++ b/community/wmctrl/PKGBUILD @@ -1,26 +1,24 @@ -# $Id: PKGBUILD 37711 2011-01-16 22:48:09Z andrea $ +# $Id: PKGBUILD 59113 2011-11-21 10:53:55Z spupykin $ # Maintainer: # Contributor: Geoffroy Carrier # Contributor: Dalius pkgname=wmctrl pkgver=1.07 -pkgrel=2 +pkgrel=3 pkgdesc="Control your EWMH compliant window manager from command line" url="http://sweb.cz/tripie/utils/wmctrl/" arch=('i686' 'x86_64') license=('GPL') depends=(libxmu glib2) source=(http://sweb.cz/tripie/utils/wmctrl/dist/$pkgname-$pkgver.tar.gz - get_property-x86_64.patch::http://patch-tracking.debian.net/patch/misc/dl/wmctrl/1.07-6/main.c) + http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_$pkgver-6.diff.gz) md5sums=('1fe3c7a2caa6071e071ba34f587e1555' - '0d0173fa96e8ff318ea391dffa51235a') + '7ddf2aadc48f4300c16160b3c9a7e141') build() { cd "$srcdir/$pkgname-$pkgver" - - patch -p1 -i "$srcdir/get_property-x86_64.patch" - + patch -p1 -i "$srcdir/wmctrl_$pkgver-6.diff" ./configure --prefix=/usr --mandir=$pkgdir/usr/share/man make } -- cgit v1.2.3-54-g00ecf