From: Grazvydas Ignotas Date: Tue, 26 Mar 2013 18:44:16 +0000 (+0200) Subject: Revert "pandora-configtray-wifi.bb: Wifi-Plugin for Configtray" X-Git-Tag: sz_154~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d6bb46c5c7304c0fb127a74473ddea238cde29;p=openpandora.oe.git Revert "pandora-configtray-wifi.bb: Wifi-Plugin for Configtray" This reverts commit 87e60b43c6de05eaa30f9d7e59066811825169fe. --- diff --git a/recipes/pandora-system/pandora-configtray-wifi.bb b/recipes/pandora-system/pandora-configtray-wifi.bb deleted file mode 100755 index 3cf41d9..0000000 --- a/recipes/pandora-system/pandora-configtray-wifi.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "A tray applet to change various Pandora-related settings" - -PR = "r1" - -PARALLEL_MAKE = "" -DEPENDS = "gtk+" - -inherit pkgconfig - -SRC_URI = " \ - git://github.com/slaeshjag/pandora-configbutton.git;protocol=git;branch=master \ - file://wifi.png \ -" - -SRCREV = "8ce849c5c37f0e6bc8c48b6e771dbd75bdcbf78f" - -S = "${WORKDIR}/git" - -# disable environment-overrides -EXTRA_OEMAKE = "MAKEFLAGS=" - -do_install() { - install -d ${D}${bindir}/ - install -m 0755 ${S}/configbutton ${D}${bindir}/ - install -d ${D}${datadir}/configbutton/ - install -m 0644 ${S}/plugin/bin/wifi.so ${D}${datadir}/configbutton/ - install -d ${D}${prefix}/share/icons/pandora/ - install -m 0644 ${WORKDIR}/wifi.png ${D}${prefix}/share/icons/pandora/ -} - -FILES_${PN} += "${prefix} ${datadir}" diff --git a/recipes/pandora-system/pandora-configtray-wifi/wifi.png b/recipes/pandora-system/pandora-configtray-wifi/wifi.png deleted file mode 100755 index f9e0ef3..0000000 Binary files a/recipes/pandora-system/pandora-configtray-wifi/wifi.png and /dev/null differ