tasks: update to 0.16

Also fix the meta data, and add a patch from upstream to fix the compilation

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
Zhai Edwin 2010-06-25 16:28:13 +08:00 committed by Richard Purdie
parent 53556dd293
commit fd32855dda
4 changed files with 45 additions and 8 deletions

View File

@ -1,5 +1,9 @@
DESCRIPTION = "Task list application"
LICENSE = "GPL"
HOMEPAGE = "http://pimlico-project.org/tasks.html"
BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "GPLv2 & GPLv2+"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ eds-dbus"
DEPENDS_append_poky = " libowl"

View File

@ -0,0 +1,26 @@
commit ea52d46d691c5fce4473ea4e24a35411381f3a65
Author: Ross Burton <ross@linux.intel.com>
Date: Fri Aug 21 14:23:21 2009 +0100
Fix compilation on pre-GTK+ 2.16
diff --git a/libkoto/koto-field-editor-factory.c b/libkoto/koto-field-editor-factory.c
index bb776ab..d0e5328 100644
--- a/libkoto/koto-field-editor-factory.c
+++ b/libkoto/koto-field-editor-factory.c
@@ -132,6 +132,7 @@ entry_set (GtkWidget *widget, icalproperty *prop)
* URL entries.
*/
+#if HAVE_DECL_GTK_ENTRY_SET_ICON_FROM_ICON_NAME
static void
url_entry_icon_clicked (GtkEntry *entry,
GtkEntryIconPosition icon_pos,
@@ -146,7 +147,6 @@ url_entry_icon_clicked (GtkEntry *entry,
}
}
-#if HAVE_DECL_GTK_ENTRY_SET_ICON_FROM_ICON_NAME
static void
on_url_entry_changed (GtkEntry *entry)
{

View File

@ -1,7 +0,0 @@
require tasks.inc
SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz"
OWL_poky = "--with-owl"
PR = "r0"

View File

@ -0,0 +1,14 @@
require tasks.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://src/gtk/main.c;endline=19;md5=8659d0b7fd68a2ad6ac30c6539ea5b82 \
file://src/omoko/openmoko-tasks.c;endline=20;md5=04d56a46863c9f4247694f40257a836a \
file://src/hildon/hildon-tasks.c;endline=21;md5=488ddf31dc14b2196dec7cc736211b52"
SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \
file://fix_pre-GTK+2.16.patch;apply=yes \
"
OWL_poky = "--with-owl"
PR = "r0"