pandora-configtray.bb: Added BT-Icon, changed size of icons (they were too big)
authorMichael Mrozek <EvilDragon@openpandora.de>
Mon, 21 May 2012 00:58:05 +0000 (02:58 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Mon, 21 May 2012 00:58:05 +0000 (02:58 +0200)
recipes/pandora-system/pandora-configtray.bb
recipes/pandora-system/pandora-configtray/bt.png [new file with mode: 0644]
recipes/pandora-system/pandora-configtray/cpu.png
recipes/pandora-system/pandora-configtray/tvout.png
recipes/pandora-system/pandora-configtray/usb.png
recipes/pandora-system/pandora-configtray/wifi.png

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
diff --git a/recipes/pandora-system/pandora-configtray/bt.png b/recipes/pandora-system/pandora-configtray/bt.png
new file mode 100644 (file)
index 0000000..97dfd28
Binary files /dev/null and b/recipes/pandora-system/pandora-configtray/bt.png differ
index 940eacf..d7c4f67 100755 (executable)
Binary files a/recipes/pandora-system/pandora-configtray/cpu.png and b/recipes/pandora-system/pandora-configtray/cpu.png differ
index 560f7cd..c591018 100755 (executable)
Binary files a/recipes/pandora-system/pandora-configtray/tvout.png and b/recipes/pandora-system/pandora-configtray/tvout.png differ
index b054260..aaa7c83 100644 (file)
Binary files a/recipes/pandora-system/pandora-configtray/usb.png and b/recipes/pandora-system/pandora-configtray/usb.png differ
index a3cbe54..f9e0ef3 100755 (executable)
Binary files a/recipes/pandora-system/pandora-configtray/wifi.png and b/recipes/pandora-system/pandora-configtray/wifi.png differ