Author: hawk                         Date: Thu Jun 28 18:19:28 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- variable name fix for .am file

---- Files affected:
packages/gnome-icon-theme:
   gnome-icon-theme.spec (1.77 -> 1.78) , gnome-icon-theme-am.patch (NONE -> 
1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gnome-icon-theme/gnome-icon-theme.spec
diff -u packages/gnome-icon-theme/gnome-icon-theme.spec:1.77 
packages/gnome-icon-theme/gnome-icon-theme.spec:1.78
--- packages/gnome-icon-theme/gnome-icon-theme.spec:1.77        Wed Mar 28 
18:37:56 2012
+++ packages/gnome-icon-theme/gnome-icon-theme.spec     Thu Jun 28 20:19:22 2012
@@ -3,11 +3,12 @@
 Summary(pl.UTF-8):     Domyślne motywy ikon dla środowiska GNOME
 Name:          gnome-icon-theme
 Version:       3.4.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Themes
 Source0:       
http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/3.4/%{name}-%{version}.tar.xz
 # Source0-md5: 819b176759e8278febdec2b1082db667
+Patch0:                %{name}-am.patch
 URL:           http://www.gnome.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.9
@@ -33,6 +34,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %{__glib_gettextize}
@@ -73,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.78  2012/06/28 18:19:22  hawk
+- variable name fix for .am file
+
 Revision 1.77  2012/03/28 16:37:56  kiesiu
 - updated to 3.4.0; merged from DEVEL
 

================================================================
Index: packages/gnome-icon-theme/gnome-icon-theme-am.patch
diff -u /dev/null packages/gnome-icon-theme/gnome-icon-theme-am.patch:1.1
--- /dev/null   Thu Jun 28 20:19:28 2012
+++ packages/gnome-icon-theme/gnome-icon-theme-am.patch Thu Jun 28 20:19:22 2012
@@ -0,0 +1,11 @@
+--- src/Makefile.am.orig       2010-05-26 14:25:06.000000000 +0000
++++ src/Makefile.am    2012-06-28 18:18:49.159183938 +0000
+@@ -8,7 +8,7 @@
+               echo -e "Going to copy files for $$size"; \
+               for file in `cd $(top_srcdir)/$(SVGOUTDIR)/$$size && find . 
-name "*.png"`; do \
+                       context="`dirname $$file`"; \
+-                      $(mkdir_p) $(DESTDIR)$(themedir)/$$size/$$context; \
++                      $(MKDIR_P) $(DESTDIR)$(themedir)/$$size/$$context; \
+                       $(install_sh_DATA) 
$(top_srcdir)/$(SVGOUTDIR)/$$size/$$file $(DESTDIR)$(themedir)/$$size/$$file; \
+               done; \
+       done; \
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/packages/gnome-icon-theme/gnome-icon-theme.spec?r1=1.77&r2=1.78

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

Reply via email to