[oe-commits] org.oe.dev opie-taskbar 1.2.3: Fix first-run wizard after install path revamp.

Paul commit openembedded-commits at lists.openembedded.org
Thu Jan 3 11:25:05 UTC 2008


opie-taskbar 1.2.3: Fix first-run wizard after install path revamp.

Author: Paul
Branch: org.openembedded.dev
Revision: 4a6e894ff08f0d4e0d6af803eec158fb40198ad7
ViewMTN: http://monotone.openembedded.org/revision/info/4a6e894ff08f0d4e0d6af803eec158fb40198ad7
Files:
1
packages/opie-taskbar/opie-taskbar/firstuse-path.patch
packages/opie-taskbar/opie-taskbar_1.2.3.bb
packages/opie-taskbar/opie-taskbar_cvs.bb
Diffs:

#
# mt diff -r25fe74a5831b1be890f0585b7fb6ed4b6571868e -r4a6e894ff08f0d4e0d6af803eec158fb40198ad7
#
# 
# 
# add_file "packages/opie-taskbar/opie-taskbar/firstuse-path.patch"
#  content [3daabb637a289e05a96e0c4ac8364ea64b7edcf4]
# 
# patch "packages/opie-taskbar/opie-taskbar_1.2.3.bb"
#  from [0112ad577e4b14c11a22556dd9de7e2c22083f02]
#    to [15845323fc8ba58771813583d4029baff27ca2b0]
# 
# patch "packages/opie-taskbar/opie-taskbar_cvs.bb"
#  from [61a236fc7e91c5eab32ed70a7bd08065ed5186a2]
#    to [edbbc176136c3e3d59b88a9c7ca445855ffe7c96]
# 
============================================================
--- packages/opie-taskbar/opie-taskbar/firstuse-path.patch	3daabb637a289e05a96e0c4ac8364ea64b7edcf4
+++ packages/opie-taskbar/opie-taskbar/firstuse-path.patch	3daabb637a289e05a96e0c4ac8364ea64b7edcf4
@@ -0,0 +1,11 @@
+--- launcher/firstuse.cpp	2007-10-14 12:47:55.000000000 +1300
++++ launcher/firstuse.cpp	2007-10-14 13:58:54.000000000 +1300
+@@ -124,7 +124,7 @@
+ #endif
+ 
+     for ( int i = 0; settingsTable[i].app; i++ ) {
+-	QString file = QPEApplication::qpeDir() + "bin/";
++	QString file = OPIE_BINDIR + QString("/");
+ 	file += settingsTable[i].app;
+ 	file += exeSuffix;
+ 	if ( QFile::exists(file) )
============================================================
--- packages/opie-taskbar/opie-taskbar_1.2.3.bb	0112ad577e4b14c11a22556dd9de7e2c22083f02
+++ packages/opie-taskbar/opie-taskbar_1.2.3.bb	15845323fc8ba58771813583d4029baff27ca2b0
@@ -13,4 +13,5 @@ SRC_URI = "${HANDHELDS_CVS};tag=${TAG};m
            file://kbdlocks-runtime.patch;patch=1 \
 	   file://restart-from-bindir.patch;patch=1 \
            file://server.pro \
+	   file://firstuse-path.patch;patch=1 \
           "
============================================================
--- packages/opie-taskbar/opie-taskbar_cvs.bb	61a236fc7e91c5eab32ed70a7bd08065ed5186a2
+++ packages/opie-taskbar/opie-taskbar_cvs.bb	edbbc176136c3e3d59b88a9c7ca445855ffe7c96
@@ -1,6 +1,6 @@ PV = "${OPIE_CVS_PV}"
 require ${PN}.inc
 PV = "${OPIE_CVS_PV}"
-PR = "r15"
+PR = "r16"
 
 SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/calibrate \
            ${HANDHELDS_CVS};module=opie/noncore/settings/mediummount \
@@ -14,4 +14,5 @@ SRC_URI = "${HANDHELDS_CVS};module=opie/
            file://kbdlocks-runtime.patch;patch=1 \
 	   file://restart-from-bindir.patch;patch=1 \
            file://server.pro \
+	   file://firstuse-path.patch;patch=1 \
           "






More information about the Openembedded-commits mailing list