mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
d902f87567
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>
23 lines
578 B
BlitzBasic
23 lines
578 B
BlitzBasic
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
|
|
}
|