From: Koen Kooi Date: Wed, 28 Feb 2007 19:15:42 +0000 (+0000) Subject: o-hand tasks: add 0.2 X-Git-Tag: Release-2010-05/1~9133^2~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c77e8e02dba9a9cda8dbd5e1f16115fe823d40;p=openembedded.git o-hand tasks: add 0.2 --- diff --git a/packages/ohand-tasks/.mtn2git_empty b/packages/ohand-tasks/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/ohand-tasks/tasks_0.2.bb b/packages/ohand-tasks/tasks_0.2.bb new file mode 100644 index 0000000000..ea9c1b0703 --- /dev/null +++ b/packages/ohand-tasks/tasks_0.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Tasks is a simple TODO application." +SECTION = "x11" +LICENSE = "LGPL" +PR = "r0" + +DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" + +SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz" + +inherit autotools pkgconfig gtk-icon-cache + +