From 9a6e6353b4a2d2c206984ba1a4147b7c26a919d3 Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Tue, 12 Apr 2011 16:25:54 +0800 Subject: tasks: Upgrade to 0.19 (from 0.18) (From OE-Core rev: f3af51af2fff544e743104d19313294ad85aa58a) Signed-off-by: Zhai Edwin Signed-off-by: Richard Purdie --- meta/recipes-sato/pimlico/tasks/tasks-owl.diff | 5 +++++ meta/recipes-sato/pimlico/tasks_0.18.bb | 15 --------------- meta/recipes-sato/pimlico/tasks_0.19.bb | 15 +++++++++++++++ 3 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-sato/pimlico/tasks_0.18.bb create mode 100644 meta/recipes-sato/pimlico/tasks_0.19.bb (limited to 'meta/recipes-sato/pimlico') diff --git a/meta/recipes-sato/pimlico/tasks/tasks-owl.diff b/meta/recipes-sato/pimlico/tasks/tasks-owl.diff index e4078066f5..aab23ff281 100644 --- a/meta/recipes-sato/pimlico/tasks/tasks-owl.diff +++ b/meta/recipes-sato/pimlico/tasks/tasks-owl.diff @@ -1,3 +1,8 @@ +This patch enable owl menu, which is hidden in the title bar to save space on +small screen. It has not been used for a long time, rebase needed. + +Upstream-Status: Inappropriate [enable feature] + Index: src/gtk/tasks-ui.xml =================================================================== --- src/gtk/tasks-ui.xml (revision 338) diff --git a/meta/recipes-sato/pimlico/tasks_0.18.bb b/meta/recipes-sato/pimlico/tasks_0.18.bb deleted file mode 100644 index fd7edb3d94..0000000000 --- a/meta/recipes-sato/pimlico/tasks_0.18.bb +++ /dev/null @@ -1,15 +0,0 @@ -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/${BPN}/${BPN}-${PV}.tar.gz" - -SRC_URI[md5sum] = "d40c0227e496b51be6fde10f387215ed" -SRC_URI[sha256sum] = "08802003da2517c6e0b2defd66bcaf466edd0ce7188373f564d629af6b93cc91" - -OWL_poky = "--with-owl" - -PR = "r0" diff --git a/meta/recipes-sato/pimlico/tasks_0.19.bb b/meta/recipes-sato/pimlico/tasks_0.19.bb new file mode 100644 index 0000000000..83266438b1 --- /dev/null +++ b/meta/recipes-sato/pimlico/tasks_0.19.bb @@ -0,0 +1,15 @@ +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/${BPN}/${BPN}-${PV}.tar.gz" + +SRC_URI[md5sum] = "0afd969758561599fd782e1effb39c08" +SRC_URI[sha256sum] = "1a7fdc5f95a2193a1a25fdb13f071867fb7e42245ce19ccee4bcccb69e557f2e" + +OWL_poky = "--with-owl" + +PR = "r0" -- cgit v1.2.3-54-g00ecf