rpms/echo-icon-theme/devel contexts.patch, NONE, 1.1 echo-icon-theme.spec, 1.9, 1.10

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue May 22 02:03:04 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/echo-icon-theme/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28509

Modified Files:
	echo-icon-theme.spec 
Added Files:
	contexts.patch 
Log Message:
fix contexts in index.theme


contexts.patch:

--- NEW FILE contexts.patch ---
--- echo-icon-theme-0.2-20070419wiki/Echo/index.theme.categories	2007-05-21 21:51:14.000000000 -0400
+++ echo-icon-theme-0.2-20070419wiki/Echo/index.theme	2007-05-21 21:55:49.000000000 -0400
@@ -25,141 +25,141 @@ Directories=24x24/emblems,24x24/mimetype
 
 [24x24/emblems]
 Size=24
-Context=emblems
+Context=Emblems
 Type=Threshold
 
 [24x24/mimetypes]
 Size=24
-Context=mimetypes
+Context=MimeTypes
 Type=Threshold
 
 [48x48/status]
 Size=48
-Context=status
+Context=Status
 Type=Threshold
 
 [24x24/mimes]
 Size=24
-Context=mimes
+Context=MimeTypes
 Type=Threshold
 
 [48x48/actions]
 Size=48
-Context=actions
+Context=Actions
 Type=Threshold
 
 [16x16/status]
 Size=16
-Context=status
+Context=Status
 Type=Threshold
 
 [24x24/actions]
 Size=24
-Context=actions
+Context=Actions
 Type=Threshold
 
 [16x16/mimes]
 Size=16
-Context=mimes
+Context=MimeTypes
 Type=Threshold
 
 [48x48/emotions]
 Size=48
-Context=emotions
+Context=Emotes
 Type=Threshold
 
 [24x24/categories]
 Size=24
-Context=categories
+Context=Categories
 Type=Threshold
 
 [48x48/apps]
 Size=48
-Context=apps
+Context=Applications
 Type=Threshold
 
 [48x48/devices]
 Size=48
-Context=devices
+Context=Devices
 Type=Threshold
 
 [24x24/devices]
 Size=24
-Context=devices
+Context=Devices
 Type=Threshold
 
 [48x48/categories]
 Size=48
-Context=categories
+Context=Categories
 Type=Threshold
 
 [48x48/emblems]
 Size=48
-Context=emblems
+Context=Emblems
 Type=Threshold
 
 [24x24/status]
 Size=24
-Context=status
+Context=Status
 Type=Threshold
 
 [16x16/devices]
 Size=16
-Context=devices
+Context=Devices
 Type=Threshold
 
 [24x24/emotions]
 Size=24
-Context=emotions
+Context=Emotions
 Type=Threshold
 
 [48x48/applications]
 Size=48
-Context=applications
+Context=Applications
 Type=Threshold
 
 [48x48/mimetypes]
 Size=48
-Context=mimetypes
+Context=MimeTypes
 Type=Threshold
 
 [16x16/emblems]
 Size=16
-Context=emblems
+Context=Emblems
 Type=Threshold
 
 [16x16/categories]
 Size=16
-Context=categories
+Context=Categories
 Type=Threshold
 
 [16x16/emotions]
 Size=16
-Context=emotions
+Context=Emotes
 Type=Threshold
 
 [24x24/applications]
 Size=24
-Context=applications
+Context=Applications
 Type=Threshold
 
 [16x16/actions]
 Size=16
-Context=actions
+Context=Actions
 Type=Threshold
 
 [16x16/applications]
 Size=16
-Context=applications
+Context=Applications
 Type=Threshold
 
 [48x48/places]
 Size=48
-Context=places
+Context=Places
 Type=Threshold
 
 [16x16/mimetypes]
 Size=16
-Context=mimetypes
+Context=MimeTypes
 Type=Threshold
 


Index: echo-icon-theme.spec
===================================================================
RCS file: /cvs/pkgs/rpms/echo-icon-theme/devel/echo-icon-theme.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- echo-icon-theme.spec	20 Apr 2007 01:22:29 -0000	1.9
+++ echo-icon-theme.spec	22 May 2007 02:02:29 -0000	1.10
@@ -2,13 +2,14 @@
 
 Name:           echo-icon-theme
 Version:        0.2
-Release:        2.%{alphatag}%{?dist}
+Release:        3.%{alphatag}%{?dist}
 Summary:        Echo icon theme
 
 Group:          User Interface/Desktops
 License:        Creative Commons Attribution-ShareAlike 2.5
 URL:            http://fedoraproject.org/wiki/Artwork/EchoDevelopment
 Source0:        %{name}-%{version}-%{alphatag}.tar.bz2
+Patch0:		contexts.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires: 	redhat-artwork  
@@ -22,6 +23,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-%{alphatag}
+%patch0 -p1 -b .contexts
 
 %build
 
@@ -49,6 +51,9 @@
 
 
 %changelog
+* Mon May 21 2007 Matthias Clasen <mclasen at redhat.com> - 0.2.3.20070419wiki
+- Fix context information in index.theme (#217832)
+
 * Thu Apr 19 2007 Matthias Clasen <mclasen at redhat.com> - 0.2.2.20070419wiki
 - Drop scalable images again
 




More information about the scm-commits mailing list