rpms/evolution/F-11 evolution-2.26.3-missing-gconf-schemas.patch, NONE, 1.1 evolution.spec, 1.385, 1.386

Matthew Barnes mbarnes at fedoraproject.org
Fri Jul 31 11:18:52 UTC 2009


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19512

Modified Files:
	evolution.spec 
Added Files:
	evolution-2.26.3-missing-gconf-schemas.patch 
Log Message:

* Fri Jul 31 2009 Matthew Barnes <mbarnes at redhat.com> - 2.26.3-4.fc11
- Add some missing GConf schemas.


evolution-2.26.3-missing-gconf-schemas.patch:
 apps_evolution_calendar.schemas.in |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

--- NEW FILE evolution-2.26.3-missing-gconf-schemas.patch ---
diff -up evolution-2.26.3/calendar/gui/apps_evolution_calendar.schemas.in.missing-gconf-schemas evolution-2.26.3/calendar/gui/apps_evolution_calendar.schemas.in
--- evolution-2.26.3/calendar/gui/apps_evolution_calendar.schemas.in.missing-gconf-schemas	2009-06-26 10:49:50.000000000 -0400
+++ evolution-2.26.3/calendar/gui/apps_evolution_calendar.schemas.in	2009-07-31 06:55:42.000000000 -0400
@@ -4,6 +4,17 @@
     <!-- Display -->
 
     <schema>
+      <key>/schemas/apps/evolution/calendar/display/primary_calendar</key>
+      <applyto>/apps/evolution/calendar/display/primary_calendar</applyto>
+      <owner>evolution-calendar</owner>
+      <type>string</type>
+      <locale name="C">
+        <short>Primary calendar</short>
+        <long>URI of the highlighted ("primary") calendar</long>
+      </locale>
+    </schema>
+
+    <schema>
       <key>/schemas/apps/evolution/calendar/display/timezone</key>
       <applyto>/apps/evolution/calendar/display/timezone</applyto>
       <owner>evolution-calendar</owner>
@@ -400,9 +411,33 @@
       </locale>
     </schema>
 
+    <!-- Memos -->
+
+    <schema>
+      <key>/schemas/apps/evolution/calendar/memos/primary_memos</key>
+      <applyto>/apps/evolution/calendar/memos/primary_memos</applyto>
+      <owner>evolution-calendar</owner>
+      <type>string</type>
+      <locale name="C">
+        <short>Primary memo list</short>
+        <long>URI of the highlighted ("primary") memo list</long>
+      </locale>
+    </schema>
+
     <!-- Tasks -->
 
     <schema>
+      <key>/schemas/apps/evolution/calendar/tasks/primary_tasks</key>
+      <applyto>/apps/evolution/calendar/tasks/primary_tasks</applyto>
+      <owner>evolution-calendar</owner>
+      <type>string</type>
+      <locale name="C">
+        <short>Primary task list</short>
+        <long>URI of the highlighted ("primary") task list</long>
+      </locale>
+    </schema>
+
+    <schema>
       <key>/schemas/apps/evolution/calendar/tasks/hide_completed</key>
       <applyto>/apps/evolution/calendar/tasks/hide_completed</applyto>
       <owner>evolution-calendar</owner>


Index: evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/F-11/evolution.spec,v
retrieving revision 1.385
retrieving revision 1.386
diff -u -p -r1.385 -r1.386
--- evolution.spec	28 Jul 2009 16:44:55 -0000	1.385
+++ evolution.spec	31 Jul 2009 11:18:51 -0000	1.386
@@ -45,7 +45,7 @@
 
 Name: evolution
 Version: 2.26.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Applications/Productivity
 Summary: Mail and calendar client for GNOME
 License: GPLv2+ and GFDL
@@ -68,6 +68,9 @@ Patch11: evolution-2.5.4-fix-conduit-dir
 # RH bug #176400
 Patch12: evolution-2.9.1-im-context-reset.patch
 
+# Add missing GConf schemas
+Patch13: evolution-2.26.3-missing-gconf-schemas.patch
+
 ## Dependencies ###
 
 Requires(post): GConf2
@@ -223,6 +226,7 @@ This package contains supplemental utili
 %patch10 -p1 -b .ldaphack
 %patch11 -p1 -b .fix-conduit-dir
 %patch12 -p1 -b .im-context-reset
+%patch13 -p1 -b .missing-gconf-schemas
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -689,6 +693,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean
 
 %changelog
+* Fri Jul 31 2009 Matthew Barnes <mbarnes at redhat.com> - 2.26.3-4.fc11
+- Add some missing GConf schemas.
+
 * Tue Jul 28 2009 Matthew Barnes <mbarnes at redhat.com> - 2.26.3-3.fc11
 - Move libeconduit.so into the conduits subpackage to see if that
   untangles us from gnome-pilot.




More information about the fedora-extras-commits mailing list