[fractal/release-4.4.0] flatpak: Do not cleanup /share



commit dbd6e95551cbfe4db93748a699a5857dd6863b71
Author: Daniel GarcĂ­a Moreno <dani danigm net>
Date:   Fri Aug 7 14:02:09 2020 +0200

    flatpak: Do not cleanup /share
    
    The cleanup of /share breaks translations in flatpak so we should avoid
    to cleanup /share completely on any module.

 flatpak/org.gnome.Fractal-release.json | 4 +++-
 flatpak/org.gnome.Fractal.json         | 6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/flatpak/org.gnome.Fractal-release.json b/flatpak/org.gnome.Fractal-release.json
index 61987c00..c2766573 100644
--- a/flatpak/org.gnome.Fractal-release.json
+++ b/flatpak/org.gnome.Fractal-release.json
@@ -70,7 +70,9 @@
                 "/include",
                 "/lib/pkgconfig",
                 "*.la",
-                "/share"
+                "/share/gir-1.0",
+                "/share/gtk-doc",
+                "/share/vala"
             ],
             "sources" : [
                 {
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index cfe4f9be..c2d68bae 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -76,8 +76,10 @@
                 "/include",
                 "/lib/pkgconfig",
                 "*.la",
-                "/share"
-            ],
+                "/share/gir-1.0",
+                "/share/gtk-doc",
+                "/share/vala"
+             ],
             "sources" : [
                 {
                     "type" : "archive",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]