rpms/fedora-icon-theme/devel echo.patch, NONE, 1.1 fedora-icon-theme.spec, 1.2, 1.3

Matthias Clasen mclasen at fedoraproject.org
Fri Sep 5 13:58:29 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/fedora-icon-theme/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7323

Modified Files:
	fedora-icon-theme.spec 
Added Files:
	echo.patch 
Log Message:
Echo by default 


echo.patch:

--- NEW FILE echo.patch ---
diff -up fedora-icon-theme-1.0.0/theme/index.theme.in.echo fedora-icon-theme-1.0.0/theme/index.theme.in
--- fedora-icon-theme-1.0.0/theme/index.theme.in.echo	2008-09-05 09:43:26.000000000 -0400
+++ fedora-icon-theme-1.0.0/theme/index.theme.in	2008-09-05 09:43:32.000000000 -0400
@@ -1,7 +1,7 @@
 [Icon Theme]
 _Name=Fedora
 _Comment=Fedora Icon Theme
-Inherits=Mist
+Inherits=Echo
 Example=x-directory-normal
 
 # KDE Specific Stuff


Index: fedora-icon-theme.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-icon-theme/devel/fedora-icon-theme.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fedora-icon-theme.spec	10 Oct 2007 18:14:51 -0000	1.2
+++ fedora-icon-theme.spec	5 Sep 2008 13:57:58 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: Fedora icon theme
 Name: fedora-icon-theme
 Version: 1.0.0
-Release: 1%{?dist} 
+Release: 2%{?dist} 
 BuildArch: noarch
 License: GPL+
 Group: User Interface/Desktops
@@ -15,11 +15,15 @@
 
 Provides: system-icon-theme
 
+# try echo-by-default
+Patch0: echo.patch
+
 %description
 This package contains the Fedora icon theme.
 
 %prep
 %setup -q 
+%patch0 -p1 -b .echo
 
 %build
 %configure 
@@ -68,5 +72,8 @@
 %{_datadir}/pixmaps/*.png
 
 %changelog
+* Fri Sep  5 2008 Matthias Clasen <mclasen at redhat.com> - 1.0.0-2
+- Switch to Echo as the default icon theme
+
 * Tue Sep 25 2007 Ray Strode <rstrode at redhat.com> - 1.0.0-1
 - Initial import, version 1.0.0




More information about the fedora-extras-commits mailing list