* New upstream release 3.18.5

* Bump deps and build-deps to ≥ 3.18.5
* d/p/0001-Add-.desktop-file-actions-for-compose-contacts-calen.patch: Take
  patch from upstream bug - add some actions to the desktop file.

git-svn-id: file:///svn/pkg-evolution/unstable/evolution@2873 ed03ce00-e4f4-0310-9448-ee38221cb277
This commit is contained in:
Iain Lane
2016-02-23 10:24:27 +00:00
parent 0b08838e9a
commit 16b673f4fc
4 changed files with 62 additions and 8 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
evolution (3.18.5-1) UNRELEASED; urgency=medium
* New upstream release 3.18.5
* Bump deps and build-deps to ≥ 3.18.5
* d/p/0001-Add-.desktop-file-actions-for-compose-contacts-calen.patch: Take
patch from upstream bug - add some actions to the desktop file.
-- Iain Lane <laney@debian.org> Mon, 22 Feb 2016 17:48:49 +0000
evolution (3.18.3-1) unstable; urgency=medium
[ Michael Biebl ]

16
debian/control vendored
View File

@ -24,13 +24,13 @@ Build-Depends: debhelper (>= 9),
libgtk-3-dev (>= 3.10.0),
libgail-3-dev (>= 3.0.2),
libgdk-pixbuf2.0-dev (>= 2.24.0),
libcamel1.2-dev (>= 3.18.3),
libebook1.2-dev (>= 3.18.3),
libecal1.2-dev (>= 3.18.3),
libedataserver1.2-dev (>= 3.18.3),
libedataserverui1.2-dev (>= 3.18.3),
libebackend1.2-dev (>= 3.18.3),
evolution-data-server-dev (>= 3.18.3),
libcamel1.2-dev (>= 3.18.5),
libebook1.2-dev (>= 3.18.5),
libecal1.2-dev (>= 3.18.5),
libedataserver1.2-dev (>= 3.18.5),
libedataserverui1.2-dev (>= 3.18.5),
libebackend1.2-dev (>= 3.18.5),
evolution-data-server-dev (>= 3.18.5),
evolution-data-server-dev (<< 3.19),
libwebkitgtk-3.0-dev (>= 2.2.0),
libgcr-3-dev (>= 3.4),
@ -79,7 +79,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
evolution-common (= ${source:Version}),
evolution-data-server (>= 3.18.3),
evolution-data-server (>= 3.18.5),
evolution-data-server (<< 3.19),
dbus,
psmisc

View File

@ -0,0 +1,44 @@
From 248efe1614c383727ee7b891541da7422b8f39e5 Mon Sep 17 00:00:00 2001
From: Iain Lane <iain@orangesquash.org.uk>
Date: Mon, 22 Feb 2016 17:54:35 +0000
Subject: [PATCH] Add .desktop file actions for compose, contacts, calendar
---
data/evolution.desktop.in.in | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in
index 05c3aa7..2780d75 100644
--- a/data/evolution.desktop.in.in
+++ b/data/evolution.desktop.in.in
@@ -4,6 +4,7 @@ _GenericName=Groupware Suite
_X-GNOME-FullName=Evolution Mail and Calendar
_Comment=Manage your email, contacts and schedule
_Keywords=email;calendar;contact;addressbook;task;
+Actions=new-window;Compose;Contacts;Calendar;
Exec=evolution %U
Icon=evolution
Terminal=false
@@ -17,3 +18,19 @@ X-GNOME-Bugzilla-Version=@BASE_VERSION@.x
X-GNOME-Bugzilla-OtherBinaries=evolution-addressbook-factory;evolution-calendar-factory;evolution-source-registry;evolution-user-prompter;
X-GNOME-UsesNotifications=true
MimeType=text/calendar;text/x-vcard;text/directory;application/mbox;message/rfc822;x-scheme-handler/mailto;
+
+[Desktop Action new-window]
+_Name=New Window
+Exec=evolution -c current
+
+[Desktop Action Compose]
+_Name=Compose New Message
+Exec=evolution mailto:
+
+[Desktop Action Contacts]
+_Name=Contacts
+Exec=evolution -c contacts
+
+[Desktop Action Calendar]
+_Name=Calendar
+Exec=evolution -c calendar
--
2.7.0

View File

@ -1,2 +1,3 @@
0001-Add-.desktop-file-actions-for-compose-contacts-calen.patch
02_nss_paths.patch
10_revert_libevolution_avoid-version.patch