From 56eec95112d7b0cb7723661413f332dfaacd03f0 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 16 Jul 2009 23:55:05 +0100 Subject: libopie2: update for current CVS * Remove c7x0_w100_disable.patch (merged upstream) * Remove comments regarding old merged patches * Stage generated header file --- recipes/libopie/libopie2_cvs.bb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/recipes/libopie/libopie2_cvs.bb b/recipes/libopie/libopie2_cvs.bb index c9f11b23e2..427f83b786 100644 --- a/recipes/libopie/libopie2_cvs.bb +++ b/recipes/libopie/libopie2_cvs.bb @@ -1,17 +1,18 @@ require ${PN}.inc PV = "${OPIE_CVS_PV}" -PR = "r12" +PR = "r13" DEFAULT_PREFERENCE = "-1" SRC_URI = "${HANDHELDS_CVS};module=opie/libopie2 \ - file://c7x0_w100_disable.patch;patch=1 \ file://include.pro" -# Patches merged upstream, keep for reference (for 1.2.2) -# file://ipaq-lcd-rotate-cleanup.patch;patch=1 \ -# file://exports.patch;patch=1 \ -# file://wireless.patch;patch=1" - +# FIXME remove this! SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch;patch=1" + +do_stage_append() { + # special case for uic-created header files + install -m 0644 opiepim/ui/opimalarmdlgbase.h ${STAGING_INCDIR}/opie2/ +} + -- cgit 1.2.3-korg From 1f7f23f2b79aba5223bdb578a3c2b875af1d23ba Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 16 Jul 2009 23:57:54 +0100 Subject: libqpe-opie: add no-include-pro.patch to CVS version --- recipes/libqpe/libqpe-opie_cvs.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/libqpe/libqpe-opie_cvs.bb b/recipes/libqpe/libqpe-opie_cvs.bb index d3b17ac7ee..49c1a934e3 100644 --- a/recipes/libqpe/libqpe-opie_cvs.bb +++ b/recipes/libqpe/libqpe-opie_cvs.bb @@ -1,11 +1,11 @@ require ${PN}.inc PV = "${OPIE_CVS_PV}" -PR = "r5" +PR = "r6" SRC_URI = "${HANDHELDS_CVS};module=opie/library \ file://fix-titleheight.patch;patch=1 \ file://unbreak-logging.patch;patch=1 \ file://citytime-path-2.patch;patch=1 \ + file://no-include-pro.patch;patch=1 \ " - -- cgit 1.2.3-korg From 2e000d15a166e32f57ab762a53b173db98596ee4 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 17 Jul 2009 00:25:46 +0100 Subject: opie-taskbar: add patch for server.pro to cvs version --- .../opie-taskbar/opie-taskbar/server-pro-cvs.patch | 68 ++++++++++++++++++++++ recipes/opie-taskbar/opie-taskbar_cvs.bb | 4 +- 2 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 recipes/opie-taskbar/opie-taskbar/server-pro-cvs.patch diff --git a/recipes/opie-taskbar/opie-taskbar/server-pro-cvs.patch b/recipes/opie-taskbar/opie-taskbar/server-pro-cvs.patch new file mode 100644 index 0000000000..72d6ce55eb --- /dev/null +++ b/recipes/opie-taskbar/opie-taskbar/server-pro-cvs.patch @@ -0,0 +1,68 @@ +--- launcher/server.pro 2009-07-13 23:55:07.000000000 +0100 ++++ launcher/server.pro 2009-07-17 00:03:40.000000000 +0100 +@@ -2,7 +2,7 @@ + + CONFIG += qt warn_on + +-DESTDIR = $$(OPIEDIR)/bin ++DESTDIR = + + HEADERS += server.h \ + qrr.h \ +@@ -20,7 +20,7 @@ + shutdownimpl.h \ + launcher.h \ + launcherview.h \ +- $$(OPIEDIR)/core/apps/calibrate/calibrate.h \ ++ calibrate/calibrate.h \ + startmenu.h \ + transferserver.h \ + qcopbridge.h \ +@@ -31,7 +31,7 @@ + serverapp.h \ + qprocess.h \ + screensaver.h \ +- $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.h \ ++ mediummount/mediumwidget.h \ + mediadlg.h \ + virtualfs.h + +@@ -51,7 +51,7 @@ + shutdownimpl.cpp \ + launcher.cpp \ + launcherview.cpp \ +- $$(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ ++ calibrate/calibrate.cpp \ + transferserver.cpp \ + packageslave.cpp \ + irserver.cpp \ +@@ -64,21 +64,21 @@ + qprocess.cpp \ + qprocess_unix.cpp \ + screensaver.cpp \ +- $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.cc \ ++ mediummount/mediumwidget.cc \ + mediadlg.cpp \ + virtualfs.cpp + + +-INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate +-DEPENDPATH += $(OPIEDIR)/core/apps/calibrate ++INCLUDEPATH += calibrate ++DEPENDPATH += calibrate + +-INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync +-DEPENDPATH += $(OPIEDIR)/rsync ++INCLUDEPATH += $(OPIEDIR)/include rsync ++DEPENDPATH += rsync + +-INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount +-DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount ++INCLUDEPATH += mediummount ++DEPENDPATH += mediummount + +-LIBS += -lqpe -lopiecore2 -lopieui2 -lopiesecurity2 -lqrsync ++LIBS = -lqpe -lopiecore2 -lopieui2 -lopiesecurity2 -lqrsync + TARGET = qpe + + ## not ready for use yet diff --git a/recipes/opie-taskbar/opie-taskbar_cvs.bb b/recipes/opie-taskbar/opie-taskbar_cvs.bb index e84e35d820..08c4d3bbec 100644 --- a/recipes/opie-taskbar/opie-taskbar_cvs.bb +++ b/recipes/opie-taskbar/opie-taskbar_cvs.bb @@ -1,6 +1,6 @@ require ${PN}.inc PV = "${OPIE_CVS_PV}" -PR = "r16" +PR = "r17" SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/calibrate \ ${HANDHELDS_CVS};module=opie/noncore/settings/mediummount \ @@ -13,6 +13,6 @@ SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/calibrate \ file://no-builtin-qss-startup.patch;patch=1 \ file://kbdlocks-runtime.patch;patch=1 \ file://restart-from-bindir.patch;patch=1 \ - file://server.pro \ + file://server-pro-cvs.patch;patch=1 \ file://firstuse-path.patch;patch=1 \ " -- cgit 1.2.3-korg