summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxpanel/keybinder_0.3.0.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-11-22 15:19:57 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-01-10 16:31:54 +0100
commitf8b4dad61381d7e4abb9fd9fa9394137fa7796a6 (patch)
treed2416522493f3a9928eac9036651bc79452ef8c7 /recipes-lxde/lxpanel/keybinder_0.3.0.bb
parent679606b5ea824d94adbae325576e7df0fa45a670 (diff)
lxpanel: update to 0.8.0
Add a libkeybinder recipe, as lxpanel now depends on it. While at it, remove old recipes.
Diffstat (limited to 'recipes-lxde/lxpanel/keybinder_0.3.0.bb')
-rw-r--r--recipes-lxde/lxpanel/keybinder_0.3.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-lxde/lxpanel/keybinder_0.3.0.bb b/recipes-lxde/lxpanel/keybinder_0.3.0.bb
new file mode 100644
index 0000000..089d733
--- /dev/null
+++ b/recipes-lxde/lxpanel/keybinder_0.3.0.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Library for registering global key bindings, for gtk-based applications"
+SECTION = "x11"
+
+PR = "r0"
+
+LICENSE = "X11"
+LIC_FILES_CHKSUM = "file://libkeybinder/bind.c;md5=2d2071c3f1c7563111ad40b6be7b0db6"
+
+DEPENDS = "gtk+"
+
+SRC_URI = "http://gentoo.inode.at/distfiles/${PN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "2a0aed62ba14d1bf5c79707e20cb4059"
+SRC_URI[sha256sum] = "42863ca0174d568a8c02c6fb243fee1681823825e8bcb1718c51611d8e9793bb"
+
+inherit autotools gettext pkgconfig
+
+EXTRA_OECONF += " --disable-lua --disable-python"
+
+FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug"