diff options
author | Philip Balister <philip@balister.org> | 2007-01-16 14:00:39 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-01-16 14:00:39 +0000 |
commit | 16cb2f321befd4c69c9c938c2ec8386fcfb3336a (patch) | |
tree | 6e982c0d515e646af48bb490dc1ee9b46abe2a65 /packages/dates/dates_0.2.bb | |
parent | d5e5a592f1643820e29a35d0eee631d39d86c74a (diff) | |
parent | b9ced4ac6df019db0d332ed7c206c6865c93c20e (diff) |
merge of '3de88634fec14dacb930fd0e1946c97f51c4b9e2'
and '97ab5b547fe9949119532579fc794b04c0806389'
Diffstat (limited to 'packages/dates/dates_0.2.bb')
-rwxr-xr-x | packages/dates/dates_0.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/dates/dates_0.2.bb b/packages/dates/dates_0.2.bb new file mode 100755 index 0000000000..0870313df1 --- /dev/null +++ b/packages/dates/dates_0.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Dates is a calendar application." +SECTION = "x11" +LICENSE = "LGPL" + +DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" + +SRC_URI = "http://projects.o-hand.com/sources/dates/${P}.tar.gz" + +inherit autotools pkgconfig gtk-icon-cache + +FILES_${PN} += "${datadir}/pixmaps/dates.png" + |