summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-09-30 22:19:45 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-09-30 22:19:45 +0000
commit7e03ade4e4d06bc1207f784b84d39ac9aa008a35 (patch)
tree26f1cd5ff6ce8bda9f5cd6972f431671f900333c
parent4c22d14514b869abd36509bb8a8756f1db6a070d (diff)
apply patches improving the gpe experience on c7x0. patches courtesy Tim Dodge - thanks.
BKrev: 415c8681gtjoglGRYkDk3-4wilMhOg
-rw-r--r--gpe-bootsplash/gpe-bootsplash-1.13/landscape_fix.patch0
-rw-r--r--gpe-bootsplash/gpe-bootsplash_1.13.oe19
-rw-r--r--gpe-session-scripts/gpe-session-scripts_0.61.oe4
-rw-r--r--matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh4
-rw-r--r--matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe1
5 files changed, 23 insertions, 5 deletions
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
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gpe-bootsplash/gpe-bootsplash-1.13/landscape_fix.patch
diff --git a/gpe-bootsplash/gpe-bootsplash_1.13.oe b/gpe-bootsplash/gpe-bootsplash_1.13.oe
index e69de29bb2..2eb9dd0116 100644
--- a/gpe-bootsplash/gpe-bootsplash_1.13.oe
+++ b/gpe-bootsplash/gpe-bootsplash_1.13.oe
@@ -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
+}
+
diff --git a/gpe-session-scripts/gpe-session-scripts_0.61.oe b/gpe-session-scripts/gpe-session-scripts_0.61.oe
index 7016c8f858..798d4e4277 100644
--- a/gpe-session-scripts/gpe-session-scripts_0.61.oe
+++ b/gpe-session-scripts/gpe-session-scripts_0.61.oe
@@ -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
diff --git a/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh b/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh
index 906e39e613..491db4ca38 100644
--- a/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh
+++ b/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh
@@ -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
diff --git a/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe b/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe
index c74e9d43fb..6935684319 100644
--- a/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe
+++ b/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe
@@ -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}