From 8c7952936c8c38ca2ca6d25fa0a521b9df934479 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Wed, 2 Nov 2005 14:13:34 +0000 Subject: gpe-bootsplash: Correct rotation for Cxx0 Zaurus models and bump revision of 1.14 --- packages/gpe-bootsplash/files/cxx0-rotation.patch | 12 ++++++++++++ packages/gpe-bootsplash/gpe-bootsplash_1.14.bb | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/gpe-bootsplash/files/cxx0-rotation.patch (limited to 'packages/gpe-bootsplash') diff --git a/packages/gpe-bootsplash/files/cxx0-rotation.patch b/packages/gpe-bootsplash/files/cxx0-rotation.patch new file mode 100644 index 0000000000..c3fb72704b --- /dev/null +++ b/packages/gpe-bootsplash/files/cxx0-rotation.patch @@ -0,0 +1,12 @@ +--- gpe-bootsplash-1.14/gpe-bootsplash.init.orig 2005-11-02 13:43:54.103787750 +0000 ++++ gpe-bootsplash-1.14/gpe-bootsplash.init 2005-11-02 13:48:43.489873250 +0000 +@@ -24,6 +24,9 @@ + ARGS="--force-landscape" ;; + esac + ;; ++ "SHARP SPITZ" | "SHARP AKITA" | "SHARP BORZOI" ) ++ ARGS="--force-landscape --flip" ++ ;; + "HP IPAQ H5400" | "HP IPAQ H2200" ) + ;; + esac diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb index 8a8c1e2b8d..7d67d5eb59 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb @@ -5,10 +5,11 @@ MAINTAINER = "Phil Blundell " SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r5" +PR = "r6" SRC_URI += "file://splash-p.svg file://splash-l.svg \ file://c7x0-rotation.patch;patch=1 \ + file://cxx0-rotation.patch;patch=1 \ file://cairofix.patch;patch=1" SRC_URI_append_mnci = " file://mnci.patch;patch=1" -- cgit v1.2.3