diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /gpe-dm | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'gpe-dm')
-rw-r--r-- | gpe-dm/gpe-dm-0.38/zaurus.patch | 14 | ||||
-rw-r--r-- | gpe-dm/gpe-dm/remove-apm_bios.patch | 13 |
2 files changed, 27 insertions, 0 deletions
diff --git a/gpe-dm/gpe-dm-0.38/zaurus.patch b/gpe-dm/gpe-dm-0.38/zaurus.patch index e69de29bb2..57ff3fe352 100644 --- a/gpe-dm/gpe-dm-0.38/zaurus.patch +++ b/gpe-dm/gpe-dm-0.38/zaurus.patch @@ -0,0 +1,14 @@ +diff -uprN gpe-dm-0.38-r0/gpe-dm-0.38/Xserver gpe-dm-0.37-r0/gpe-dm-0.37/Xserver +--- gpe-dm-0.38/Xserver 2004-07-06 11:34:01.000000000 +0100 ++++ gpe-dm-0.37/Xserver 2004-07-05 23:27:01.000000000 +0100 +@@ -39,10 +39,6 @@ case `module_id` in + ARGS="$ARGS -screen 320x240@270 -rgba vrgb" ;; + "SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi") + ARGS="$ARGS -rgba rgb" +- chkhinge -e +- if [ $? = 10 ]; then +- ARGS="$ARGS -screen 480x640@270" +- fi + export TSLIB_TSDEVICE="/dev/sharp_ts" ;; + "Simpad") + ARGS="$ARGS -rgba rgb" ;; diff --git a/gpe-dm/gpe-dm/remove-apm_bios.patch b/gpe-dm/gpe-dm/remove-apm_bios.patch index e69de29bb2..1a04f97f2e 100644 --- a/gpe-dm/gpe-dm/remove-apm_bios.patch +++ b/gpe-dm/gpe-dm/remove-apm_bios.patch @@ -0,0 +1,13 @@ +diff -urNd ../gpe-dm-0.40-r0/gpe-dm-0.40/Xserver gpe-dm-0.40/Xserver +--- ../gpe-dm-0.40-r0/gpe-dm-0.40/Xserver 2004-09-06 16:26:52.000000000 +0100 ++++ gpe-dm-0.40/Xserver 2004-09-15 19:37:09.000000000 +0100 +@@ -39,7 +39,8 @@ + ARGS="$ARGS -rgba rgb" ;; + # both 'Sharp-Collie' and just 'Collie' have been reported + *Collie | *Poodle) +- ARGS="$ARGS -screen 320x240@270 -rgba vrgb" ;; ++ ARGS="$ARGS -screen 320x240@270 -rgba vrgb" ++ rm -f /dev/apm_bios ;; + "SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi") + ARGS="$ARGS -rgba rgb" + export TSLIB_TSDEVICE="/dev/sharp_ts" ;; |