diff options
| author | Ross Burton <ross.burton@intel.com> | 2012-08-20 15:55:20 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 22:51:54 +0200 |
| commit | 443481fec3855476f60ee34358887d00368e6859 (patch) | |
| tree | 4093495b704677feafa584ec5c3cb16995049c03 /meta-gnome/recipes-gnome/pimlico/dates.inc | |
| parent | e8c81c42c829516e0ae1b1ac4b939226e2b1cd0b (diff) | |
| download | meta-openembedded-443481fec3855476f60ee34358887d00368e6859.tar.gz | |
meta-gnome: add Pimlico (contacts, dates, tasks)
This has just been removed from oe-core and some people are still using the
applications.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/pimlico/dates.inc')
| -rw-r--r-- | meta-gnome/recipes-gnome/pimlico/dates.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/pimlico/dates.inc b/meta-gnome/recipes-gnome/pimlico/dates.inc new file mode 100644 index 0000000000..9b338fd812 --- /dev/null +++ b/meta-gnome/recipes-gnome/pimlico/dates.inc | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "Dates is a calendar application." | ||
| 2 | HOMEPAGE = "http://pimlico-project.org/dates.html" | ||
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
| 4 | |||
| 5 | LICENSE = "GPLv2 & GPLv2+ & LGPLv2+" | ||
| 6 | |||
| 7 | SECTION = "x11" | ||
| 8 | DEPENDS = "glib-2.0 gtk+ libglade evolution-data-server" | ||
| 9 | RDEPENDS_${PN} = "libedata-cal" | ||
| 10 | |||
| 11 | inherit autotools gettext pkgconfig gtk-icon-cache | ||
| 12 | |||
| 13 | # Poky/Sato specific enhancements | ||
| 14 | OWL = "--disable-owl" | ||
| 15 | OWL_poky = "--enable-owl --disable-dnd" | ||
| 16 | |||
| 17 | EXTRA_OECONF += "${OWL}" | ||
| 18 | DEPENDS_append_poky = " libowl" | ||
| 19 | SRC_URI_append_poky = " file://dates-owl-window-menu.patch;apply=yes " | ||
| 20 | |||
