summaryrefslogtreecommitdiffstats
path: root/xbindkeys_config/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-06-05 16:17:49 +0200
committerFlorian Pritz <f-p@gmx.at>2009-06-05 16:17:49 +0200
commitf15be7756cf924b6b116655846804d45d971581e (patch)
tree85d03c0efcb57cf3aea74b2d5d909d806927b564 /xbindkeys_config/PKGBUILD
parent672454da6cdd8c0b776de01a6207a9ca94632f47 (diff)
downloadaur-packages-f15be7756cf924b6b116655846804d45d971581e.tar.gz
aur-packages-f15be7756cf924b6b116655846804d45d971581e.tar.xz
add xbindkeys_config
Diffstat (limited to 'xbindkeys_config/PKGBUILD')
-rw-r--r--xbindkeys_config/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/xbindkeys_config/PKGBUILD b/xbindkeys_config/PKGBUILD
new file mode 100644
index 0000000..b0f4b3e
--- /dev/null
+++ b/xbindkeys_config/PKGBUILD
@@ -0,0 +1,26 @@
+#Maintainer: hellwoofa (at arcor dot de)
+#PKGBUILD found at http://tur.berlios.de/pkgbuild/whatah/xbindkeys_config/PKGBUILD thx!
+pkgname=xbindkeys_config
+pkgver=0.1.3
+pkgrel=3
+pkgdesc="XBindKeys_Config is an easy to use gtk2 program for configuring Xbindkeys."
+arch=(i686 x86_64)
+url="http://hocwp.free.fr/xbindkeys/xbindkeys.html"
+license=('GPL')
+depends=('xbindkeys' 'gtk2')
+source=(http://home.arcor.de/hellwoofa/$pkgname-$pkgver.tar.gz http://www.grogy.com/ports/x11/xbindkeys_config/files/patch-gtk2 Makefile.patch)
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ mkdir $startdir/pkg/usr/bin -p
+ patch -Np0 -i ../patch-gtk2
+ patch -Np0 -i ../Makefile.patch
+ make || return 1
+ make prefix=$startdir/pkg/usr install
+}
+md5sums=('c8983fd822e66c9f9bfbe5e99044a203'
+ '15414f9d7535eef173266c2444154501'
+ '831d245993cb9565ddc013d19ec914b1')
+sha256sums=('aa4d8f31ec28aabc19a8a6e154f2abf974c337f88be2b77f63e6450f45a443e7'
+ 'f55e1420d1f9067e8a681271e50f957488d7df935e5be14d270fd57212d23b6c'
+ '2dd2c905d84513e1b1cf040b8d34d90b48f76bebf7aa47c58092bb1973faae2a')