mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
c04e70b834
commit
d902f87567
|
|
@ -0,0 +1,29 @@
|
|||
From 9902fb9d4fce474426c35b73617149014799a0c8 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
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 <schnitzeltony@googlemail.com>
|
||||
---
|
||||
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
|
||||
|
||||
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user