From 5f0f9b57b2574d2472e11a370f08dc00f4a5c3f9 Mon Sep 17 00:00:00 2001 From: Adrien Plazas Date: Wed, 14 Apr 2021 12:53:37 +0200 Subject: [PATCH] flatpak: Don't drop the libhandy VAPI This avoids prematurely cleaning /share for libhandy, which would drop its VAPI and hence make Geary not build. --- org.gnome.Geary.json | 3 +-- org.gnome.Geary.yaml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index 83c79872..5c983803 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -92,8 +92,7 @@ } ], "cleanup": [ - "/bin", - "/share" + "/bin" ] }, { diff --git a/org.gnome.Geary.yaml b/org.gnome.Geary.yaml index b7d06d52..908ed45d 100644 --- a/org.gnome.Geary.yaml +++ b/org.gnome.Geary.yaml @@ -122,7 +122,6 @@ modules: branch: master cleanup: - /bin - - /share # EDS dependency - name: libical