From d662aaf04592e17104f3683bcea230df1b61f904 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 20 Feb 2007 18:13:12 +0000 Subject: gpe-bootsplash-theme-gpephone: New theme for gpephone images. --- .../files/splash-gpephone-landscape.svg | 66 +++++++++++++ .../files/splash-gpephone-portrait.svg | 103 +++++++++++++++++++++ .../gpe-bootsplash-theme-gpephone.bb | 29 ++++++ 3 files changed, 198 insertions(+) create mode 100644 packages/gpe-bootsplash/files/splash-gpephone-landscape.svg create mode 100644 packages/gpe-bootsplash/files/splash-gpephone-portrait.svg create mode 100644 packages/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb (limited to 'packages') diff --git a/packages/gpe-bootsplash/files/splash-gpephone-landscape.svg b/packages/gpe-bootsplash/files/splash-gpephone-landscape.svg new file mode 100644 index 0000000000..fe602b8998 --- /dev/null +++ b/packages/gpe-bootsplash/files/splash-gpephone-landscape.svg @@ -0,0 +1,66 @@ + + + + +]> + + + + + + + + + + + + + diff --git a/packages/gpe-bootsplash/files/splash-gpephone-portrait.svg b/packages/gpe-bootsplash/files/splash-gpephone-portrait.svg new file mode 100644 index 0000000000..2e4be0a4e3 --- /dev/null +++ b/packages/gpe-bootsplash/files/splash-gpephone-portrait.svg @@ -0,0 +1,103 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb b/packages/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb new file mode 100644 index 0000000000..c170746e79 --- /dev/null +++ b/packages/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "A GPE Phone Edition theme for gpe-bootsplash" +SECTION = "base" +PRIORITY = "optional" +LICENSE = "LiPS" +DEPENDS = "gpe-bootsplash" +RDEPENDS = "gpe-bootsplash" +PR = "r0" + +export THEME = "gpephone" + +SRC_URI = "file://splash-${THEME}-portrait.svg \ + file://splash-${THEME}-landscape.svg" + +do_install() { + install -d "${D}${datadir}/gpe" + install -m 0644 ${WORKDIR}/splash-${THEME}* ${D}${datadir}/gpe +} + +pkg_postinst() { + update-alternatives --install /usr/share/gpe/splash-l.svg bootsplash-l /usr/share/gpe/splash-${THEME}-landscape.svg 20 + update-alternatives --install /usr/share/gpe/splash-p.svg bootsplash-p /usr/share/gpe/splash-${THEME}-portrait.svg 20 +} + +pkg_postrm() { + update-alternatives --remove bootsplash-l /usr/share/gpe/splash-${THEME}-landscape.svg + update-alternatives --remove bootsplash-p /usr/share/gpe/splash-${THEME}-portrait.svg +} + +FILES_${PN} = "/usr/share/gpe/splash-${THEME}-*" -- cgit v1.2.3