pandora-xfce-defaults: Bumped recipe
[openpandora.oe.git] / recipes / branding / pandora-wallpaper.bb
1 DESCRIPTION = "Wallpapers created by the community for the OpenPandora, thanks go to the community for the graphics"
2
3 PR = "r1"
4
5 SRC_URI = " \
6   file://community/* \
7   file://official/* \
8 "
9
10 PACKAGES = "${PN}-community ${PN}-official"
11
12 do_install() {         
13   install -d ${D}${datadir}/xfce4/backdrops/
14   install -m 0644 ${WORKDIR}/community/* ${D}${datadir}/xfce4/backdrops/
15   install -m 0644 ${WORKDIR}/official/* ${D}${datadir}/xfce4/backdrops/
16 }
17
18
19 PACKAGE_ARCH = "all"
20
21 FILES_${PN}-community = "${datadir}/xfce4/backdrops/community*"
22 FILES_${PN}-official = "${datadir}/xfce4/backdrops/op*"