r2873 - in /unstable/evolution/debian: changelog control patches/0001-Add-.desktop-file-actions-for-compose-contacts-calen.patch patches/series
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Tue Feb 23 10:24:28 UTC 2016
Author: laney
Date: Tue Feb 23 10:24:27 2016
New Revision: 2873
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2873
Log:
* 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.
Added:
unstable/evolution/debian/patches/0001-Add-.desktop-file-actions-for-compose-contacts-calen.patch
Modified:
unstable/evolution/debian/changelog
unstable/evolution/debian/control
unstable/evolution/debian/patches/series
Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=2873&op=diff
==============================================================================
--- unstable/evolution/debian/changelog (original)
+++ unstable/evolution/debian/changelog Tue Feb 23 10:24:27 2016
@@ -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 at debian.org> Mon, 22 Feb 2016 17:48:49 +0000
+
evolution (3.18.3-1) unstable; urgency=medium
[ Michael Biebl ]
Modified: unstable/evolution/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/control?rev=2873&op=diff
==============================================================================
--- unstable/evolution/debian/control (original)
+++ unstable/evolution/debian/control Tue Feb 23 10:24:27 2016
@@ -24,13 +24,13 @@
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 @@
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
Added: unstable/evolution/debian/patches/0001-Add-.desktop-file-actions-for-compose-contacts-calen.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/0001-Add-.desktop-file-actions-for-compose-contacts-calen.patch?rev=2873&op=file
==============================================================================
--- unstable/evolution/debian/patches/0001-Add-.desktop-file-actions-for-compose-contacts-calen.patch (added)
+++ unstable/evolution/debian/patches/0001-Add-.desktop-file-actions-for-compose-contacts-calen.patch Tue Feb 23 10:24:27 2016
@@ -0,0 +1,44 @@
+From 248efe1614c383727ee7b891541da7422b8f39e5 Mon Sep 17 00:00:00 2001
+From: Iain Lane <iain at 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 at .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
+
Modified: unstable/evolution/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/series?rev=2873&op=diff
==============================================================================
--- unstable/evolution/debian/patches/series (original)
+++ unstable/evolution/debian/patches/series Tue Feb 23 10:24:27 2016
@@ -1,2 +1,3 @@
+0001-Add-.desktop-file-actions-for-compose-contacts-calen.patch
02_nss_paths.patch
10_revert_libevolution_avoid-version.patch
More information about the pkg-evolution-commits
mailing list