diff -dur tango-icon-theme-0.8.90.orig/22x22/actions/Makefile.am tango-icon-theme-0.8.90/22x22/actions/Makefile.am --- tango-icon-theme-0.8.90.orig/22x22/actions/Makefile.am 2007-08-14 02:28:58.000000000 +0200 +++ tango-icon-theme-0.8.90/22x22/actions/Makefile.am 2011-12-11 18:13:50.644140233 +0100 @@ -84,7 +84,7 @@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) (cd $(DESTDIR)$(themedir) && \ for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ + $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ done) (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) endif diff -dur tango-icon-theme-0.8.90.orig/22x22/actions/Makefile.in tango-icon-theme-0.8.90/22x22/actions/Makefile.in --- tango-icon-theme-0.8.90.orig/22x22/actions/Makefile.in 2009-02-26 04:11:31.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/actions/Makefile.in 2011-12-11 18:14:37.267425473 +0100 @@ -428,7 +428,7 @@ @ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ @ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ +@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ @ENABLE_ICON_FRAMING_TRUE@ done) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) diff -dur tango-icon-theme-0.8.90.orig/22x22/apps/Makefile.am tango-icon-theme-0.8.90/22x22/apps/Makefile.am --- tango-icon-theme-0.8.90.orig/22x22/apps/Makefile.am 2007-08-14 02:28:58.000000000 +0200 +++ tango-icon-theme-0.8.90/22x22/apps/Makefile.am 2011-12-11 18:13:50.644140233 +0100 @@ -43,7 +43,7 @@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) (cd $(DESTDIR)$(themedir) && \ for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ + $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ done) (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) endif diff -dur tango-icon-theme-0.8.90.orig/22x22/apps/Makefile.in tango-icon-theme-0.8.90/22x22/apps/Makefile.in --- tango-icon-theme-0.8.90.orig/22x22/apps/Makefile.in 2009-02-26 04:11:31.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/apps/Makefile.in 2011-12-11 18:14:37.268425483 +0100 @@ -387,7 +387,7 @@ @ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ @ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ +@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ @ENABLE_ICON_FRAMING_TRUE@ done) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) diff -dur tango-icon-theme-0.8.90.orig/22x22/categories/Makefile.am tango-icon-theme-0.8.90/22x22/categories/Makefile.am --- tango-icon-theme-0.8.90.orig/22x22/categories/Makefile.am 2006-01-14 01:12:51.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/categories/Makefile.am 2011-12-11 18:13:50.644140233 +0100 @@ -27,7 +27,7 @@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) (cd $(DESTDIR)$(themedir) && \ for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ + $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ done) (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) endif diff -dur tango-icon-theme-0.8.90.orig/22x22/categories/Makefile.in tango-icon-theme-0.8.90/22x22/categories/Makefile.in --- tango-icon-theme-0.8.90.orig/22x22/categories/Makefile.in 2009-02-26 04:11:31.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/categories/Makefile.in 2011-12-11 18:14:37.268425483 +0100 @@ -371,7 +371,7 @@ @ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ @ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ +@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ @ENABLE_ICON_FRAMING_TRUE@ done) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) diff -dur tango-icon-theme-0.8.90.orig/22x22/devices/Makefile.am tango-icon-theme-0.8.90/22x22/devices/Makefile.am --- tango-icon-theme-0.8.90.orig/22x22/devices/Makefile.am 2006-12-09 03:33:25.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/devices/Makefile.am 2011-12-11 18:13:50.644140233 +0100 @@ -35,7 +35,7 @@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) (cd $(DESTDIR)$(themedir) && \ for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ + $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ done) (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) endif diff -dur tango-icon-theme-0.8.90.orig/22x22/devices/Makefile.in tango-icon-theme-0.8.90/22x22/devices/Makefile.in --- tango-icon-theme-0.8.90.orig/22x22/devices/Makefile.in 2009-02-26 04:11:31.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/devices/Makefile.in 2011-12-11 18:14:37.269425491 +0100 @@ -379,7 +379,7 @@ @ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ @ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ +@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ @ENABLE_ICON_FRAMING_TRUE@ done) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) diff -dur tango-icon-theme-0.8.90.orig/22x22/emblems/Makefile.am tango-icon-theme-0.8.90/22x22/emblems/Makefile.am --- tango-icon-theme-0.8.90.orig/22x22/emblems/Makefile.am 2005-12-17 19:36:53.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/emblems/Makefile.am 2011-12-11 18:13:50.645140240 +0100 @@ -22,7 +22,7 @@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) (cd $(DESTDIR)$(themedir) && \ for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ + $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ done) (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) endif diff -dur tango-icon-theme-0.8.90.orig/22x22/emblems/Makefile.in tango-icon-theme-0.8.90/22x22/emblems/Makefile.in --- tango-icon-theme-0.8.90.orig/22x22/emblems/Makefile.in 2009-02-26 04:11:31.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/emblems/Makefile.in 2011-12-11 18:14:37.269425491 +0100 @@ -366,7 +366,7 @@ @ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ @ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ +@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ @ENABLE_ICON_FRAMING_TRUE@ done) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) diff -dur tango-icon-theme-0.8.90.orig/22x22/emotes/Makefile.am tango-icon-theme-0.8.90/22x22/emotes/Makefile.am --- tango-icon-theme-0.8.90.orig/22x22/emotes/Makefile.am 2007-05-16 23:38:44.000000000 +0200 +++ tango-icon-theme-0.8.90/22x22/emotes/Makefile.am 2011-12-11 18:13:50.645140240 +0100 @@ -28,7 +28,7 @@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) (cd $(DESTDIR)$(themedir) && \ for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ + $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ done) (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) endif diff -dur tango-icon-theme-0.8.90.orig/22x22/emotes/Makefile.in tango-icon-theme-0.8.90/22x22/emotes/Makefile.in --- tango-icon-theme-0.8.90.orig/22x22/emotes/Makefile.in 2009-02-26 04:11:31.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/emotes/Makefile.in 2011-12-11 18:14:37.269425491 +0100 @@ -372,7 +372,7 @@ @ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ @ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ +@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ @ENABLE_ICON_FRAMING_TRUE@ done) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) diff -dur tango-icon-theme-0.8.90.orig/22x22/mimetypes/Makefile.am tango-icon-theme-0.8.90/22x22/mimetypes/Makefile.am --- tango-icon-theme-0.8.90.orig/22x22/mimetypes/Makefile.am 2006-06-07 15:19:57.000000000 +0200 +++ tango-icon-theme-0.8.90/22x22/mimetypes/Makefile.am 2011-12-11 18:13:50.645140240 +0100 @@ -36,7 +36,7 @@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) (cd $(DESTDIR)$(themedir) && \ for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ + $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ done) (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) endif diff -dur tango-icon-theme-0.8.90.orig/22x22/mimetypes/Makefile.in tango-icon-theme-0.8.90/22x22/mimetypes/Makefile.in --- tango-icon-theme-0.8.90.orig/22x22/mimetypes/Makefile.in 2009-02-26 04:11:31.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/mimetypes/Makefile.in 2011-12-11 18:14:37.269425491 +0100 @@ -380,7 +380,7 @@ @ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ @ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ +@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ @ENABLE_ICON_FRAMING_TRUE@ done) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) diff -dur tango-icon-theme-0.8.90.orig/22x22/places/Makefile.am tango-icon-theme-0.8.90/22x22/places/Makefile.am --- tango-icon-theme-0.8.90.orig/22x22/places/Makefile.am 2006-01-14 01:12:51.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/places/Makefile.am 2011-12-11 18:13:50.645140240 +0100 @@ -24,7 +24,7 @@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) (cd $(DESTDIR)$(themedir) && \ for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ + $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ done) (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) endif diff -dur tango-icon-theme-0.8.90.orig/22x22/places/Makefile.in tango-icon-theme-0.8.90/22x22/places/Makefile.in --- tango-icon-theme-0.8.90.orig/22x22/places/Makefile.in 2009-02-26 04:11:31.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/places/Makefile.in 2011-12-11 18:14:37.270425498 +0100 @@ -368,7 +368,7 @@ @ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ @ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ +@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ @ENABLE_ICON_FRAMING_TRUE@ done) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) diff -dur tango-icon-theme-0.8.90.orig/22x22/status/Makefile.am tango-icon-theme-0.8.90/22x22/status/Makefile.am --- tango-icon-theme-0.8.90.orig/22x22/status/Makefile.am 2007-05-25 17:34:36.000000000 +0200 +++ tango-icon-theme-0.8.90/22x22/status/Makefile.am 2011-12-11 18:13:50.645140240 +0100 @@ -50,7 +50,7 @@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) (cd $(DESTDIR)$(themedir) && \ for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ + $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ done) (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) endif diff -dur tango-icon-theme-0.8.90.orig/22x22/status/Makefile.in tango-icon-theme-0.8.90/22x22/status/Makefile.in --- tango-icon-theme-0.8.90.orig/22x22/status/Makefile.in 2009-02-26 04:11:31.000000000 +0100 +++ tango-icon-theme-0.8.90/22x22/status/Makefile.in 2011-12-11 18:14:37.270425498 +0100 @@ -394,7 +394,7 @@ @ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ @ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ +@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon PNG32:24x24/$(context)/$$icon; \ @ENABLE_ICON_FRAMING_TRUE@ done) @ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context))