File project.diff of Package evolution
--- evolution.changes.orig
+++ evolution.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jul 12 13:21:36 UTC 2010 - awafaa@opensuse.org
+
+- Add desktop files to enable Express use for MeeGo
+
+-------------------------------------------------------------------
Fri May 28 07:30:49 UTC 2010 - lnussel@suse.de
- remove build dependency on libytnef as it's not used anyways. The
--- evolution.spec.orig
+++ evolution.spec
@@ -65,6 +65,14 @@ Version: 2.30.1.2
Release: 3
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.25/%{name}-%{version}.tar.bz2
+# Desktop files to use the Express features
+Source1: dates.desktop
+Source2: contacts.desktop
+Source3: mail.desktop
+#Icons for the Express features
+Source4: dates.png
+Source5: contacts.png
+Source6: mail.png
# PATCH-NEEDS-REBASE calendar-sendbutton.patch -- It also needs a proper description and a bug number
Patch7: calendar-sendbutton.patch
# PATCH-FIX-OPENSUSE evolution-custom-openldap-includes.patch maw@novell.com -- look for ldap includes in %{_libdir}/evoldap/include
@@ -249,6 +257,13 @@ find %{buildroot} -name '*.la' -type f -
echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_bindir}/evolution\" %{_bindir}/evolution.bin \"\$@\"" > %{buildroot}%{_bindir}/evolution
%{__chmod} +x %{buildroot}%{_bindir}/evolution
%endif
+cp %SOURCE1 $RPM_BUILD_ROOT/%{_datadir}/applications/evolution-calendar.desktop
+cp %SOURCE2 $RPM_BUILD_ROOT/%{_datadir}/applications/evolution-contacts.desktop
+cp %SOURCE3 $RPM_BUILD_ROOT/%{_datadir}/applications/evolution-mail.desktop
+mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
+install -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/dates.png
+install -m 0644 %{SOURCE5} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/contacts.png
+install -m 0644 %{SOURCE6} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/mail.png
%fdupes %{buildroot}
%clean