summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-09-21 10:41:39 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-10-05 12:36:13 +0200
commitd902f8756713364d29e63777867301bf7604accf (patch)
tree1443d7e74d087248e47fb9c4d38bb5aff1024582 /meta-xfce
parentc04e70b834a3db7e3e2b0e660ef51264e7750aef (diff)
downloadmeta-openembedded-d902f8756713364d29e63777867301bf7604accf.tar.gz
xfce4-taskmanager: inital add git-version
we use git sources - the last release is 3 years ago Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/xfce4-taskmanager/files/0001-do-not-build-documantation-Makefile-has-no-install-t.patch29
-rw-r--r--meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb22
2 files changed, 51 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-taskmanager/files/0001-do-not-build-documantation-Makefile-has-no-install-t.patch b/meta-xfce/recipes-apps/xfce4-taskmanager/files/0001-do-not-build-documantation-Makefile-has-no-install-t.patch
new file mode 100644
index 000000000..eeee8f73b
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-taskmanager/files/0001-do-not-build-documantation-Makefile-has-no-install-t.patch
@@ -0,0 +1,29 @@
1From 9902fb9d4fce474426c35b73617149014799a0c8 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Thu, 19 Sep 2013 16:43:59 +0200
4Subject: [PATCH] do not build documantation - Makefile has no install target
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Upstream-Status: Inappropriate [config]
10
11Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
12---
13 Makefile.am | 1 -
14 1 file changed, 1 deletion(-)
15
16diff --git a/Makefile.am b/Makefile.am
17index 6ffa8d9..6aef17a 100644
18--- a/Makefile.am
19+++ b/Makefile.am
20@@ -1,6 +1,5 @@
21 SUBDIRS = \
22 po \
23- doc \
24 src
25
26 desktopdir = $(datadir)/applications
27--
281.8.3.1
29
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}