From 1d0eed7e1bd4fa2e65fa1443ebb1a37f3580f84a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 17 Jun 2016 11:21:22 +0200 Subject: keybinder: update to 0.3.1 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 Acked-by: Marcel Ziswiler --- recipes-lxde/lxpanel/keybinder_0.3.0.bb | 17 ----------------- recipes-lxde/lxpanel/keybinder_0.3.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 recipes-lxde/lxpanel/keybinder_0.3.0.bb create mode 100644 recipes-lxde/lxpanel/keybinder_0.3.1.bb diff --git a/recipes-lxde/lxpanel/keybinder_0.3.0.bb b/recipes-lxde/lxpanel/keybinder_0.3.0.bb deleted file mode 100644 index 78d4bf2..0000000 --- a/recipes-lxde/lxpanel/keybinder_0.3.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Library for registering global key bindings, for gtk applications" -SECTION = "x11" - -LICENSE = "X11" -LIC_FILES_CHKSUM = "file://libkeybinder/bind.c;md5=2d2071c3f1c7563111ad40b6be7b0db6" - -DEPENDS = "gtk+" - -SRC_URI = "http://gentoo.inode.at/distfiles/keybinder-${PV}.tar.gz" -SRC_URI[md5sum] = "2a0aed62ba14d1bf5c79707e20cb4059" -SRC_URI[sha256sum] = "42863ca0174d568a8c02c6fb243fee1681823825e8bcb1718c51611d8e9793bb" - -inherit autotools gettext gobject-introspection pkgconfig - -EXTRA_OECONF += " --disable-lua --disable-python" - -FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug" 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" -- cgit v1.2.3