From d902f8756713364d29e63777867301bf7604accf Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 21 Sep 2013 10:41:39 +0000 Subject: xfce4-taskmanager: inital add git-version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we use git sources - the last release is 3 years ago Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- ...d-documantation-Makefile-has-no-install-t.patch | 29 ++++++++++++++++++++++ .../xfce4-taskmanager/xfce4-taskmanager_git.bb | 22 ++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 meta-xfce/recipes-apps/xfce4-taskmanager/files/0001-do-not-build-documantation-Makefile-has-no-install-t.patch create mode 100644 meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb (limited to 'meta-xfce') 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 0000000000..eeee8f73bd --- /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 @@ +From 9902fb9d4fce474426c35b73617149014799a0c8 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Thu, 19 Sep 2013 16:43:59 +0200 +Subject: [PATCH] do not build documantation - Makefile has no install target +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Upstream-Status: Inappropriate [config] + +Signed-off-by: Andreas Müller +--- + Makefile.am | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/Makefile.am b/Makefile.am +index 6ffa8d9..6aef17a 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,6 +1,5 @@ + SUBDIRS = \ + po \ +- doc \ + src + + desktopdir = $(datadir)/applications +-- +1.8.3.1 + 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 0000000000..502c2032b9 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Easy to use task manager" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +inherit xfce-app + +DEPENDS = "gtk+ cairo libwnck xfce4-dev-tools-native exo-native" + +SRC_URI = " \ + git://git.xfce.org/apps/xfce4-taskmanager;protocol=git \ + file://0001-do-not-build-documantation-Makefile-has-no-install-t.patch \ +" + +SRCREV = "e5d958738b6d2828a4c8353df67d3c1656c46af5" +S = "${WORKDIR}/git" +PV = "1.0.0+git${SRCPV}" + +EXTRA_OECONF += "--enable-maintainer-mode" + +do_configure_prepend() { + NOCONFIGURE=yes ./autogen.sh +} -- cgit 1.2.3-korg