summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxpanel/keybinder_0.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-lxde/lxpanel/keybinder_0.3.1.bb')
-rw-r--r--recipes-lxde/lxpanel/keybinder_0.3.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-lxde/lxpanel/keybinder_0.3.1.bb b/recipes-lxde/lxpanel/keybinder_0.3.1.bb
new file mode 100644
index 0000000..7ea414a
--- /dev/null
+++ b/recipes-lxde/lxpanel/keybinder_0.3.1.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Library for registering global key bindings, for gtk applications"
+SECTION = "x11"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://libkeybinder/bind.c;endline=23;md5=636f1baf07d3322d3c5feaf7595c2168"
+
+DEPENDS = "gtk+"
+
+SRC_URI = "http://gentoo.inode.at/distfiles/keybinder-${PV}.tar.gz"
+SRC_URI[md5sum] = "a6d7caae0dcb040b08692b008a68a507"
+SRC_URI[sha256sum] = "879f07130ac64792ddb9fd758e6673119283bda37d75573787ae22af8684a240"
+
+inherit autotools gettext gobject-introspection pkgconfig
+
+EXTRA_OECONF += " --disable-lua --disable-python"
+
+FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug"