Revert "pandora-configtray-wifi.bb: Wifi-Plugin for Configtray"
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 26 Mar 2013 18:44:16 +0000 (20:44 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 26 Mar 2013 18:44:16 +0000 (20:44 +0200)
This reverts commit 87e60b43c6de05eaa30f9d7e59066811825169fe.

recipes/pandora-system/pandora-configtray-wifi.bb [deleted file]
recipes/pandora-system/pandora-configtray-wifi/wifi.png [deleted file]

diff --git a/recipes/pandora-system/pandora-configtray-wifi.bb b/recipes/pandora-system/pandora-configtray-wifi.bb
deleted file mode 100755 (executable)
index 3cf41d9..0000000
+++ /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 (executable)
index f9e0ef3..0000000
Binary files a/recipes/pandora-system/pandora-configtray-wifi/wifi.png and /dev/null differ