- Add patch for GNOME bug #240073 (don't strikeout Click to Add in tasks).
This commit is contained in:
parent
5d2020ca78
commit
722476610a
14
evolution-2.21.90-click-to-add.patch
Normal file
14
evolution-2.21.90-click-to-add.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff -up evolution-2.21.90/calendar/gui/e-cal-model-tasks.h.click-to-add evolution-2.21.90/calendar/gui/e-cal-model-tasks.h
|
||||||
|
--- evolution-2.21.90/calendar/gui/e-cal-model-tasks.h.click-to-add 2008-01-29 08:44:08.000000000 -0500
|
||||||
|
+++ evolution-2.21.90/calendar/gui/e-cal-model-tasks.h 2008-01-29 08:44:46.000000000 -0500
|
||||||
|
@@ -46,8 +46,8 @@ typedef enum {
|
||||||
|
E_CAL_MODEL_TASKS_FIELD_PRIORITY,
|
||||||
|
E_CAL_MODEL_TASKS_FIELD_STATUS,
|
||||||
|
E_CAL_MODEL_TASKS_FIELD_URL,
|
||||||
|
- E_CAL_MODEL_TASKS_FIELD_LAST,
|
||||||
|
- E_CAL_MODEL_TASKS_FIELD_STRIKEOUT /* it's another virtual readonly column */
|
||||||
|
+ E_CAL_MODEL_TASKS_FIELD_STRIKEOUT, /* it's another virtual readonly column */
|
||||||
|
+ E_CAL_MODEL_TASKS_FIELD_LAST
|
||||||
|
} ECalModelTasksField;
|
||||||
|
|
||||||
|
typedef struct {
|
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.21.90
|
Version: 2.21.90
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2 and GFDL+
|
License: GPLv2 and GFDL+
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: GNOME's next-generation groupware suite
|
Summary: GNOME's next-generation groupware suite
|
||||||
@ -86,6 +86,9 @@ Patch17: evolution-2.9.1-im-context-reset.patch
|
|||||||
# RH bug #215478 / GNOME bug #383842
|
# RH bug #215478 / GNOME bug #383842
|
||||||
Patch18: evolution-2.9.3-source-path-entry.patch
|
Patch18: evolution-2.9.3-source-path-entry.patch
|
||||||
|
|
||||||
|
# GNOME bug #240073
|
||||||
|
Patch19: evolution-2.21.90-click-to-add.patch
|
||||||
|
|
||||||
## Dependencies ###
|
## Dependencies ###
|
||||||
|
|
||||||
Requires(post): GConf2
|
Requires(post): GConf2
|
||||||
@ -230,6 +233,7 @@ This package contains the plugin to filter junk mail using SpamAssassin.
|
|||||||
#patch15 -p1 -b .notification-cleanups
|
#patch15 -p1 -b .notification-cleanups
|
||||||
%patch17 -p1 -b .im-context-reset
|
%patch17 -p1 -b .im-context-reset
|
||||||
%patch18 -p1 -b .source-path-entry
|
%patch18 -p1 -b .source-path-entry
|
||||||
|
%patch19 -p1 -b .click-to-add
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -664,6 +668,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{evo_plugin_dir}/liborg-gnome-sa-junk-plugin.so
|
%{evo_plugin_dir}/liborg-gnome-sa-junk-plugin.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 29 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-2.fc9
|
||||||
|
- Add patch for GNOME bug #240073 (don't strikeout Click to Add in tasks).
|
||||||
|
|
||||||
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1.fc9
|
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1.fc9
|
||||||
- Update to 2.21.90
|
- Update to 2.21.90
|
||||||
- Update build requirements.
|
- Update build requirements.
|
||||||
|
Loading…
Reference in New Issue
Block a user