[tango-icon-theme] Fix transparency issue (#709763) Update icon-cache scriptlets

Christoph Wickert cwickert at fedoraproject.org
Sun Dec 11 17:53:45 UTC 2011


commit 99086139492518a8039ad3061e34a776402f81b5
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Dec 11 18:53:42 2011 +0100

    Fix transparency issue (#709763)
    Update icon-cache scriptlets

 tango-icon-theme-0.8.90-transparency.patch |  216 ++++++++++++++++++++++++++++
 tango-icon-theme.spec                      |   70 ++++++----
 2 files changed, 257 insertions(+), 29 deletions(-)
---
diff --git a/tango-icon-theme-0.8.90-transparency.patch b/tango-icon-theme-0.8.90-transparency.patch
new file mode 100644
index 0000000..731b195
--- /dev/null
+++ b/tango-icon-theme-0.8.90-transparency.patch
@@ -0,0 +1,216 @@
+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 \
+- at ENABLE_ICON_FRAMING_TRUE@		$(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \
++ at 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 \
+- at ENABLE_ICON_FRAMING_TRUE@		$(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \
++ at 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 \
+- at ENABLE_ICON_FRAMING_TRUE@		$(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \
++ at 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 \
+- at ENABLE_ICON_FRAMING_TRUE@		$(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \
++ at 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 \
+- at ENABLE_ICON_FRAMING_TRUE@		$(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \
++ at 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 \
+- at ENABLE_ICON_FRAMING_TRUE@		$(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \
++ at 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 \
+- at ENABLE_ICON_FRAMING_TRUE@		$(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \
++ at 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 \
+- at ENABLE_ICON_FRAMING_TRUE@		$(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \
++ at 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 \
+- at ENABLE_ICON_FRAMING_TRUE@		$(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \
++ at 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 --git a/tango-icon-theme.spec b/tango-icon-theme.spec
index cdb6d1c..de70e74 100644
--- a/tango-icon-theme.spec
+++ b/tango-icon-theme.spec
@@ -1,38 +1,43 @@
-Name:		tango-icon-theme
-Version:	0.8.90
-Release:	4%{?dist}
-Summary:	Icons from Tango Project
-Summary(pl):	Ikony Projektu Tango
-Summary(es):	Iconos del Proyecto Tango
-
-License:	Public Domain
-Group:		User Interface/Desktops
-URL:		http://tango.freedesktop.org/Tango_Desktop_Project
-
-Source0:	http://tango.freedesktop.org/releases/%{name}-%{version}.tar.bz2
-
-BuildArch:	noarch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:	icon-naming-utils >= 0.8.90
-BuildRequires:	ImageMagick-devel >= 5.5.7
-BuildRequires:	intltool
-BuildRequires:	librsvg2-devel >= 2.12.3
-BuildRequires:	pkgconfig >= 0.19
+Name:           tango-icon-theme
+Version:        0.8.90
+Release:        4%{?dist}
+Summary:        Icon theme from Tango Project
+Summary(de):    Symbolthema vom Tango Projekt
+Summary(es):    Iconos del Proyecto Tango
+Summary(pl):    Ikony Projektu Tango
+
+License:        Public Domain
+Group:          User Interface/Desktops
+URL:            http://tango.freedesktop.org/Tango_Desktop_Project
+
+Source0:        http://tango.freedesktop.org/releases/%{name}-%{version}.tar.bz2
+Patch0:         tango-icon-theme-0.8.90-transparency.patch
+
+BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  icon-naming-utils >= 0.8.90
+BuildRequires:  ImageMagick-devel >= 5.5.7
+BuildRequires:  intltool
+BuildRequires:  librsvg2-devel >= 2.12.3
+BuildRequires:  pkgconfig >= 0.19
 
 %description
 Contains icons from Tango Project.
 
-%description -l pl
-Zawiera ikony Projektu Tango.
+%description -l de
+Enthält Symbole vom Tango Projekt.
 
 %description -l es
 Contiene iconos del Proyecto Tango.
 
+%description -l pl
+Zawiera ikony Projektu Tango.
+
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .transparency
 
 %build
 %configure --enable-png-creation
@@ -41,7 +46,7 @@ make
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
 
 
 %clean
@@ -49,13 +54,16 @@ rm -rf %{buildroot}
 
 
 %post
-touch --no-create %{_datadir}/icons/Tango 2> /dev/null ||:
-gtk-update-icon-cache -q %{_datadir}/icons/Tango 2> /dev/null ||:
+touch --no-create %{_datadir}/icons/Tango &>/dev/null || :
 
 
 %postun
-touch --no-create %{_datadir}/icons/Tango 2> /dev/null ||:
-gtk-update-icon-cache -q %{_datadir}/icons/Tango 2> /dev/null ||:
+touch --no-create %{_datadir}/icons/Tango &>/dev/null || :
+gtk-update-icon-cache -q %{_datadir}/icons/Tango &>/dev/null || :
+
+
+%posttrans
+gtk-update-icon-cache -q %{_datadir}/icons/Tango &>/dev/null || :
 
 
 %files
@@ -65,6 +73,10 @@ gtk-update-icon-cache -q %{_datadir}/icons/Tango 2> /dev/null ||:
 
 
 %changelog
+* Sun Dec 11 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.8.90-5
+- Fix transparency issue (#709763)
+- Update icon-cache scriptlets
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.90-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list