summaryrefslogtreecommitdiff
path: root/packages/dates
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-02-22 15:20:40 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-02-22 15:20:40 +0000
commitb240c3833bba21fb66e1cd4c60902d73f2937846 (patch)
tree5721d3efbb262eb5a9c2ef61e2f23e17f0156f13 /packages/dates
parent1dae69bdb0d41e96655d849de94b85d4fd6ccfda (diff)
parenta56af0e28abb819387d23c156ca5312f2d13984f (diff)
merge of '59341f601c1006b473e6599023cd3870fec6ff99'
and 'eb5211066eab924478ebbdc53748a8615e528b02'
Diffstat (limited to 'packages/dates')
-rwxr-xr-xpackages/dates/dates_0.1.bb18
-rwxr-xr-xpackages/dates/dates_0.2.bb12
2 files changed, 0 insertions, 30 deletions
diff --git a/packages/dates/dates_0.1.bb b/packages/dates/dates_0.1.bb
deleted file mode 100755
index 3245b07af5..0000000000
--- a/packages/dates/dates_0.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-LICENSE = "LGPL"
-SECTION = "x11"
-DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
-DESCRIPTION = "Dates is a calendar application."
-
-SRC_URI = "http://projects.o-hand.com/sources/dates/dates-0.1.tar.gz"
-
-inherit autotools pkgconfig gtk-icon-cache
-
-# EXTRA_OECONF = "--disable-debug"
-
-FILES_${PN} += "${datadir}/pixmaps/dates.png"
-
-do_install_append () {
- install -d ${D}/${datadir}/pixmaps
- install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/dates.png ${D}/${datadir}/pixmaps/
-}
-
diff --git a/packages/dates/dates_0.2.bb b/packages/dates/dates_0.2.bb
deleted file mode 100755
index 0870313df1..0000000000
--- a/packages/dates/dates_0.2.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-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"
-