summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxtask/lxtask_0.1.9.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-02-02 13:36:18 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-02-02 14:00:52 +0100
commitaf88ecc21cdc7ceb00b768a52aac42c5039cbd43 (patch)
tree78161f5a4ad5a77a71ba6023d2c88648af39abc2 /recipes-lxde/lxtask/lxtask_0.1.9.bb
parent54ddc54cc3e35c49a7f544143ba36356bab9c8d8 (diff)
lxtask: update to 0.1.8
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-lxde/lxtask/lxtask_0.1.9.bb')
-rw-r--r--recipes-lxde/lxtask/lxtask_0.1.9.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-lxde/lxtask/lxtask_0.1.9.bb b/recipes-lxde/lxtask/lxtask_0.1.9.bb
new file mode 100644
index 0000000..aea3a67
--- /dev/null
+++ b/recipes-lxde/lxtask/lxtask_0.1.9.bb
@@ -0,0 +1,22 @@
+SUMMARY = "LXDE task manager"
+HOMEPAGE = "http://lxde.org/"
+SECTION = "x11"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS = "glib-2.0 glib-2.0-native intltool-native virtual/libintl"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxtask-${PV}.tar.xz"
+SRC_URI[md5sum] = "f19a9e4d22a075f984681a480f0aa886"
+SRC_URI[sha256sum] = "41ea88f0adf31a840e4b9d137ca5ea802860d1a117845ba25f3080d74a876433"
+
+PACKAGECONFIG ?= "gtk3"
+PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3"
+python __anonymous () {
+ depends = d.getVar("DEPENDS", d, 1)
+ if 'gtk3' not in d.getVar('PACKAGECONFIG', True):
+ d.setVar("DEPENDS", "%s gtk+" % depends)
+}
+
+inherit autotools pkgconfig gettext