pandora-configtray.bb: Added BT-Icon, changed size of icons (they were too big)
[openpandora.oe.git] / recipes / pandora-system / pandora-configtray.bb
index 750a0f5..5b59a30 100755 (executable)
@@ -1,6 +1,6 @@
 DESCRIPTION = "A tray applet to change various Pandora-related settings"
 
-PR = "r3"
+PR = "r5"
 
 PARALLEL_MAKE = ""
 DEPENDS = "gtk+"
@@ -13,10 +13,11 @@ SRC_URI = " \
           file://tvout.png \   
           file://usb.png \
          file://wifi.png \
+         file://bt.png \
          file://Pandora-Configtray.desktop \
 "
 
-SRCREV = "626cf662782973b1431bc59c3aefc15fa83cfae5"
+SRCREV = "7535d01f2eb2d348290322e81a713e59622a3e21"
 
 S = "${WORKDIR}/git"
 
@@ -36,6 +37,7 @@ do_install() {
         install -m 0644 ${WORKDIR}/cpu.png ${D}${prefix}/share/icons/pandora/
        install -m 0644 ${WORKDIR}/wifi.png ${D}${prefix}/share/icons/pandora/
        install -m 0644 ${WORKDIR}/tvout.png ${D}${prefix}/share/icons/pandora/
+       install -m 0644 ${WORKDIR}/bt.png ${D}${prefix}/share/icons/pandora/
        install -m 0644 ${WORKDIR}/usb.png ${D}${prefix}/share/icons/pandora/
        install -d ${D}${sysconfdir}/skel/Applications/Settings/autostart/
        install -m 0644 ${WORKDIR}/Pandora-Configtray.desktop ${D}${sysconfdir}/skel/Applications/Settings/autostart/Pandora-Configtray.desktop