summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/pimlico/dates.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-08-20 15:55:20 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-08-20 22:51:54 +0200
commit443481fec3855476f60ee34358887d00368e6859 (patch)
tree4093495b704677feafa584ec5c3cb16995049c03 /meta-gnome/recipes-gnome/pimlico/dates.inc
parente8c81c42c829516e0ae1b1ac4b939226e2b1cd0b (diff)
downloadmeta-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.inc20
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 @@
1DESCRIPTION = "Dates is a calendar application."
2HOMEPAGE = "http://pimlico-project.org/dates.html"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "GPLv2 & GPLv2+ & LGPLv2+"
6
7SECTION = "x11"
8DEPENDS = "glib-2.0 gtk+ libglade evolution-data-server"
9RDEPENDS_${PN} = "libedata-cal"
10
11inherit autotools gettext pkgconfig gtk-icon-cache
12
13# Poky/Sato specific enhancements
14OWL = "--disable-owl"
15OWL_poky = "--enable-owl --disable-dnd"
16
17EXTRA_OECONF += "${OWL}"
18DEPENDS_append_poky = " libowl"
19SRC_URI_append_poky = " file://dates-owl-window-menu.patch;apply=yes "
20