rotate Zaurus screen depending on hinge position
authorPhil Blundell <philb@gnu.org>
Tue, 6 Jul 2004 14:56:53 +0000 (14:56 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 6 Jul 2004 14:56:53 +0000 (14:56 +0000)
BKrev: 40eabdb5_Rk_Zp3DhYEpr_ERkc27Sg

gpe-session-scripts/gpe-session-scripts-0.61/zaurus.sh [new file with mode: 0644]
gpe-session-scripts/gpe-session-scripts_0.61.oe

diff --git a/gpe-session-scripts/gpe-session-scripts-0.61/zaurus.sh b/gpe-session-scripts/gpe-session-scripts-0.61/zaurus.sh
new file mode 100644 (file)
index 0000000..e69de29
index 2aba126..4f0f5aa 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 
 inherit gpe
 
@@ -6,8 +6,14 @@ DESCRIPTION = "GPE session startup scripts"
 SECTION = "gpe"
 PRIORITY = "optional"
 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-RDEPENDS = "matchbox gpe-session-starter gpe-bluetooth xstroke xtscal gpe-question gpe-clock matchbox-applet-inputmanager"
+RDEPENDS = "matchbox gpe-session-starter gpe-bluetooth xstroke xtscal gpe-question gpe-clock matchbox-applet-inputmanager xrandr"
 # more rdepends: keylaunch ipaq-sleep apmd blueprobe
-DEPENDS = "matchbox-wm matchbox-panel gpe-bluetooth xstroke xtscal gpe-question matchbox-applet-inputmanager gpe-clock"
+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"
+
+do_install_append() {
+       install ${WORKDIR}/zaurus.sh ${D}/etc/X11/Xinit.d/11zaurus
+}
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-session-scripts-${PV}.tar.gz"