[totem] icon: remove unused legacy app icon for totem-tv



commit 1f3ff3080e8d47da19d0f8fdf62c38c3c480c7e7
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Apr 2 17:17:29 2015 +0200

    icon: remove unused legacy app icon for totem-tv
    
    remove gnome 2.x old cruft
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747254

 configure.ac                     |    1 -
 data/icons/16x16/Makefile.am     |    5 +-
 data/icons/16x16/totem-tv.png    |  Bin 536 -> 0 bytes
 data/icons/16x16/totem-tv.svg    |  320 -------------------------------
 data/icons/22x22/Makefile.am     |    5 +-
 data/icons/22x22/totem-tv.png    |  Bin 783 -> 0 bytes
 data/icons/22x22/totem-tv.svg    |  352 ----------------------------------
 data/icons/24x24/Makefile.am     |    5 +-
 data/icons/24x24/totem-tv.png    |  Bin 763 -> 0 bytes
 data/icons/32x32/Makefile.am     |    5 +-
 data/icons/32x32/totem-tv.png    |  Bin 1017 -> 0 bytes
 data/icons/32x32/totem-tv.svg    |  374 ------------------------------------
 data/icons/48x48/Makefile.am     |    5 +-
 data/icons/48x48/totem-tv.png    |  Bin 1615 -> 0 bytes
 data/icons/Makefile.am           |    2 +-
 data/icons/scalable/Makefile.am  |    6 -
 data/icons/scalable/totem-tv.svg |  386 --------------------------------------
 17 files changed, 6 insertions(+), 1460 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f6546f7..c48e5bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -589,7 +589,6 @@ data/icons/24x24/Makefile
 data/icons/32x32/Makefile
 data/icons/48x48/Makefile
 data/icons/256x256/Makefile
-data/icons/scalable/Makefile
 data/icons/symbolic/Makefile
 po/Makefile.in
 help/Makefile
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
index 18710f9..681f28b 100644
--- a/data/icons/16x16/Makefile.am
+++ b/data/icons/16x16/Makefile.am
@@ -1,9 +1,6 @@
 icondir = $(datadir)/icons/hicolor/16x16/apps
 icon_DATA = totem.png
 
-tvicondir = $(datadir)/icons/hicolor/16x16/devices/
-tvicon_DATA = totem-tv.png
-
-EXTRA_DIST = $(icon_DATA) $(tvicon_DATA) totem-tv.svg
+EXTRA_DIST = $(icon_DATA)
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
index dd3c4a1..6f65280 100644
--- a/data/icons/22x22/Makefile.am
+++ b/data/icons/22x22/Makefile.am
@@ -1,9 +1,6 @@
 icondir = $(datadir)/icons/hicolor/22x22/apps
 icon_DATA = totem.png
 
-tvicondir = $(datadir)/icons/hicolor/22x22/devices/
-tvicon_DATA = totem-tv.png
-
-EXTRA_DIST = $(icon_DATA) $(tvicon_DATA) totem-tv.svg
+EXTRA_DIST = $(icon_DATA)
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
index 9c5fb42..8f0e1a7 100644
--- a/data/icons/24x24/Makefile.am
+++ b/data/icons/24x24/Makefile.am
@@ -1,9 +1,6 @@
 icondir = $(datadir)/icons/hicolor/24x24/apps
 icon_DATA = totem.png
 
-tvicondir = $(datadir)/icons/hicolor/24x24/devices/
-tvicon_DATA = totem-tv.png
-
-EXTRA_DIST = $(icon_DATA) $(tvicon_DATA)
+EXTRA_DIST = $(icon_DATA)
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
index 7b7459b..12809b9 100644
--- a/data/icons/32x32/Makefile.am
+++ b/data/icons/32x32/Makefile.am
@@ -1,9 +1,6 @@
 icondir = $(datadir)/icons/hicolor/32x32/apps
 icon_DATA = totem.png
 
-tvicondir = $(datadir)/icons/hicolor/32x32/devices/
-tvicon_DATA = totem-tv.png
-
-EXTRA_DIST = $(icon_DATA) $(tvicon_DATA) totem-tv.svg
+EXTRA_DIST = $(icon_DATA)
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
index 490fa43..22a5159 100644
--- a/data/icons/48x48/Makefile.am
+++ b/data/icons/48x48/Makefile.am
@@ -1,9 +1,6 @@
 icondir = $(datadir)/icons/hicolor/48x48/apps
 icon_DATA = totem.png
 
-tvicondir = $(datadir)/icons/hicolor/48x48/devices/
-tvicon_DATA = totem-tv.png
-
-EXTRA_DIST = $(icon_DATA) $(tvicon_DATA)
+EXTRA_DIST = $(icon_DATA)
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 87d1ab3..73652bf 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable symbolic
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 symbolic
 
 EXTRA_DIST = totem.svg
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]