From 71c77e8e02dba9a9cda8dbd5e1f16115fe823d40 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 28 Feb 2007 19:15:42 +0000 Subject: o-hand tasks: add 0.2 --- packages/ohand-tasks/.mtn2git_empty | 0 packages/ohand-tasks/tasks_0.2.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 packages/ohand-tasks/.mtn2git_empty create mode 100644 packages/ohand-tasks/tasks_0.2.bb 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 + + -- cgit v1.2.3