apply patches improving the gpe experience on c7x0. patches courtesy Tim Dodge -...
authorMichael Lauer <mickey@vanille-media.de>
Thu, 30 Sep 2004 22:19:45 +0000 (22:19 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 30 Sep 2004 22:19:45 +0000 (22:19 +0000)
BKrev: 415c8681gtjoglGRYkDk3-4wilMhOg

gpe-bootsplash/gpe-bootsplash-1.13/landscape_fix.patch [new file with mode: 0644]
gpe-bootsplash/gpe-bootsplash_1.13.oe
gpe-session-scripts/gpe-session-scripts_0.61.oe
matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh
matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe

diff --git a/gpe-bootsplash/gpe-bootsplash-1.13/landscape_fix.patch b/gpe-bootsplash/gpe-bootsplash-1.13/landscape_fix.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..2eb9dd0 100644 (file)
@@ -0,0 +1,19 @@
+inherit gpe
+
+DEPENDS = "gtk+ librsvg"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+SECTION = "gpe"
+PRIORITY = "optional"
+PR = "r1"
+
+SRC_URI += "file://splash-p.svg file://splash-l.svg \
+            file://landscape_fix.patch;patch=1"
+
+FILES_${PN} += "${datadir}/gpe"
+
+do_install_append() {
+       install -m 0644 ${WORKDIR}/splash-p.svg ${D}${datadir}/gpe/splash-p.svg
+       install -m 0644 ${WORKDIR}/splash-l.svg ${D}${datadir}/gpe/splash-l.svg
+       mv ${D}/etc/rcS.d/S00bootsplash ${D}/etc/rcS.d/S02bootsplash
+}
+
index 7016c8f..798d4e4 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r5"
+PR = "r6"
 
 inherit gpe
 
@@ -11,11 +11,9 @@ RDEPENDS = "matchbox gpe-session-starter gpe-bluetooth xstroke xtscal gpe-questi
 DEPENDS = "matchbox-wm matchbox-panel gpe-bluetooth xstroke xtscal gpe-question matchbox-applet-inputmanager gpe-clock xrandr"
 
 SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-session-scripts-${PV}.tar.gz \
-       file://zaurus.sh \
        file://change-default-applets.patch;patch=1"
 
 do_install_append() {
-       install ${WORKDIR}/zaurus.sh ${D}/etc/X11/Xinit.d/11zaurus
        install -d ${D}/etc/gpe/xsettings-default.d
        if [ "${GPE_MACHINE_CLASS}" != "bigscreen" ]; then
                echo "Gtk/ToolbarStyle:S:icons" > ${D}/etc/gpe/xsettings-default.d/toolbar
index 906e39e..491db4c 100644 (file)
@@ -1,9 +1,9 @@
 #!/bin/sh
-if [ -n "$(xrandr | grep rotation | grep right)" ]
+if [ -n "$(xrandr | grep rotation | grep left)" ]
 then 
 xrandr -o normal
 xmodmap /etc/X11/xmodmap-portrait
 else 
-xrandr -o right
+xrandr -o left
 xmodmap /etc/X11/xmodmap-right
 fi
index c74e9d4..6935684 100644 (file)
@@ -5,6 +5,7 @@ SRC_URI = "file://xrandr-panelapp.sh \
           file://xrandr.png"
 SECTION = "x11/wm"
 PRIORITY = "optional"
+PR = "r1"
 
 do_install() {
         install -d ${D}/${bindir}