tasks: added 0.4, unified recipes, fixed PV in svn version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1378 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-03-21 10:59:41 +00:00
parent 99742331ca
commit ce9fe6a6f9
3 changed files with 14 additions and 10 deletions

View File

@ -0,0 +1,6 @@
DESCRIPTION = "Task list application"
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ eds-dbus"
inherit autotools pkgconfig gtk-icon-cache

View File

@ -0,0 +1,3 @@
require tasks.inc
SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz"

View File

@ -1,13 +1,8 @@
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ eds-dbus"
DESCRIPTION = "Tasks is a task list application."
require tasks.inc
PV = "0.0+svn${SRCDATE}"
PR = "r2"
DEFAULT_PREFERENCE = "-1"
PV = "0.4+svn${SRCDATE}"
S = "${WORKDIR}/trunk"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
inherit autotools pkgconfig gtk-icon-cache
S = "${WORKDIR}/trunk"