diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-09-21 10:41:39 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-05 12:36:13 +0200 |
commit | d902f8756713364d29e63777867301bf7604accf (patch) | |
tree | 1443d7e74d087248e47fb9c4d38bb5aff1024582 /meta-xfce/recipes-apps | |
parent | c04e70b834a3db7e3e2b0e660ef51264e7750aef (diff) | |
download | meta-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/recipes-apps')
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 @@ | |||
1 | From 9902fb9d4fce474426c35b73617149014799a0c8 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
3 | Date: Thu, 19 Sep 2013 16:43:59 +0200 | ||
4 | Subject: [PATCH] do not build documantation - Makefile has no install target | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Upstream-Status: Inappropriate [config] | ||
10 | |||
11 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
12 | --- | ||
13 | Makefile.am | 1 - | ||
14 | 1 file changed, 1 deletion(-) | ||
15 | |||
16 | diff --git a/Makefile.am b/Makefile.am | ||
17 | index 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 | -- | ||
28 | 1.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 @@ | |||
1 | DESCRIPTION = "Easy to use task manager" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
4 | |||
5 | inherit xfce-app | ||
6 | |||
7 | DEPENDS = "gtk+ cairo libwnck xfce4-dev-tools-native exo-native" | ||
8 | |||
9 | SRC_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 | |||
14 | SRCREV = "e5d958738b6d2828a4c8353df67d3c1656c46af5" | ||
15 | S = "${WORKDIR}/git" | ||
16 | PV = "1.0.0+git${SRCPV}" | ||
17 | |||
18 | EXTRA_OECONF += "--enable-maintainer-mode" | ||
19 | |||
20 | do_configure_prepend() { | ||
21 | NOCONFIGURE=yes ./autogen.sh | ||
22 | } | ||