- Add some missing GConf schemas.

This commit is contained in:
Matthew Barnes 2009-07-31 11:18:51 +00:00
commit 054d240662
2 changed files with 63 additions and 1 deletions

View file

@ -0,0 +1,55 @@
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>

View file

@ -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.patch
# 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 utilities for %{name} that require Perl.
%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@redhat.com> - 2.26.3-4.fc11
- Add some missing GConf schemas.
* Tue Jul 28 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.3-3.fc11
- Move libeconduit.so into the conduits subpackage to see if that
untangles us from gnome-pilot.