rpms/f-spot/devel missing-icon.patch, NONE, 1.1 f-spot.spec, 1.74, 1.75

Matthias Clasen mclasen at fedoraproject.org
Fri Oct 3 03:31:05 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/f-spot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21417

Modified Files:
	f-spot.spec 
Added Files:
	missing-icon.patch 
Log Message:
fix a missing icon


missing-icon.patch:

--- NEW FILE missing-icon.patch ---
diff -up f-spot-0.4.4/src/ImportCommand.cs.missing-icon f-spot-0.4.4/src/ImportCommand.cs
--- f-spot-0.4.4/src/ImportCommand.cs.missing-icon	2008-10-02 23:26:40.000000000 -0400
+++ f-spot-0.4.4/src/ImportCommand.cs	2008-10-02 23:27:16.000000000 -0400
@@ -259,7 +259,7 @@ public class ImportCommand : GladeDialog
 				}
 			} else {
 				ImportSource source = new BrowseSource (Catalog.GetString ("(No Cameras Detected)"),
-									"emblem-camera");
+									"camera-photo");
 				item = new SourceItem (source);
 				item.Activated += HandleActivated;
 				item.Sensitive = false;


Index: f-spot.spec
===================================================================
RCS file: /cvs/extras/rpms/f-spot/devel/f-spot.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- f-spot.spec	14 Jul 2008 10:57:13 -0000	1.74
+++ f-spot.spec	3 Oct 2008 03:30:35 -0000	1.75
@@ -1,6 +1,6 @@
 Name:           f-spot
 Version:        0.4.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Photo management application
 
 Group:          Applications/Multimedia
@@ -15,6 +15,8 @@
 Patch2:		f-spot-0.4.4-Makefile-destdir.patch
 # Use system mono-addins
 Patch3:		f-spot-0.4.4-link-system-mono-addins.patch
+# fix a missing icon
+Patch4:		missing-icon.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  mono-devel mono-web mono-data mono-data-sqlite lcms-devel
@@ -58,6 +60,7 @@
 %patch1 -p1 -b .gtk-deprecated
 %patch2 -p1 -b .Makefile-destdir
 %patch3 -p1 -b .link-system-mono-addins
+%patch4 -p1 -b .missing-icon
 
 # restore timestamps
 touch -r configure.in.stamp configure.in
@@ -120,6 +123,9 @@
 %{_libdir}/gio-sharp-unstable
 
 %changelog
+* Thu Oct  2 2008 Matthias Clasen <mclasen at redhat.com> - 0.4.4-5
+- Use a standard icon name instead of a non-existing one
+
 * Mon Jul 14 2008 Nigel Jones <dev at nigelj.com> - 0.4.4-4
 - Remove Tom's patch in -2, there is a gtk-sharp 2.12.1, just nobody bothered
   packaging it.




More information about the scm-commits mailing list