From: David-John Willis Date: Tue, 24 Nov 2009 08:39:46 +0000 (+0000) Subject: pandora-wallpaper: Add some background images from the community. X-Git-Tag: Release-2010-05/1~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be8ab0aa5e812d8f3bb08d0c9414b4b1ec4b95a;p=openpandora.oe.git pandora-wallpaper: Add some background images from the community. --- diff --git a/recipes/branding/pandora-wallpaper.bb b/recipes/branding/pandora-wallpaper.bb new file mode 100644 index 0000000..9216b6a --- /dev/null +++ b/recipes/branding/pandora-wallpaper.bb @@ -0,0 +1,93 @@ +DESCRIPTION = "Some nice wallpapers created by the community for the OpenPandora, thanks go to the community for the graphics" + +PR = "r0" + +SRC_URI = " \ + file://Pandora-3DLogo.png \ + file://Pandora-Asteroids.jpg \ + file://Pandora-BlackAndBrown.png \ + file://Pandora-BlackAndBrownSmall.png \ + file://Pandora-BlackAndWhite1.png \ + file://Pandora-BlackAndWhite2.png \ + file://Pandora-BlackOnWhite.png \ + file://Pandora-BlackOnWhiteSmall.png \ + file://Pandora-BlueGlow.jpg \ + file://Pandora-Blue.png \ + file://Pandora-Brick.png \ + file://Pandora-ColorsOnBlack.png \ + file://Pandora-CrystalBlue.jpg \ + file://Pandora-Cubes.png \ + file://Pandora-DarkCubes.png \ + file://Pandora-FireAndIce.png \ + file://Pandora-FireCube.png \ + file://Pandora-FireCubeSmall.png \ + file://Pandora-Galaxy-Blue.jpg \ + file://Pandora-Galaxy-Green.jpg \ + file://Pandora-Galaxy.jpg \ + file://Pandora-Galaxy-Red.jpg \ + file://Pandora-Green.jpg \ + file://Pandora-Grid.png \ + file://Pandora-Hockey.jpg \ + file://Pandora-Lines.jpg \ + file://Pandora-Patchwork.jpg \ + file://Pandora-Red.jpg \ + file://Pandora-Rust.png \ + file://Pandora-Simple2.png \ + file://Pandora-Simple2Small.png \ + file://Pandora-Simple.png \ + file://Pandora-SimpleRed.png \ + file://Pandora-SimpleSmall.png \ + file://Pandora-TwoMonths.png \ + file://Pandora-WhiteBevel.png \ + file://Pandora-WhiteBevelSmall.png \ + file://Pandora-WhiteOnBlack.png \ + file://Pandora-WhiteOnBlackSmall.png \ + file://Pandora-WoodenLogo.jpg \ +" + +do_install() { + install -d ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-3DLogo.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Asteroids.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-BlackAndBrown.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-BlackAndBrownSmall.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-BlackAndWhite1.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-BlackAndWhite2.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-BlackOnWhite.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-BlackOnWhiteSmall.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-BlueGlow.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Blue.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Brick.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-ColorsOnBlack.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-CrystalBlue.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Cubes.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-DarkCubes.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-FireAndIce.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-FireCube.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-FireCubeSmall.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Galaxy-Blue.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Galaxy-Green.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Galaxy.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Galaxy-Red.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Green.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Grid.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Hockey.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Lines.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Patchwork.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Red.jpg ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Rust.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Simple2.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Simple2Small.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-Simple.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-SimpleRed.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-SimpleSmall.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-TwoMonths.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-WhiteBevel.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-WhiteBevelSmall.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-WhiteOnBlack.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-WhiteOnBlackSmall.png ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/Pandora-WoodenLogo.jpg ${D}${prefix}/xfce4/backdrops/ +} + +PACKAGE_ARCH = "all" +FILES_${PN} += "${prefix}" diff --git a/recipes/branding/pandora-wallpaper/Pandora-3DLogo.png b/recipes/branding/pandora-wallpaper/Pandora-3DLogo.png new file mode 100644 index 0000000..95013f5 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-3DLogo.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Asteroids.jpg b/recipes/branding/pandora-wallpaper/Pandora-Asteroids.jpg new file mode 100644 index 0000000..337af88 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Asteroids.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackAndBrown.png b/recipes/branding/pandora-wallpaper/Pandora-BlackAndBrown.png new file mode 100644 index 0000000..1e72ee2 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-BlackAndBrown.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackAndBrownSmall.png b/recipes/branding/pandora-wallpaper/Pandora-BlackAndBrownSmall.png new file mode 100644 index 0000000..bf5fd59 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-BlackAndBrownSmall.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackAndWhite1.png b/recipes/branding/pandora-wallpaper/Pandora-BlackAndWhite1.png new file mode 100644 index 0000000..f15efd8 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-BlackAndWhite1.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackAndWhite2.png b/recipes/branding/pandora-wallpaper/Pandora-BlackAndWhite2.png new file mode 100644 index 0000000..f39100f Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-BlackAndWhite2.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackOnWhite.png b/recipes/branding/pandora-wallpaper/Pandora-BlackOnWhite.png new file mode 100644 index 0000000..2ef47f8 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-BlackOnWhite.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackOnWhiteSmall.png b/recipes/branding/pandora-wallpaper/Pandora-BlackOnWhiteSmall.png new file mode 100644 index 0000000..b35fbe5 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-BlackOnWhiteSmall.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Blue.png b/recipes/branding/pandora-wallpaper/Pandora-Blue.png new file mode 100644 index 0000000..9df7e71 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Blue.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlueGlow.jpg b/recipes/branding/pandora-wallpaper/Pandora-BlueGlow.jpg new file mode 100644 index 0000000..23499bc Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-BlueGlow.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Brick.png b/recipes/branding/pandora-wallpaper/Pandora-Brick.png new file mode 100644 index 0000000..ccf74c9 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Brick.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-ColorsOnBlack.png b/recipes/branding/pandora-wallpaper/Pandora-ColorsOnBlack.png new file mode 100644 index 0000000..30a601e Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-ColorsOnBlack.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-CrystalBlue.jpg b/recipes/branding/pandora-wallpaper/Pandora-CrystalBlue.jpg new file mode 100644 index 0000000..5511593 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-CrystalBlue.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Cubes.png b/recipes/branding/pandora-wallpaper/Pandora-Cubes.png new file mode 100644 index 0000000..e9e28a2 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Cubes.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-DarkCubes.png b/recipes/branding/pandora-wallpaper/Pandora-DarkCubes.png new file mode 100644 index 0000000..f8a7d25 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-DarkCubes.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-FireAndIce.png b/recipes/branding/pandora-wallpaper/Pandora-FireAndIce.png new file mode 100644 index 0000000..cf5a4e2 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-FireAndIce.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-FireCube.png b/recipes/branding/pandora-wallpaper/Pandora-FireCube.png new file mode 100644 index 0000000..f5619a4 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-FireCube.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-FireCubeSmall.png b/recipes/branding/pandora-wallpaper/Pandora-FireCubeSmall.png new file mode 100644 index 0000000..97a69cf Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-FireCubeSmall.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Blue.jpg b/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Blue.jpg new file mode 100644 index 0000000..0f9f70f Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Blue.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Green.jpg b/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Green.jpg new file mode 100644 index 0000000..2e782a1 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Green.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Red.jpg b/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Red.jpg new file mode 100644 index 0000000..9bb0656 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Red.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Galaxy.jpg b/recipes/branding/pandora-wallpaper/Pandora-Galaxy.jpg new file mode 100644 index 0000000..f44c2ed Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Galaxy.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Green.jpg b/recipes/branding/pandora-wallpaper/Pandora-Green.jpg new file mode 100644 index 0000000..fb54437 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Green.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Grid.png b/recipes/branding/pandora-wallpaper/Pandora-Grid.png new file mode 100644 index 0000000..65be773 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Grid.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Hockey.jpg b/recipes/branding/pandora-wallpaper/Pandora-Hockey.jpg new file mode 100644 index 0000000..e234e73 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Hockey.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Lines.jpg b/recipes/branding/pandora-wallpaper/Pandora-Lines.jpg new file mode 100644 index 0000000..eb491df Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Lines.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Patchwork.jpg b/recipes/branding/pandora-wallpaper/Pandora-Patchwork.jpg new file mode 100644 index 0000000..e5ae1f1 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Patchwork.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Red.jpg b/recipes/branding/pandora-wallpaper/Pandora-Red.jpg new file mode 100644 index 0000000..2ee70ea Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Red.jpg differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Rust.png b/recipes/branding/pandora-wallpaper/Pandora-Rust.png new file mode 100644 index 0000000..11d72b0 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Rust.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Simple.png b/recipes/branding/pandora-wallpaper/Pandora-Simple.png new file mode 100644 index 0000000..322ac11 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Simple.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Simple2.png b/recipes/branding/pandora-wallpaper/Pandora-Simple2.png new file mode 100644 index 0000000..337e58c Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Simple2.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Simple2Small.png b/recipes/branding/pandora-wallpaper/Pandora-Simple2Small.png new file mode 100644 index 0000000..51e4bd0 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-Simple2Small.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-SimpleRed.png b/recipes/branding/pandora-wallpaper/Pandora-SimpleRed.png new file mode 100644 index 0000000..35fb679 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-SimpleRed.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-SimpleSmall.png b/recipes/branding/pandora-wallpaper/Pandora-SimpleSmall.png new file mode 100644 index 0000000..a30f341 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-SimpleSmall.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-TwoMonths.png b/recipes/branding/pandora-wallpaper/Pandora-TwoMonths.png new file mode 100644 index 0000000..4554ba8 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-TwoMonths.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-WhiteBevel.png b/recipes/branding/pandora-wallpaper/Pandora-WhiteBevel.png new file mode 100644 index 0000000..435da0c Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-WhiteBevel.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-WhiteBevelSmall.png b/recipes/branding/pandora-wallpaper/Pandora-WhiteBevelSmall.png new file mode 100644 index 0000000..0de6df6 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-WhiteBevelSmall.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-WhiteOnBlack.png b/recipes/branding/pandora-wallpaper/Pandora-WhiteOnBlack.png new file mode 100644 index 0000000..c5afef6 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-WhiteOnBlack.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-WhiteOnBlackSmall.png b/recipes/branding/pandora-wallpaper/Pandora-WhiteOnBlackSmall.png new file mode 100644 index 0000000..809349c Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-WhiteOnBlackSmall.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-WoodenLogo.jpg b/recipes/branding/pandora-wallpaper/Pandora-WoodenLogo.jpg new file mode 100644 index 0000000..d57ef2f Binary files /dev/null and b/recipes/branding/pandora-wallpaper/Pandora-WoodenLogo.jpg differ