diff --git a/evolution-2.26.3-missing-gconf-schemas.patch b/evolution-2.26.3-missing-gconf-schemas.patch new file mode 100644 index 0000000..767015d --- /dev/null +++ b/evolution-2.26.3-missing-gconf-schemas.patch @@ -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 @@ + + + ++ /schemas/apps/evolution/calendar/display/primary_calendar ++ /apps/evolution/calendar/display/primary_calendar ++ evolution-calendar ++ string ++ ++ Primary calendar ++ URI of the highlighted ("primary") calendar ++ ++ ++ ++ + /schemas/apps/evolution/calendar/display/timezone + /apps/evolution/calendar/display/timezone + evolution-calendar +@@ -400,9 +411,33 @@ + + + ++ ++ ++ ++ /schemas/apps/evolution/calendar/memos/primary_memos ++ /apps/evolution/calendar/memos/primary_memos ++ evolution-calendar ++ string ++ ++ Primary memo list ++ URI of the highlighted ("primary") memo list ++ ++ ++ + + + ++ /schemas/apps/evolution/calendar/tasks/primary_tasks ++ /apps/evolution/calendar/tasks/primary_tasks ++ evolution-calendar ++ string ++ ++ Primary task list ++ URI of the highlighted ("primary") task list ++ ++ ++ ++ + /schemas/apps/evolution/calendar/tasks/hide_completed + /apps/evolution/calendar/tasks/hide_completed + evolution-calendar diff --git a/evolution.spec b/evolution.spec index 691a86e..d808b0c 100644 --- a/evolution.spec +++ b/evolution.spec @@ -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 - 2.26.3-4.fc11 +- Add some missing GConf schemas. + * Tue Jul 28 2009 Matthew Barnes - 2.26.3-3.fc11 - Move libeconduit.so into the conduits subpackage to see if that untangles us from gnome-pilot.