From 4feff01c0394decd78094bad11ef2f86a5d54214 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 27 Jul 2018 14:33:57 +0200 Subject: keybinder-3.0: update to 0.3.2 and use git Updates to version 0.3.2. Uses the code from git rather than from a (changing) source tarball. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-lxde/lxpanel/keybinder-3.0_0.3.1.bb | 15 --------------- recipes-lxde/lxpanel/keybinder-3.0_git.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 15 deletions(-) delete mode 100644 recipes-lxde/lxpanel/keybinder-3.0_0.3.1.bb create mode 100644 recipes-lxde/lxpanel/keybinder-3.0_git.bb diff --git a/recipes-lxde/lxpanel/keybinder-3.0_0.3.1.bb b/recipes-lxde/lxpanel/keybinder-3.0_0.3.1.bb deleted file mode 100644 index f68be09..0000000 --- a/recipes-lxde/lxpanel/keybinder-3.0_0.3.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -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" diff --git a/recipes-lxde/lxpanel/keybinder-3.0_git.bb b/recipes-lxde/lxpanel/keybinder-3.0_git.bb new file mode 100644 index 0000000..25cd18b --- /dev/null +++ b/recipes-lxde/lxpanel/keybinder-3.0_git.bb @@ -0,0 +1,19 @@ +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 = "git://github.com/kupferlauncher/keybinder.git;protoco=https;branch=master" +SRCREV = "04ae06724d914c7d4fec6a2723edf9c6320ec502" +PV = "0.3.2" +S = "${WORKDIR}/git" + +# create a ChangeLog file, automake requires it +do_configure_prepend() { + echo "See 'github.com/kupferlauncher/keybinder.git' commit log" > ${S}/ChangeLog +} + +inherit autotools gettext gobject-introspection gtk-doc pkgconfig -- cgit v1.2.3