From 7ef6658a210f363bfe20563aad59b145d77ef43a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 4 Feb 2009 14:27:20 +0100 Subject: Removing the icons from the larger applet --- data/Makefile.am | 2 -- data/icons/16x16/Makefile.am | 1 - data/icons/16x16/panel/Makefile.am | 26 --------------------- data/icons/16x16/panel/panel-dummy.png | 0 .../16x16/panel/panel-light-audio-volume-high.png | Bin 436 -> 0 bytes .../16x16/panel/panel-light-audio-volume-low.png | Bin 305 -> 0 bytes .../panel/panel-light-audio-volume-medium.png | Bin 378 -> 0 bytes .../16x16/panel/panel-light-audio-volume-muted.png | Bin 460 -> 0 bytes .../16x16/panel/panel-light-network-wifi-0.png | Bin 200 -> 0 bytes .../16x16/panel/panel-light-network-wifi-1.png | Bin 208 -> 0 bytes .../16x16/panel/panel-light-network-wifi-2.png | Bin 208 -> 0 bytes .../16x16/panel/panel-light-network-wifi-3.png | Bin 200 -> 0 bytes .../16x16/panel/panel-light-network-wifi-4.png | Bin 199 -> 0 bytes .../16x16/panel/panel-light-power-battery-full.png | Bin 212 -> 0 bytes .../16x16/panel/panel-light-power-battery-low.png | Bin 222 -> 0 bytes .../panel/panel-light-power-battery-medium.png | Bin 220 -> 0 bytes .../16x16/panel/panel-light-power-battery-plug.png | Bin 255 -> 0 bytes .../panel/panel-light-power-battery-plugged.png | Bin 298 -> 0 bytes .../panel/panel-light-power-battery-verylow.png | Bin 223 -> 0 bytes .../16x16/panel/panel-light-power-mouse-high.png | Bin 319 -> 0 bytes .../16x16/panel/panel-light-power-mouse-low.png | Bin 309 -> 0 bytes .../panel/panel-light-power-mouse-verylow.png | Bin 309 -> 0 bytes data/icons/22x22/Makefile.am | 1 - data/icons/22x22/panel/Makefile.am | 8 ------- data/icons/22x22/panel/panel-dummy.png | 0 data/icons/24x24/Makefile.am | 1 - data/icons/24x24/panel/Makefile.am | 8 ------- data/icons/24x24/panel/panel-dummy.png | 0 data/icons/32x32/Makefile.am | 1 - data/icons/32x32/panel/Makefile.am | 8 ------- data/icons/32x32/panel/panel-dummy.png | 0 data/icons/48x48/Makefile.am | 1 - data/icons/48x48/panel/Makefile.am | 8 ------- data/icons/48x48/panel/panel-dummy.png | 0 data/icons/Makefile.am | 15 ------------ data/icons/scalable/Makefile.am | 1 - data/icons/scalable/panel/Makefile.am | 8 ------- data/icons/scalable/panel/panel-dummy.svg | 1 - 38 files changed, 90 deletions(-) delete mode 100644 data/icons/16x16/Makefile.am delete mode 100644 data/icons/16x16/panel/Makefile.am delete mode 100644 data/icons/16x16/panel/panel-dummy.png delete mode 100644 data/icons/16x16/panel/panel-light-audio-volume-high.png delete mode 100644 data/icons/16x16/panel/panel-light-audio-volume-low.png delete mode 100644 data/icons/16x16/panel/panel-light-audio-volume-medium.png delete mode 100644 data/icons/16x16/panel/panel-light-audio-volume-muted.png delete mode 100644 data/icons/16x16/panel/panel-light-network-wifi-0.png delete mode 100644 data/icons/16x16/panel/panel-light-network-wifi-1.png delete mode 100644 data/icons/16x16/panel/panel-light-network-wifi-2.png delete mode 100644 data/icons/16x16/panel/panel-light-network-wifi-3.png delete mode 100644 data/icons/16x16/panel/panel-light-network-wifi-4.png delete mode 100644 data/icons/16x16/panel/panel-light-power-battery-full.png delete mode 100644 data/icons/16x16/panel/panel-light-power-battery-low.png delete mode 100644 data/icons/16x16/panel/panel-light-power-battery-medium.png delete mode 100644 data/icons/16x16/panel/panel-light-power-battery-plug.png delete mode 100644 data/icons/16x16/panel/panel-light-power-battery-plugged.png delete mode 100644 data/icons/16x16/panel/panel-light-power-battery-verylow.png delete mode 100644 data/icons/16x16/panel/panel-light-power-mouse-high.png delete mode 100644 data/icons/16x16/panel/panel-light-power-mouse-low.png delete mode 100644 data/icons/16x16/panel/panel-light-power-mouse-verylow.png delete mode 100644 data/icons/22x22/Makefile.am delete mode 100644 data/icons/22x22/panel/Makefile.am delete mode 100644 data/icons/22x22/panel/panel-dummy.png delete mode 100644 data/icons/24x24/Makefile.am delete mode 100644 data/icons/24x24/panel/Makefile.am delete mode 100644 data/icons/24x24/panel/panel-dummy.png delete mode 100644 data/icons/32x32/Makefile.am delete mode 100644 data/icons/32x32/panel/Makefile.am delete mode 100644 data/icons/32x32/panel/panel-dummy.png delete mode 100644 data/icons/48x48/Makefile.am delete mode 100644 data/icons/48x48/panel/Makefile.am delete mode 100644 data/icons/48x48/panel/panel-dummy.png delete mode 100644 data/icons/Makefile.am delete mode 100644 data/icons/scalable/Makefile.am delete mode 100644 data/icons/scalable/panel/Makefile.am delete mode 100644 data/icons/scalable/panel/panel-dummy.svg (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 66c576f..7fc4a6f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,7 +1,5 @@ # This file will be processed with automake to create Makefile.in -SUBDIRS = icons - ############################## # Bonobo .server ############################## diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am deleted file mode 100644 index 4ca175a..0000000 --- a/data/icons/16x16/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = panel diff --git a/data/icons/16x16/panel/Makefile.am b/data/icons/16x16/panel/Makefile.am deleted file mode 100644 index e36faed..0000000 --- a/data/icons/16x16/panel/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ - -iconsdir = $(pkgdatadir)/icons/hicolor/16x16/panel - -icons_DATA = \ - panel-dummy.png \ - panel-light-audio-volume-high.png \ - panel-light-audio-volume-low.png \ - panel-light-audio-volume-medium.png \ - panel-light-audio-volume-muted.png \ - panel-light-network-wifi-0.png \ - panel-light-network-wifi-1.png \ - panel-light-network-wifi-2.png \ - panel-light-network-wifi-3.png \ - panel-light-network-wifi-4.png \ - panel-light-power-battery-full.png \ - panel-light-power-battery-low.png \ - panel-light-power-battery-medium.png \ - panel-light-power-battery-plugged.png \ - panel-light-power-battery-plug.png \ - panel-light-power-battery-verylow.png \ - panel-light-power-mouse-high.png \ - panel-light-power-mouse-low.png \ - panel-light-power-mouse-verylow.png - -EXTRA_DIST = $(icons_DATA) - diff --git a/data/icons/16x16/panel/panel-dummy.png b/data/icons/16x16/panel/panel-dummy.png deleted file mode 100644 index e69de29..0000000 diff --git a/data/icons/16x16/panel/panel-light-audio-volume-high.png b/data/icons/16x16/panel/panel-light-audio-volume-high.png deleted file mode 100644 index 68a1419..0000000 Binary files a/data/icons/16x16/panel/panel-light-audio-volume-high.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-audio-volume-low.png b/data/icons/16x16/panel/panel-light-audio-volume-low.png deleted file mode 100644 index ec543cd..0000000 Binary files a/data/icons/16x16/panel/panel-light-audio-volume-low.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-audio-volume-medium.png b/data/icons/16x16/panel/panel-light-audio-volume-medium.png deleted file mode 100644 index 22087f8..0000000 Binary files a/data/icons/16x16/panel/panel-light-audio-volume-medium.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-audio-volume-muted.png b/data/icons/16x16/panel/panel-light-audio-volume-muted.png deleted file mode 100644 index 89ef79a..0000000 Binary files a/data/icons/16x16/panel/panel-light-audio-volume-muted.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-network-wifi-0.png b/data/icons/16x16/panel/panel-light-network-wifi-0.png deleted file mode 100644 index 90eaf11..0000000 Binary files a/data/icons/16x16/panel/panel-light-network-wifi-0.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-network-wifi-1.png b/data/icons/16x16/panel/panel-light-network-wifi-1.png deleted file mode 100644 index 9180f51..0000000 Binary files a/data/icons/16x16/panel/panel-light-network-wifi-1.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-network-wifi-2.png b/data/icons/16x16/panel/panel-light-network-wifi-2.png deleted file mode 100644 index edd6552..0000000 Binary files a/data/icons/16x16/panel/panel-light-network-wifi-2.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-network-wifi-3.png b/data/icons/16x16/panel/panel-light-network-wifi-3.png deleted file mode 100644 index 16c3d10..0000000 Binary files a/data/icons/16x16/panel/panel-light-network-wifi-3.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-network-wifi-4.png b/data/icons/16x16/panel/panel-light-network-wifi-4.png deleted file mode 100644 index 80cf836..0000000 Binary files a/data/icons/16x16/panel/panel-light-network-wifi-4.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-power-battery-full.png b/data/icons/16x16/panel/panel-light-power-battery-full.png deleted file mode 100644 index 65c7af7..0000000 Binary files a/data/icons/16x16/panel/panel-light-power-battery-full.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-power-battery-low.png b/data/icons/16x16/panel/panel-light-power-battery-low.png deleted file mode 100644 index 53aa11a..0000000 Binary files a/data/icons/16x16/panel/panel-light-power-battery-low.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-power-battery-medium.png b/data/icons/16x16/panel/panel-light-power-battery-medium.png deleted file mode 100644 index dd50f99..0000000 Binary files a/data/icons/16x16/panel/panel-light-power-battery-medium.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-power-battery-plug.png b/data/icons/16x16/panel/panel-light-power-battery-plug.png deleted file mode 100644 index 1351122..0000000 Binary files a/data/icons/16x16/panel/panel-light-power-battery-plug.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-power-battery-plugged.png b/data/icons/16x16/panel/panel-light-power-battery-plugged.png deleted file mode 100644 index b72c7e4..0000000 Binary files a/data/icons/16x16/panel/panel-light-power-battery-plugged.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-power-battery-verylow.png b/data/icons/16x16/panel/panel-light-power-battery-verylow.png deleted file mode 100644 index 730dccc..0000000 Binary files a/data/icons/16x16/panel/panel-light-power-battery-verylow.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-power-mouse-high.png b/data/icons/16x16/panel/panel-light-power-mouse-high.png deleted file mode 100644 index 3a83af9..0000000 Binary files a/data/icons/16x16/panel/panel-light-power-mouse-high.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-power-mouse-low.png b/data/icons/16x16/panel/panel-light-power-mouse-low.png deleted file mode 100644 index c6273b6..0000000 Binary files a/data/icons/16x16/panel/panel-light-power-mouse-low.png and /dev/null differ diff --git a/data/icons/16x16/panel/panel-light-power-mouse-verylow.png b/data/icons/16x16/panel/panel-light-power-mouse-verylow.png deleted file mode 100644 index 5f1bb52..0000000 Binary files a/data/icons/16x16/panel/panel-light-power-mouse-verylow.png and /dev/null differ diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am deleted file mode 100644 index 4ca175a..0000000 --- a/data/icons/22x22/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = panel diff --git a/data/icons/22x22/panel/Makefile.am b/data/icons/22x22/panel/Makefile.am deleted file mode 100644 index 94524b4..0000000 --- a/data/icons/22x22/panel/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ - -iconsdir = $(pkgdatadir)/icons/hicolor/22x22/panel - -icons_DATA = \ - panel-dummy.png - -EXTRA_DIST = $(icons_DATA) - diff --git a/data/icons/22x22/panel/panel-dummy.png b/data/icons/22x22/panel/panel-dummy.png deleted file mode 100644 index e69de29..0000000 diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am deleted file mode 100644 index 4ca175a..0000000 --- a/data/icons/24x24/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = panel diff --git a/data/icons/24x24/panel/Makefile.am b/data/icons/24x24/panel/Makefile.am deleted file mode 100644 index f3c3cdf..0000000 --- a/data/icons/24x24/panel/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ - -iconsdir = $(pkgdatadir)/icons/hicolor/24x24/panel - -icons_DATA = \ - panel-dummy.png - -EXTRA_DIST = $(icons_DATA) - diff --git a/data/icons/24x24/panel/panel-dummy.png b/data/icons/24x24/panel/panel-dummy.png deleted file mode 100644 index e69de29..0000000 diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am deleted file mode 100644 index 4ca175a..0000000 --- a/data/icons/32x32/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = panel diff --git a/data/icons/32x32/panel/Makefile.am b/data/icons/32x32/panel/Makefile.am deleted file mode 100644 index 5fb5210..0000000 --- a/data/icons/32x32/panel/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ - -iconsdir = $(pkgdatadir)/icons/hicolor/32x32/panel - -icons_DATA = \ - panel-dummy.png - -EXTRA_DIST = $(icons_DATA) - diff --git a/data/icons/32x32/panel/panel-dummy.png b/data/icons/32x32/panel/panel-dummy.png deleted file mode 100644 index e69de29..0000000 diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am deleted file mode 100644 index 4ca175a..0000000 --- a/data/icons/48x48/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = panel diff --git a/data/icons/48x48/panel/Makefile.am b/data/icons/48x48/panel/Makefile.am deleted file mode 100644 index 32ab766..0000000 --- a/data/icons/48x48/panel/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ - -iconsdir = $(pkgdatadir)/icons/hicolor/48x48/panel - -icons_DATA = \ - panel-dummy.png - -EXTRA_DIST = $(icons_DATA) - diff --git a/data/icons/48x48/panel/panel-dummy.png b/data/icons/48x48/panel/panel-dummy.png deleted file mode 100644 index e69de29..0000000 diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am deleted file mode 100644 index 17dca13..0000000 --- a/data/icons/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -SUBDIRS = scalable 16x16 22x22 24x24 32x32 48x48 - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor - -install-data-hook: update-icon-cache -uninstall-hook: update-icon-cache -update-icon-cache: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After (un)install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi - diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am deleted file mode 100644 index 4ca175a..0000000 --- a/data/icons/scalable/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = panel diff --git a/data/icons/scalable/panel/Makefile.am b/data/icons/scalable/panel/Makefile.am deleted file mode 100644 index a907e42..0000000 --- a/data/icons/scalable/panel/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ - -iconsdir = $(pkgdatadir)/icons/hicolor/scalable/panel - -icons_DATA = \ - panel-dummy.svg - -EXTRA_DIST = $(icons_DATA) - diff --git a/data/icons/scalable/panel/panel-dummy.svg b/data/icons/scalable/panel/panel-dummy.svg deleted file mode 100644 index 3e8fcac..0000000 --- a/data/icons/scalable/panel/panel-dummy.svg +++ /dev/null @@ -1 +0,0 @@ - -- cgit v1.2.3