diff options
Diffstat (limited to 'oz-compat')
-rw-r--r-- | oz-compat/oz-compat/hentges.patch | 15 | ||||
-rw-r--r-- | oz-compat/oz-compat_0.5.oe | 2 |
2 files changed, 10 insertions, 7 deletions
diff --git a/oz-compat/oz-compat/hentges.patch b/oz-compat/oz-compat/hentges.patch index d367405cd0..2b263fc426 100644 --- a/oz-compat/oz-compat/hentges.patch +++ b/oz-compat/oz-compat/hentges.patch @@ -1,7 +1,10 @@ ---- opt/QtPalmtop.compat/bin/makecompat 2003-11-10 13:30:54.000000000 +0100 -+++ oz-compat-0.5/opt/QtPalmtop.compat/bin/makecompat 2004-06-13 13:02:44.000000000 +0200 -@@ -2,7 +2,7 @@ +--- oz-compat-0.5/opt/QtPalmtop.compat/bin/makecompat.orig 2004-11-30 18:51:45.000000000 +0100 ++++ oz-compat-0.5//opt/QtPalmtop.compat/bin/makecompat 2004-11-30 18:44:29.000000000 +0100 +@@ -1,8 +1,10 @@ + #! /bin/sh ++export PATH="$PATH:/opt/QtPalmtop/bin" ++ OPIE_SH=/opt/QtPalmtop/bin/opie-sh OPIE_DIR=/opt/QtPalmtop -OPIE_COMPAT=runcompat @@ -9,7 +12,7 @@ OPIE_TMP=/tmp about() { -@@ -31,6 +31,10 @@ +@@ -31,6 +33,10 @@ } ask_list() { @@ -20,7 +23,7 @@ # Figure out which app groups are GROUP=`ls $OPIE_DIR/apps \ | grep -v Setting \ -@@ -38,39 +42,55 @@ +@@ -38,39 +44,55 @@ | $OPIE_SH -g -i -M "Select which group" -l -F \ | sed -e"s/Pim/1Pim/g"` @@ -85,7 +88,7 @@ return } -@@ -112,7 +132,7 @@ +@@ -112,7 +134,7 @@ } is_compat() { diff --git a/oz-compat/oz-compat_0.5.oe b/oz-compat/oz-compat_0.5.oe index d71dcf2dfb..e86e4489b7 100644 --- a/oz-compat/oz-compat_0.5.oe +++ b/oz-compat/oz-compat_0.5.oe @@ -6,7 +6,7 @@ PRIORITY = "optional" MAINTAINER = "Tim Ansell <mithro AT mithis.net>" LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "http://openzaurus.org/mirror/oz-compat_0.5.tar.gz \ file://hentges.patch;patch=0" |