summaryrefslogtreecommitdiff
path: root/community/wmctrl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
committerroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
commit1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (patch)
tree070846cb6770ab17d394d88c3f0cd3ad3eb89842 /community/wmctrl
parent851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff)
Wed Nov 23 23:15:26 UTC 2011
Diffstat (limited to 'community/wmctrl')
-rw-r--r--community/wmctrl/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
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 <geoffroy.carrier@koon.fr>
# Contributor: Dalius <dagis@takas.lt>
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
}