[oe-commits] Bernhard Guillon : xqtlauncher: fix convert script and bump PR

GIT User account git at amethyst.openembedded.net
Sun Feb 8 13:25:19 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3f3f913285072e7016482926d3906d111237713c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3f3f913285072e7016482926d3906d111237713c

Author: Bernhard Guillon <Bernhard.Guillon at opensimpad.org>
Date:   Sun Feb  8 14:18:28 2009 +0100

xqtlauncher: fix convert script and bump PR
A fix path to runFOO must be set to make opie happy

---

 packages/xqtlauncher/xqtlauncher.bb                |    2 +-
 .../xqtlauncher/xqtlauncher/xqtlauncher-convert.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/xqtlauncher/xqtlauncher.bb b/packages/xqtlauncher/xqtlauncher.bb
index 043ee56..5fc80b1 100644
--- a/packages/xqtlauncher/xqtlauncher.bb
+++ b/packages/xqtlauncher/xqtlauncher.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "xqtlauncher integrates X/Qt2 nicely into opie. You can launch applications with it from opies menue"
 HOMEPAGE = "http://angstrom-distribution.org/"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 RDEPENDS = "xqt2 xorg-minimal-fonts"
 
diff --git a/packages/xqtlauncher/xqtlauncher/xqtlauncher-convert.sh b/packages/xqtlauncher/xqtlauncher/xqtlauncher-convert.sh
index 0356d33..59efad3 100755
--- a/packages/xqtlauncher/xqtlauncher/xqtlauncher-convert.sh
+++ b/packages/xqtlauncher/xqtlauncher/xqtlauncher-convert.sh
@@ -5,7 +5,7 @@ for i in `find /usr/share/applications -name *.desktop`; do
 	newfile=/usr/lib/opie/apps/XQt2/$name.desktop
 	if [ ! -f $newfile ] ; then
 		#cat $i | awk 'BEGIN {FS="="} {if ($1 == "Exec") {print "Exec=run"ENVIRON["name"]" " $2} else if ($1 == "Icon") {print "Icon=/usr/share/pixmaps/"$2} else  {print $0} }' > $newfile
-		cat $i | awk 'BEGIN {FS="="} {if ($1 == "Exec") {print "Exec=run"ENVIRON["name"]" " $2} else  {print $0} }' > $newfile
+		cat $i | awk 'BEGIN {FS="="} {if ($1 == "Exec") {print "Exec=/usr/lib/opie/bin/run"ENVIRON["name"]" " $2} else  {print $0} }' > $newfile
 		icon=$(cat $i | awk 'BEGIN {FS="="} {if ($1 == "Icon") {print $2} }')
 		ln -sf /usr/bin/xqtlauncher /usr/lib/opie/bin/run$name
 		#We need to make symlinks for the pics because opie can not handle pics with paths :(		





More information about the Openembedded-commits mailing list