diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-30 22:19:45 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-30 22:19:45 +0000 |
commit | 7e03ade4e4d06bc1207f784b84d39ac9aa008a35 (patch) | |
tree | 26f1cd5ff6ce8bda9f5cd6972f431671f900333c /gpe-session-scripts | |
parent | 4c22d14514b869abd36509bb8a8756f1db6a070d (diff) |
apply patches improving the gpe experience on c7x0. patches courtesy Tim Dodge - thanks.
BKrev: 415c8681gtjoglGRYkDk3-4wilMhOg
Diffstat (limited to 'gpe-session-scripts')
-rw-r--r-- | gpe-session-scripts/gpe-session-scripts_0.61.oe | 4 |
1 files changed, 1 insertions, 3 deletions
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 |