From b1e53e5e7d4e0ad912f48d4ca0d100cac5f38100 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Tue, 25 Nov 2025 18:03:36 +0100 Subject: [PATCH] flatpak: Patch libproxy The latest main branch contains a fix that demotes a warning to a debug message, which solves some of our tests failing. --- org.gnome.Geary.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index 7f697756..6a3cc18b 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -45,6 +45,17 @@ "*.a" ], "modules": [ + { + "name" : "libproxy", + "buildsystem" : "meson", + "sources" : [ + { + "type" : "git", + "url" : "https://github.com/libproxy/libproxy.git", + "branch" : "main" + } + ] + }, { "name": "gnome-online-accounts", "buildsystem": "meson",