summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb')
-rw-r--r--meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb b/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb
new file mode 100644
index 000000000..502c2032b
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "Easy to use task manager"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
4
5inherit xfce-app
6
7DEPENDS = "gtk+ cairo libwnck xfce4-dev-tools-native exo-native"
8
9SRC_URI = " \
10 git://git.xfce.org/apps/xfce4-taskmanager;protocol=git \
11 file://0001-do-not-build-documantation-Makefile-has-no-install-t.patch \
12"
13
14SRCREV = "e5d958738b6d2828a4c8353df67d3c1656c46af5"
15S = "${WORKDIR}/git"
16PV = "1.0.0+git${SRCPV}"
17
18EXTRA_OECONF += "--enable-maintainer-mode"
19
20do_configure_prepend() {
21 NOCONFIGURE=yes ./autogen.sh
22}