summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-11-05 15:40:01 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-11-05 15:40:01 +0000
commit766fc6eebf1e626602e1f5b65279c36b33992d98 (patch)
treee3c24afb987d0059ec234b2f11d7b57f7f582df7
parent259c85c7d37f816f3007cf497031e752dca2bd7a (diff)
add a bit of SharpROM compatibility cruft
BKrev: 418b9ed1KDIdUPgFFihdyFbIozk4jA
-rw-r--r--opie-taskbar/opie-taskbar/opie9
-rw-r--r--opie-taskbar/opie-taskbar_cvs.oe1
2 files changed, 10 insertions, 0 deletions
diff --git a/opie-taskbar/opie-taskbar/opie b/opie-taskbar/opie-taskbar/opie
index e12ec6bf15..73287992ea 100644
--- a/opie-taskbar/opie-taskbar/opie
+++ b/opie-taskbar/opie-taskbar/opie
@@ -47,6 +47,15 @@ if [ ! -e "$HOME/Settings/locale.conf" -a -e "$OPIEDIR/etc/skel/locale.conf" ] ;
cat $OPIEDIR/etc/skel/locale.conf >$HOME/Settings/locale.conf
fi
+if [ ! -e "$HOME/systeminfo/linkver" ] ; then
+ mkdir -p $HOME/systeminfo/
+ echo "1.13" >$HOME/systeminfo/linkver
+fi
+
+if [ ! -e "/opt/Qtopia" ] ; then
+ ln -sf /opt/QtPalmtop /opt/Qtopia
+fi
+
case $1 in
'start')
/sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
diff --git a/opie-taskbar/opie-taskbar_cvs.oe b/opie-taskbar/opie-taskbar_cvs.oe
index a0cdb2392d..21552bd397 100644
--- a/opie-taskbar/opie-taskbar_cvs.oe
+++ b/opie-taskbar/opie-taskbar_cvs.oe
@@ -5,6 +5,7 @@ LICENSE = "GPL"
MAINTAINER = "Team Opie <opie@handhelds.org>"
DEPENDS = "opie-libqrsync"
PV = "1.1.6+cvs-${CVSDATE}"
+PR = "r1"
APPNAME = "qpe"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/calibrate \