diff options
author | Philip Balister <philip@balister.org> | 2007-02-28 23:34:36 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-02-28 23:34:36 +0000 |
commit | 90ec1929e32c06ebb58da1bb404e687a201492fc (patch) | |
tree | 058693fb4ccc84e312b7fb4011c7195ab7ba565b /packages/ohand-tasks | |
parent | eb5e55f8eb2da4a653a2da0486cd53e42f364df1 (diff) | |
parent | 17ea06b9a7c10204e2042e6bd7784983e5df96ed (diff) |
merge of '7d4cc29019d4d479c6301ca5482417150d83369f'
and '90c07393f116dc9720db1a55b78192aaa456e97d'
Diffstat (limited to 'packages/ohand-tasks')
-rw-r--r-- | packages/ohand-tasks/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/ohand-tasks/tasks_0.2.bb | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/ohand-tasks/.mtn2git_empty b/packages/ohand-tasks/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ohand-tasks/.mtn2git_empty 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 + + |