aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/pimlico/tasks.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/tasks.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/tasks.inc')
-rw-r--r--meta-gnome/recipes-gnome/pimlico/tasks.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/pimlico/tasks.inc b/meta-gnome/recipes-gnome/pimlico/tasks.inc
new file mode 100644
index 0000000000..9cd525987b
--- /dev/null
+++ b/meta-gnome/recipes-gnome/pimlico/tasks.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Task list application"
+HOMEPAGE = "http://pimlico-project.org/tasks.html"
+BUGTRACKER = "https://bugzilla.gnome.org/"
+
+LICENSE = "GPLv2 & GPLv2+"
+
+SECTION = "x11"
+DEPENDS = "glib-2.0 gtk+ evolution-data-server"
+DEPENDS_append_poky = " libowl"
+
+inherit autotools pkgconfig gtk-icon-cache
+
+OWL ?= "--disable-owl"
+OWL_poky ?= "--enable-owl"
+
+EXTRA_OECONF += "${OWL}"