summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-lxde/lxpanel/keybinder-3.0_0.3.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-lxde/lxpanel/keybinder-3.0_0.3.1.bb b/recipes-lxde/lxpanel/keybinder-3.0_0.3.1.bb
new file mode 100644
index 0000000..f68be09
--- /dev/null
+++ b/recipes-lxde/lxpanel/keybinder-3.0_0.3.1.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Library for registering global key bindings, for gtk3 applications"
+SECTION = "x11"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://libkeybinder/bind.c;endline=23;md5=636f1baf07d3322d3c5feaf7595c2168"
+
+DEPENDS = "gtk+3"
+
+SRC_URI = "http://gentoo.inode.at/distfiles/keybinder-3.0-${PV}.tar.gz"
+SRC_URI[md5sum] = "73a1c7cef6c651d9f17acbf68688e0cd"
+SRC_URI[sha256sum] = "d97d699f31169976e4cda49a8490f69326e652269a2379907a805948d116fd23"
+
+inherit autotools gettext gobject-introspection pkgconfig
+
+FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug"