Update to geary-43.0.

This commit is contained in:
ajacoutot 2022-11-07 11:51:08 +00:00
parent 49382554bf
commit 8e4faac86a
5 changed files with 23 additions and 63 deletions

View File

@ -1,8 +1,7 @@
COMMENT= email application built around conversations
GNOME_PROJECT= geary
GNOME_VERSION= 40.0
REVISION= 0
GNOME_VERSION= 43.0
CATEGORIES= mail
@ -16,8 +15,8 @@ PERMIT_PACKAGE= Yes
WANTLIB += atk-1.0 c cairo enchant-2 folks gck-1 gcr-base-3 gdk-3
WANTLIB += gdk_pixbuf-2.0 gee-0.8 gio-2.0 glib-2.0 gmime-3.0 goa-1.0
WANTLIB += gobject-2.0 gsound gspell-1 gtk-3 handy-1 icuuc intl
WANTLIB += javascriptcoregtk-4.0 json-glib-1.0 m pango-1.0 pangocairo-1.0
WANTLIB += peas-1.0 secret-1 soup-2.4 sqlite3 stemmer webkit2gtk-4.0
WANTLIB += javascriptcoregtk-4.1 json-glib-1.0 m pango-1.0 pangocairo-1.0
WANTLIB += peas-1.0 secret-1 soup-3.0 sqlite3 stemmer webkit2gtk-4.1
WANTLIB += xml2 ytnef
MODULES= devel/dconf \

View File

@ -1,2 +1,2 @@
SHA256 (geary-40.0.tar.xz) = M1YgNyWpJNbLNY4MKa0JD0F32Ne3+CEEEs8CUMpoVrA=
SIZE (geary-40.0.tar.xz) = 2490940
SHA256 (geary-43.0.tar.xz) = SJFm+H3Z0pAR9eW3lpTyWItHP34ZHFnOkBPIyODjY+c=
SIZE (geary-43.0.tar.xz) = 2476748

View File

@ -1,32 +0,0 @@
From 9bd4c82952a0a2c3308c5cc86c0b85650c1fb484 Mon Sep 17 00:00:00 2001
From: Rico Tzschichholz <ricotz@ubuntu.com>
Date: Tue, 30 Nov 2021 15:31:31 +0100
Subject: [PATCH] Fix accessibility issues with initializer of constants
Index: src/client/application/application-client.vala
--- src/client/application/application-client.vala.orig
+++ src/client/application/application-client.vala
@@ -8,16 +8,16 @@
// Defined by CMake build script.
extern const string GETTEXT_PACKAGE;
-extern const string _APP_ID;
-extern const string _BUILD_ROOT_DIR;
-extern const string _GSETTINGS_DIR;
-extern const string _INSTALL_PREFIX;
-extern const string _NAME_SUFFIX;
+public extern const string _APP_ID;
+public extern const string _BUILD_ROOT_DIR;
+public extern const string _GSETTINGS_DIR;
+public extern const string _INSTALL_PREFIX;
+public extern const string _NAME_SUFFIX;
extern const string _PLUGINS_DIR;
extern const string _PROFILE;
extern const string _REVNO;
-extern const string _SOURCE_ROOT_DIR;
-extern const string _VERSION;
+public extern const string _SOURCE_ROOT_DIR;
+public extern const string _VERSION;
extern const string _WEB_EXTENSIONS_DIR;

View File

@ -1,17 +0,0 @@
From 0f75e7a84a39492d0748cec2ba6028e08cae3644 Mon Sep 17 00:00:00 2001
From: Rico Tzschichholz <ricotz@ubuntu.com>
Date: Sun, 30 Jan 2022 19:54:11 +0100
Subject: [PATCH] Util.Cache.Lru: Workaround missing generic type argument
Index: src/client/util/util-cache.vala
--- src/client/util/util-cache.vala.orig
+++ src/client/util/util-cache.vala
@@ -12,7 +12,7 @@ public class Util.Cache.Lru<T> : Geary.BaseObject {
private class CacheEntry<T> {
- public static int lru_compare(CacheEntry<T> a, CacheEntry<T> b) {
+ public static int lru_compare(CacheEntry a, CacheEntry b) {
if (a.key == b.key) {
return 0;
}

View File

@ -2,7 +2,7 @@
@pkgpath mail/postler
@bin bin/geary
lib/geary/
@so lib/geary/libgeary-client-40.0.so
@so lib/geary/libgeary-client-43.0.so
lib/geary/plugins/
lib/geary/plugins/desktop-notifications/
lib/geary/plugins/desktop-notifications/desktop-notifications.plugin
@ -251,6 +251,23 @@ share/help/pt_BR/geary/search.page
share/help/pt_BR/geary/shortcuts.page
share/help/pt_BR/geary/star.page
share/help/pt_BR/geary/write.page
share/help/ru/
share/help/ru/geary/
share/help/ru/geary/accounts.page
share/help/ru/geary/archive.page
share/help/ru/geary/bugs.page
share/help/ru/geary/contributing.page
share/help/ru/geary/figures/
share/help/ru/geary/figures/geary.svg
share/help/ru/geary/index.page
share/help/ru/geary/label.page
share/help/ru/geary/limits.page
share/help/ru/geary/overview.page
share/help/ru/geary/preferences.page
share/help/ru/geary/search.page
share/help/ru/geary/shortcuts.page
share/help/ru/geary/star.page
share/help/ru/geary/write.page
share/help/sv/
share/help/sv/geary/
share/help/sv/geary/accounts.page
@ -316,17 +333,10 @@ share/icons/hicolor/scalable/actions/format-unordered-list-symbolic.svg
share/icons/hicolor/scalable/actions/mail-archive-symbolic.svg
share/icons/hicolor/scalable/actions/mail-drafts-symbolic-rtl.svg
share/icons/hicolor/scalable/actions/mail-drafts-symbolic.svg
share/icons/hicolor/scalable/actions/mail-forward-symbolic-rtl.svg
share/icons/hicolor/scalable/actions/mail-forward-symbolic.svg
share/icons/hicolor/scalable/actions/mail-inbox-symbolic.svg
share/icons/hicolor/scalable/actions/mail-outbox-symbolic.svg
share/icons/hicolor/scalable/actions/mail-reply-all-symbolic-rtl.svg
share/icons/hicolor/scalable/actions/mail-reply-all-symbolic.svg
share/icons/hicolor/scalable/actions/mail-reply-sender-symbolic-rtl.svg
share/icons/hicolor/scalable/actions/mail-reply-sender-symbolic.svg
share/icons/hicolor/scalable/actions/mail-sent-symbolic-rtl.svg
share/icons/hicolor/scalable/actions/mail-sent-symbolic.svg
share/icons/hicolor/scalable/actions/marker-symbolic.svg
share/icons/hicolor/scalable/actions/tag-symbolic-rtl.svg
share/icons/hicolor/scalable/actions/tag-symbolic.svg
share/icons/hicolor/scalable/actions/text-x-generic-symbolic.svg