Author: baggins                      Date: Fri May 18 12:01:56 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2
- add patch from https://bugzilla.redhat.com/show_bug.cgi?id=709763

---- Files affected:
packages/tango-icon-theme:
   tango-icon-theme.spec (1.11 -> 1.12) , tango-icon-theme-transparency.patch 
(NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/tango-icon-theme/tango-icon-theme.spec
diff -u packages/tango-icon-theme/tango-icon-theme.spec:1.11 
packages/tango-icon-theme/tango-icon-theme.spec:1.12
--- packages/tango-icon-theme/tango-icon-theme.spec:1.11        Sat Dec  4 
15:07:00 2010
+++ packages/tango-icon-theme/tango-icon-theme.spec     Fri May 18 14:01:50 2012
@@ -7,11 +7,12 @@
 Summary(pl.UTF-8):     Ikony implementujÄ…ce standard freedesktop.org
 Name:          tango-icon-theme
 Version:       0.8.90
-Release:       1
+Release:       2
 License:       Creative Commons License (see COPYING)
 Group:         Themes
 Source0:       http://tango.freedesktop.org/releases/%{name}-%{version}.tar.bz2
 # Source0-md5: b7b9b16480afb781a4c13f8bceb8688b
+Patch0:                %{name}-transparency.patch
 URL:           http://tango.freedesktop.org/Tango_Desktop_Project
 BuildRequires: ImageMagick-coder-png
 BuildRequires: ImageMagick-devel
@@ -32,12 +33,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --enable-png-creation
 %{__make}
 
 %install
@@ -60,6 +63,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2012/05/18 12:01:50  baggins
+- rel 2
+- add patch from https://bugzilla.redhat.com/show_bug.cgi?id=709763
+
 Revision 1.11  2010/12/04 14:07:00  atler
 - updated to: 0.8.90
 

================================================================
Index: packages/tango-icon-theme/tango-icon-theme-transparency.patch
diff -u /dev/null 
packages/tango-icon-theme/tango-icon-theme-transparency.patch:1.1
--- /dev/null   Fri May 18 14:01:56 2012
+++ packages/tango-icon-theme/tango-icon-theme-transparency.patch       Fri May 
18 14:01:50 2012
@@ -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 \
+-@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))
+ 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/packages/tango-icon-theme/tango-icon-theme.spec?r1=1.11&r2=1.12

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to