Package: evolution / 3.38.3-1+deb11u2
Metadata
Package | Version | Patches format |
---|---|---|
evolution | 3.38.3-1+deb11u2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
02_nss_paths.patch | (download) |
cmake/modules/FindSMIME.cmake |
2 1 + 1 - 0 ! |
fix the nss libdir to add a "/nss" That variable is only used to point to the directory in which nssckbi (the built-in certificate store of NSS) lives, and it's actually under libdir/nss rather than directly under libdir. |
10_revert_libevolution_avoid version.patch | (download) |
src/addressbook/gui/contact-editor/CMakeLists.txt |
5 5 + 0 - 0 ! |
revert 160006402248075b95c98e9e34d4538670ba7480 Revert upstream patch that adds -avoid-version to all libevolution libs, making them versionless. This is a massive WTF. Bug-GNOME: https://bugzilla.gnome.org/show_bug.cgi?id=591436 |
ubuntu_gettext_domain.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
ubuntu's dh-translations can't handle variables for GETTEXT_PACKAGE Bug: https://bugzilla.gnome.org/784877 =================================================================== |
eds I 281 GLibTools.cmake Use basename in glib mkenums te.patch | (download) |
cmake/modules/GLibTools.cmake |
6 3 + 3 - 0 ! |
eds-i#281 - glibtools.cmake: use basename in glib-mkenums templates This change helps to create reproducible builds. Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/281 |
0001 Addressbook Switch from GData Contacts API to CardDA.patch | (download) |
po/POTFILES.in |
1 1 + 0 - 0 ! |
[patch] addressbook: switch from gdata contacts api to carddav api for Google books The GData Contacts API is going to be shut down [1], thus move to the CardDAV API, which the Google server supports too. [1] https://developers.google.com/contacts/v3/announcement (Tweaked on backport to gnome-3-38 to drop source order.) Related to https://gitlab.gnome.org/GNOME/libgdata/-/issues/42 |
frame flattening.patch | (download) |
data/webkit/e-web-view.js |
77 61 + 16 - 0 ! |
handle frame flattening change in webkitgtk 2.40.x Bug: https://bugs.webkit.org/show_bug.cgi?id=256266 Bug-Debian: https://bugs.debian.org/1035469 |
scroll preview messages.patch | (download) |
data/webkit/e-web-view.js |
13 10 + 3 - 0 ! |
scroll preview messages with the space bar after webkitgtk 2.40.x Bug: https://gitlab.gnome.org/GNOME/evolution/-/issues/2302 |