[geary: 1/2] flatpak: Don't drop the libhandy VAPI
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary: 1/2] flatpak: Don't drop the libhandy VAPI
- Date: Wed, 14 Apr 2021 11:29:27 +0000 (UTC)
commit 5f0f9b57b2574d2472e11a370f08dc00f4a5c3f9
Author: Adrien Plazas <kekun plazas laposte net>
Date: Wed Apr 14 12:53:37 2021 +0200
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 83c79872a..5c983803e 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 b7d06d525..908ed45db 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]