From f8f1e228e0ccfa6282c9be14200904b4527422fd Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sat, 6 Dec 2025 00:32:14 +0100 Subject: [PATCH] flatpak: Stop bundling libproxy The fixes we need are now part of the nightly GNOME runtime, so we no longer need to bundle the latest mainline. Fixes: https://gitlab.gnome.org/GNOME/geary/-/work_items/1693 --- org.gnome.Geary.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index 5fc3ac3c..6e77491d 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -60,17 +60,6 @@ } ] }, - { - "name" : "libproxy", - "buildsystem" : "meson", - "sources" : [ - { - "type" : "git", - "url" : "https://github.com/libproxy/libproxy.git", - "branch" : "main" - } - ] - }, { "name": "gnome-online-accounts", "buildsystem": "meson",