From: David-John Willis Date: Tue, 24 Nov 2009 21:14:33 +0000 (+0000) Subject: pandora-wallpaper: split package into 'official' and 'community' packages so users... X-Git-Tag: Release-2010-05/1~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d12d76840aa78d5a07374f18b1bba52cee3c40c2;p=openpandora.oe.git pandora-wallpaper: split package into 'official' and 'community' packages so users can tell the source of the background. --- diff --git a/recipes/branding/pandora-wallpaper.bb b/recipes/branding/pandora-wallpaper.bb index 9216b6a..e8bfebe 100644 --- a/recipes/branding/pandora-wallpaper.bb +++ b/recipes/branding/pandora-wallpaper.bb @@ -1,93 +1,22 @@ -DESCRIPTION = "Some nice wallpapers created by the community for the OpenPandora, thanks go to the community for the graphics" +DESCRIPTION = "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 \ + file://community/* \ + file://official/* \ " +PACKAGES = "${PN}-community ${PN}-official" + 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/ + install -d ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/community/* ${D}${prefix}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/official/* ${D}${prefix}/xfce4/backdrops/ } + PACKAGE_ARCH = "all" -FILES_${PN} += "${prefix}" + +FILES_${PN}-community = "${prefix}/xfce4/backdrops/community*" +FILES_${PN}-official = "${prefix}/xfce4/backdrops/op*" diff --git a/recipes/branding/pandora-wallpaper/Pandora-Rust.png b/recipes/branding/pandora-wallpaper/Pandora-Rust.png deleted file mode 100644 index 11d72b0..0000000 Binary files a/recipes/branding/pandora-wallpaper/Pandora-Rust.png and /dev/null differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-3DLogo.png b/recipes/branding/pandora-wallpaper/community/community-3dlogo.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-3DLogo.png rename to recipes/branding/pandora-wallpaper/community/community-3dlogo.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-Asteroids.jpg b/recipes/branding/pandora-wallpaper/community/community-asteroids.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Asteroids.jpg rename to recipes/branding/pandora-wallpaper/community/community-asteroids.jpg diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackAndBrown.png b/recipes/branding/pandora-wallpaper/community/community-blackandbrown.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-BlackAndBrown.png rename to recipes/branding/pandora-wallpaper/community/community-blackandbrown.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackAndBrownSmall.png b/recipes/branding/pandora-wallpaper/community/community-blackandbrownsmall.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-BlackAndBrownSmall.png rename to recipes/branding/pandora-wallpaper/community/community-blackandbrownsmall.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackAndWhite1.png b/recipes/branding/pandora-wallpaper/community/community-blackandwhite1.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-BlackAndWhite1.png rename to recipes/branding/pandora-wallpaper/community/community-blackandwhite1.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackAndWhite2.png b/recipes/branding/pandora-wallpaper/community/community-blackandwhite2.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-BlackAndWhite2.png rename to recipes/branding/pandora-wallpaper/community/community-blackandwhite2.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackOnWhite.png b/recipes/branding/pandora-wallpaper/community/community-blackonwhite.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-BlackOnWhite.png rename to recipes/branding/pandora-wallpaper/community/community-blackonwhite.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlackOnWhiteSmall.png b/recipes/branding/pandora-wallpaper/community/community-blackonwhitesmall.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-BlackOnWhiteSmall.png rename to recipes/branding/pandora-wallpaper/community/community-blackonwhitesmall.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-Blue.png b/recipes/branding/pandora-wallpaper/community/community-blue.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Blue.png rename to recipes/branding/pandora-wallpaper/community/community-blue.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-BlueGlow.jpg b/recipes/branding/pandora-wallpaper/community/community-blueglow.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-BlueGlow.jpg rename to recipes/branding/pandora-wallpaper/community/community-blueglow.jpg diff --git a/recipes/branding/pandora-wallpaper/Pandora-Brick.png b/recipes/branding/pandora-wallpaper/community/community-brick.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Brick.png rename to recipes/branding/pandora-wallpaper/community/community-brick.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-ColorsOnBlack.png b/recipes/branding/pandora-wallpaper/community/community-colorsonblack.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-ColorsOnBlack.png rename to recipes/branding/pandora-wallpaper/community/community-colorsonblack.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-CrystalBlue.jpg b/recipes/branding/pandora-wallpaper/community/community-crystalblue.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-CrystalBlue.jpg rename to recipes/branding/pandora-wallpaper/community/community-crystalblue.jpg diff --git a/recipes/branding/pandora-wallpaper/Pandora-Cubes.png b/recipes/branding/pandora-wallpaper/community/community-cubes.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Cubes.png rename to recipes/branding/pandora-wallpaper/community/community-cubes.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-DarkCubes.png b/recipes/branding/pandora-wallpaper/community/community-darkcubes.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-DarkCubes.png rename to recipes/branding/pandora-wallpaper/community/community-darkcubes.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-FireAndIce.png b/recipes/branding/pandora-wallpaper/community/community-fireandice.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-FireAndIce.png rename to recipes/branding/pandora-wallpaper/community/community-fireandice.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-FireCube.png b/recipes/branding/pandora-wallpaper/community/community-firecube.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-FireCube.png rename to recipes/branding/pandora-wallpaper/community/community-firecube.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-FireCubeSmall.png b/recipes/branding/pandora-wallpaper/community/community-firecubesmall.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-FireCubeSmall.png rename to recipes/branding/pandora-wallpaper/community/community-firecubesmall.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Blue.jpg b/recipes/branding/pandora-wallpaper/community/community-galaxy-blue.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Galaxy-Blue.jpg rename to recipes/branding/pandora-wallpaper/community/community-galaxy-blue.jpg diff --git a/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Green.jpg b/recipes/branding/pandora-wallpaper/community/community-galaxy-green.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Galaxy-Green.jpg rename to recipes/branding/pandora-wallpaper/community/community-galaxy-green.jpg diff --git a/recipes/branding/pandora-wallpaper/Pandora-Galaxy-Red.jpg b/recipes/branding/pandora-wallpaper/community/community-galaxy-red.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Galaxy-Red.jpg rename to recipes/branding/pandora-wallpaper/community/community-galaxy-red.jpg diff --git a/recipes/branding/pandora-wallpaper/Pandora-Galaxy.jpg b/recipes/branding/pandora-wallpaper/community/community-galaxy.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Galaxy.jpg rename to recipes/branding/pandora-wallpaper/community/community-galaxy.jpg diff --git a/recipes/branding/pandora-wallpaper/Pandora-Green.jpg b/recipes/branding/pandora-wallpaper/community/community-green.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Green.jpg rename to recipes/branding/pandora-wallpaper/community/community-green.jpg diff --git a/recipes/branding/pandora-wallpaper/Pandora-Grid.png b/recipes/branding/pandora-wallpaper/community/community-grid.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Grid.png rename to recipes/branding/pandora-wallpaper/community/community-grid.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-Hockey.jpg b/recipes/branding/pandora-wallpaper/community/community-hockey.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Hockey.jpg rename to recipes/branding/pandora-wallpaper/community/community-hockey.jpg diff --git a/recipes/branding/pandora-wallpaper/Pandora-Lines.jpg b/recipes/branding/pandora-wallpaper/community/community-lines.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Lines.jpg rename to recipes/branding/pandora-wallpaper/community/community-lines.jpg diff --git a/recipes/branding/pandora-wallpaper/Pandora-Patchwork.jpg b/recipes/branding/pandora-wallpaper/community/community-patchwork.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Patchwork.jpg rename to recipes/branding/pandora-wallpaper/community/community-patchwork.jpg diff --git a/recipes/branding/pandora-wallpaper/Pandora-Red.jpg b/recipes/branding/pandora-wallpaper/community/community-red.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Red.jpg rename to recipes/branding/pandora-wallpaper/community/community-red.jpg diff --git a/recipes/branding/pandora-wallpaper/community/community-rust.png b/recipes/branding/pandora-wallpaper/community/community-rust.png new file mode 100644 index 0000000..e192c61 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/community/community-rust.png differ diff --git a/recipes/branding/pandora-wallpaper/Pandora-Simple.png b/recipes/branding/pandora-wallpaper/community/community-simple.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Simple.png rename to recipes/branding/pandora-wallpaper/community/community-simple.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-Simple2.png b/recipes/branding/pandora-wallpaper/community/community-simple2.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Simple2.png rename to recipes/branding/pandora-wallpaper/community/community-simple2.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-Simple2Small.png b/recipes/branding/pandora-wallpaper/community/community-simple2small.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-Simple2Small.png rename to recipes/branding/pandora-wallpaper/community/community-simple2small.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-SimpleRed.png b/recipes/branding/pandora-wallpaper/community/community-simplered.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-SimpleRed.png rename to recipes/branding/pandora-wallpaper/community/community-simplered.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-SimpleSmall.png b/recipes/branding/pandora-wallpaper/community/community-simplesmall.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-SimpleSmall.png rename to recipes/branding/pandora-wallpaper/community/community-simplesmall.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-TwoMonths.png b/recipes/branding/pandora-wallpaper/community/community-twomonths.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-TwoMonths.png rename to recipes/branding/pandora-wallpaper/community/community-twomonths.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-WhiteBevel.png b/recipes/branding/pandora-wallpaper/community/community-whitebevel.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-WhiteBevel.png rename to recipes/branding/pandora-wallpaper/community/community-whitebevel.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-WhiteBevelSmall.png b/recipes/branding/pandora-wallpaper/community/community-whitebevelsmall.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-WhiteBevelSmall.png rename to recipes/branding/pandora-wallpaper/community/community-whitebevelsmall.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-WhiteOnBlack.png b/recipes/branding/pandora-wallpaper/community/community-whiteonblack.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-WhiteOnBlack.png rename to recipes/branding/pandora-wallpaper/community/community-whiteonblack.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-WhiteOnBlackSmall.png b/recipes/branding/pandora-wallpaper/community/community-whiteonblacksmall.png similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-WhiteOnBlackSmall.png rename to recipes/branding/pandora-wallpaper/community/community-whiteonblacksmall.png diff --git a/recipes/branding/pandora-wallpaper/Pandora-WoodenLogo.jpg b/recipes/branding/pandora-wallpaper/community/community-woodenlogo.jpg similarity index 100% rename from recipes/branding/pandora-wallpaper/Pandora-WoodenLogo.jpg rename to recipes/branding/pandora-wallpaper/community/community-woodenlogo.jpg diff --git a/recipes/branding/pandora-wallpaper/official/op-drops.png b/recipes/branding/pandora-wallpaper/official/op-drops.png new file mode 100644 index 0000000..00f5547 Binary files /dev/null and b/recipes/branding/pandora-wallpaper/official/op-drops.png differ diff --git a/recipes/branding/pandora-wallpaper/official/op-firstrun.png b/recipes/branding/pandora-wallpaper/official/op-firstrun.png new file mode 100644 index 0000000..24995cd Binary files /dev/null and b/recipes/branding/pandora-wallpaper/official/op-firstrun.png differ