summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-11-11 13:46:15 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-22 00:43:14 +0100
commitfda60560416ef8cf90b175fcee8f870f373ab919 (patch)
treed928393813e7c9d7cdc76aeb5643737ca2e514d0
parent2f742417bbc58408ad0d9312c5febe7a956774ec (diff)
lxhotkey: add recipe
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-lxde/lxhotkey/lxhotkey_0.1.0.bb18
1 files changed, 18 insertions, 0 deletions
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