diff options
| -rw-r--r-- | meta/packages/dates/dates.inc | 18 | ||||
| -rwxr-xr-x | meta/packages/dates/dates_0.1.bb | 14 | ||||
| -rw-r--r-- | meta/packages/dates/dates_0.2.bb | 6 |
3 files changed, 25 insertions, 13 deletions
diff --git a/meta/packages/dates/dates.inc b/meta/packages/dates/dates.inc new file mode 100644 index 0000000000..014f5524e1 --- /dev/null +++ b/meta/packages/dates/dates.inc | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | LICENSE = "LGPL" | ||
| 2 | SECTION = "x11" | ||
| 3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | ||
| 4 | DESCRIPTION = "Dates is a calendar application." | ||
| 5 | |||
| 6 | SRC_URI = "http://projects.o-hand.com/sources/dates/dates-${PV}.tar.gz" | ||
| 7 | |||
| 8 | inherit autotools pkgconfig gtk-icon-cache | ||
| 9 | |||
| 10 | # EXTRA_OECONF = "--disable-debug" | ||
| 11 | |||
| 12 | FILES_${PN} += "${datadir}/pixmaps/dates.png" | ||
| 13 | |||
| 14 | do_install_append () { | ||
| 15 | install -d ${D}/${datadir}/pixmaps | ||
| 16 | install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/dates.png ${D}/${datadir}/pixmaps/ | ||
| 17 | } | ||
| 18 | |||
diff --git a/meta/packages/dates/dates_0.1.bb b/meta/packages/dates/dates_0.1.bb index 3245b07af5..897cd7ae7e 100755 --- a/meta/packages/dates/dates_0.1.bb +++ b/meta/packages/dates/dates_0.1.bb | |||
| @@ -3,16 +3,4 @@ SECTION = "x11" | |||
| 3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | 3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" |
| 4 | DESCRIPTION = "Dates is a calendar application." | 4 | DESCRIPTION = "Dates is a calendar application." |
| 5 | 5 | ||
| 6 | SRC_URI = "http://projects.o-hand.com/sources/dates/dates-0.1.tar.gz" | 6 | include dates.inc |
| 7 | |||
| 8 | inherit autotools pkgconfig gtk-icon-cache | ||
| 9 | |||
| 10 | # EXTRA_OECONF = "--disable-debug" | ||
| 11 | |||
| 12 | FILES_${PN} += "${datadir}/pixmaps/dates.png" | ||
| 13 | |||
| 14 | do_install_append () { | ||
| 15 | install -d ${D}/${datadir}/pixmaps | ||
| 16 | install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/dates.png ${D}/${datadir}/pixmaps/ | ||
| 17 | } | ||
| 18 | |||
diff --git a/meta/packages/dates/dates_0.2.bb b/meta/packages/dates/dates_0.2.bb new file mode 100644 index 0000000000..897cd7ae7e --- /dev/null +++ b/meta/packages/dates/dates_0.2.bb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | LICENSE = "LGPL" | ||
| 2 | SECTION = "x11" | ||
| 3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | ||
| 4 | DESCRIPTION = "Dates is a calendar application." | ||
| 5 | |||
| 6 | include dates.inc | ||
