From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/gpe-bootsplash/files/.mtn2git_empty | 0 packages/gpe-bootsplash/files/c7x0-rotation.patch | 19 +++ packages/gpe-bootsplash/files/mnci.patch | 36 +++++ packages/gpe-bootsplash/files/splash-l.svg | 170 +++++++++++++++++++++ packages/gpe-bootsplash/files/splash-p.svg | 172 ++++++++++++++++++++++ 5 files changed, 397 insertions(+) create mode 100644 packages/gpe-bootsplash/files/.mtn2git_empty (limited to 'packages/gpe-bootsplash/files') diff --git a/packages/gpe-bootsplash/files/.mtn2git_empty b/packages/gpe-bootsplash/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gpe-bootsplash/files/c7x0-rotation.patch b/packages/gpe-bootsplash/files/c7x0-rotation.patch index e69de29bb2..9f3c5ada39 100644 --- a/packages/gpe-bootsplash/files/c7x0-rotation.patch +++ b/packages/gpe-bootsplash/files/c7x0-rotation.patch @@ -0,0 +1,19 @@ +Index: gpe-bootsplash-1.14/gpe-bootsplash.init +=================================================================== +--- gpe-bootsplash-1.14.orig/gpe-bootsplash.init 2004-11-19 00:32:17.000000000 +0000 ++++ gpe-bootsplash-1.14/gpe-bootsplash.init 2005-04-18 20:30:44.094001424 +0000 +@@ -17,7 +17,13 @@ + "HP IPAQ H3800") + ARGS="--force-portrait" ;; + "SHARP SHEPHERD" | "SHARP HUSKY" | "SHARP CORGI") +- ARGS="--force-landscape --flip" ;; ++ case `uname -r` in ++ 2.4*) ++ ARGS="--force-landscape --flip" ;; ++ *) ++ ARGS="--force-landscape" ;; ++ esac ++ ;; + "HP IPAQ H5400" | "HP IPAQ H2200" ) + ;; + esac diff --git a/packages/gpe-bootsplash/files/mnci.patch b/packages/gpe-bootsplash/files/mnci.patch index e69de29bb2..98b2dce715 100644 --- a/packages/gpe-bootsplash/files/mnci.patch +++ b/packages/gpe-bootsplash/files/mnci.patch @@ -0,0 +1,36 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- gpe-bootsplash-1.14/gpe-bootsplash.init~ramses.patch ++++ gpe-bootsplash-1.14/gpe-bootsplash.init +@@ -5,7 +5,7 @@ + echo `grep "^Hardware" /proc/cpuinfo | sed -e "s/.*: *//" | tr a-z A-Z` + } + +-mount /proc ++mount /proc 2>/dev/null + + case $1 in + 'start') +@@ -14,7 +14,7 @@ + ARGS="--mono --force-portrait" ;; + "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE | *POODLE) + ARGS="--flip --force-portrait" ;; +- "HP IPAQ H3800") ++ "HP IPAQ H3800" | "RAMSES") + ARGS="--force-portrait" ;; + "SHARP SHEPHERD" | "SHARP HUSKY" | "SHARP CORGI") + ARGS="--force-landscape --flip" ;; +--- gpe-bootsplash-1.14/splash.c~ramses.patch ++++ gpe-bootsplash-1.14/splash.c +@@ -118,6 +118,8 @@ + + tty = open ("/dev/tty0", O_RDWR); + if (tty < 0) ++ tty = open ("/dev/vc/0", O_RDWR); ++ if (tty < 0) + perror ("open"); + else + { diff --git a/packages/gpe-bootsplash/files/splash-l.svg b/packages/gpe-bootsplash/files/splash-l.svg index e69de29bb2..9218e2f679 100644 --- a/packages/gpe-bootsplash/files/splash-l.svg +++ b/packages/gpe-bootsplash/files/splash-l.svg @@ -0,0 +1,170 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/gpe-bootsplash/files/splash-p.svg b/packages/gpe-bootsplash/files/splash-p.svg index e69de29bb2..cce894e2e9 100644 --- a/packages/gpe-bootsplash/files/splash-p.svg +++ b/packages/gpe-bootsplash/files/splash-p.svg @@ -0,0 +1,172 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3