[Lunar-commits] <moonbase-other> keybinder: version bumped to 0.3.0.
Florin Braescu
florin at lunar-linux.org
Mon Dec 15 19:37:16 CET 2014
commit 72e04cefa9c5efb1167920f74414b32229982b6a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon, 15 Dec 2014 20:36:59 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/72e04cefa9c5efb1167920f74414b32229982b6a
keybinder: version bumped to 0.3.0.
---
libs/keybinder/BUILD | +3/-0
libs/keybinder/DEPENDS | +6/-0
libs/keybinder/DETAILS | +10/-9
3 files changed, 19 insertions(+), 9 deletions(-)
--- /dev/null
+++ b/libs/keybinder/BUILD
@@ -0,0 +1,3 @@
+./autogen.sh --prefix=/usr --disable-lua &&
+
+default_make
--- /dev/null
+++ b/libs/keybinder/DEPENDS
@@ -0,0 +1,6 @@
+depends gnome-common
+depends pygtk
+
+optional_depends gtk-doc "" "" "for doc support"
+
+optional_depends gobject-introspection "" "" "for object introspection support"
\ No newline at end of file
--- a/libs/keybinder/DETAILS
+++ b/libs/keybinder/DETAILS
@@ -1,14 +1,15 @@
MODULE=keybinder
- VERSION=0.2.2
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://kaizer.se/publicfiles/keybinder/
- SOURCE_VFY=sha1:9e7e62727fd236f2d3c49cc9ff1eaadc78841987
- MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
- WEB_SITE=http://kaiser.se/wiki/keybinder/
+ VERSION=0.3.0
+ SOURCE=master.zip
+ SOURCE_URL=https://github.com/engla/keybinder/archive/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/keybinder-master
+ SOURCE_VFY=sha256:30e46747a76b38395b669079edd0532d3ed8c818d13dd6cbd32da9ffc012919b
+ WEB_SITE=https://github.com/engla/keybinder/
ENTERED=20110322
- UPDATED=20110322
- SHORT="library for registering global keyboard shortcuts"
+ UPDATED=20141215
+ SHORT="A library for registering global keyboard shortcuts"
cat << EOF
-keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System.
+keybinder is a library for registering global keyboard shortcuts. Keybinder
+works with GTK-based applications using the X Window System.
EOF
More information about the Lunar-commits
mailing list