From fda60560416ef8cf90b175fcee8f870f373ab919 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 11 Nov 2017 13:46:15 +0100 Subject: lxhotkey: add recipe Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-lxde/lxhotkey/lxhotkey_0.1.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-lxde/lxhotkey/lxhotkey_0.1.0.bb diff --git a/recipes-lxde/lxhotkey/lxhotkey_0.1.0.bb b/recipes-lxde/lxhotkey/lxhotkey_0.1.0.bb new file mode 100644 index 0000000..e3681b1 --- /dev/null +++ b/recipes-lxde/lxhotkey/lxhotkey_0.1.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "LXHotkey is a hotkeys management utility" +HOMEPAGE = "https://wiki.lxde.org/en/LXHotkey" +SECTION = "x11" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=4641e94ec96f98fabc56ff9cc48be14b" + +DEPENDS = "libexif libfm glib-2.0 glib-2.0-native intltool-native virtual/libintl" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxhotkey-${PV}.tar.xz" +SRC_URI[md5sum] = "7851d4fc375a1dae8df4c87021eba455" +SRC_URI[sha256sum] = "35dd6c75790e3a986fbb931c12838b3a554ad23597dd3878de8d6f49c3129748" + +PACKAGECONFIG ?= "gtk3" +PACKAGECONFIG[gtk3] = "--with-gtk=3,,gtk+3" +PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+" + +inherit autotools pkgconfig gettext -- cgit v1.2.3