From: Michael Mrozek Date: Mon, 21 May 2012 00:58:05 +0000 (+0200) Subject: pandora-configtray.bb: Added BT-Icon, changed size of icons (they were too big) X-Git-Tag: sz_beta5~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=fab7e984ba5c26040e67cdc680031335a7b7cd50 pandora-configtray.bb: Added BT-Icon, changed size of icons (they were too big) --- diff --git a/recipes/pandora-system/pandora-configtray.bb b/recipes/pandora-system/pandora-configtray.bb index 750a0f5..5b59a30 100755 --- a/recipes/pandora-system/pandora-configtray.bb +++ b/recipes/pandora-system/pandora-configtray.bb @@ -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 index 0000000..97dfd28 Binary files /dev/null and b/recipes/pandora-system/pandora-configtray/bt.png differ diff --git a/recipes/pandora-system/pandora-configtray/cpu.png b/recipes/pandora-system/pandora-configtray/cpu.png index 940eacf..d7c4f67 100755 Binary files a/recipes/pandora-system/pandora-configtray/cpu.png and b/recipes/pandora-system/pandora-configtray/cpu.png differ diff --git a/recipes/pandora-system/pandora-configtray/tvout.png b/recipes/pandora-system/pandora-configtray/tvout.png index 560f7cd..c591018 100755 Binary files a/recipes/pandora-system/pandora-configtray/tvout.png and b/recipes/pandora-system/pandora-configtray/tvout.png differ diff --git a/recipes/pandora-system/pandora-configtray/usb.png b/recipes/pandora-system/pandora-configtray/usb.png index b054260..aaa7c83 100644 Binary files a/recipes/pandora-system/pandora-configtray/usb.png and b/recipes/pandora-system/pandora-configtray/usb.png differ diff --git a/recipes/pandora-system/pandora-configtray/wifi.png b/recipes/pandora-system/pandora-configtray/wifi.png index a3cbe54..f9e0ef3 100755 Binary files a/recipes/pandora-system/pandora-configtray/wifi.png and b/recipes/pandora-system/pandora-configtray/wifi.png differ