Matthieu CRAPET c95e155780 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Changes:
- rename SUMMARY with length > 80 to DESCRIPTION
- rename DESCRIPTION with length < 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line

Note: don't bump PR

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23 23:20:02 +01:00

23 lines
574 B
BlitzBasic

SUMMARY = "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
}