summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxpanel/keybinder_0.3.1.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-06-17 11:21:22 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 17:33:16 +0100
commit1d0eed7e1bd4fa2e65fa1443ebb1a37f3580f84a (patch)
tree66abdfc5fd5d1312af56ca1f25558b2122003a09 /recipes-lxde/lxpanel/keybinder_0.3.1.bb
parentcff0d85761493ffb618d5686e7d28bcb3ae2fca5 (diff)
keybinder: update to 0.3.1krogoth-next
While at it change the license string to MIT as the license text is an exact MIT copy and limit the checksummed part to only the license header. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
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"