summaryrefslogtreecommitdiff
path: root/community/wmctrl
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-10-07 13:49:11 +0100
committerJoe <joe@joelightning.com>2011-10-07 13:49:11 +0100
commit2a9d1292ab60e8a2356fb3eeb36b8c3cfc22759b (patch)
tree9f93925a4b26cc782a31b42625d392753e448586 /community/wmctrl
parent7f453c9fc2bf151dcda6ba56cf7e70d10e717c17 (diff)
It wouldn't download the x64_86 patch so i just remove it.
Diffstat (limited to 'community/wmctrl')
-rw-r--r--community/wmctrl/PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/community/wmctrl/PKGBUILD b/community/wmctrl/PKGBUILD
index 95c94bbd7..a55c065f5 100644
--- a/community/wmctrl/PKGBUILD
+++ b/community/wmctrl/PKGBUILD
@@ -8,19 +8,15 @@ pkgver=1.07
pkgrel=2
pkgdesc="Control your EWMH compliant window manager from command line"
url="http://sweb.cz/tripie/utils/wmctrl/"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'mips64el')
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)
-md5sums=('1fe3c7a2caa6071e071ba34f587e1555'
- '0d0173fa96e8ff318ea391dffa51235a')
+source=(http://sweb.cz/tripie/utils/wmctrl/dist/$pkgname-$pkgver.tar.gz)
+md5sums=('1fe3c7a2caa6071e071ba34f587e1555')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p1 -i "$srcdir/get_property-x86_64.patch"
-
./configure --prefix=/usr --mandir=$pkgdir/usr/share/man
make
}
@@ -29,4 +25,3 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make prefix="$pkgdir/usr" install
}
-