[shotwell/wip/phako/flatpak] flatpak: Improve clean-up



commit 315addb87b19c4bf4fd48998036681e3383d0d52
Author: Jens Georg <mail jensge org>
Date:   Fri Jun 1 13:35:03 2018 +0200

    flatpak: Improve clean-up

 flatpak/org.gnome.Shotwell.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Shotwell.json b/flatpak/org.gnome.Shotwell.json
index a4c63813..69b0c78b 100644
--- a/flatpak/org.gnome.Shotwell.json
+++ b/flatpak/org.gnome.Shotwell.json
@@ -20,6 +20,8 @@
         "--talk-name=org.gtk.vfs"
     ],
 
+    "cleanup" : ["/include", "/lib/pkconfig", "/share/pkgconfig", "/share/gtk-doc", "/share/man", 
"/share/vala", "/lib/girepository", "*.la", "*.a"],
+
     "modules" : [
         {
             "name": "libgee",
@@ -45,6 +47,7 @@
         },
         {
             "name": "libghoto2",
+            "cleanup" : ["/bin", "/lib/udev", "/share/doc"],
             "sources" : [
                 {
                     "type" : "archive",
@@ -67,6 +70,7 @@
         },
         {
             "name": "libgdata",
+            "cleanup": ["/share/gtk-doc"],
             "config-opts": [ "--disable-always-build-tests",
                 "--disable-introspection",
                 "--disable-Werror",
@@ -96,7 +100,7 @@
         },
         {
             "name": "gexiv2",
-            "cleanup" : ["/tmp"],
+            "cleanup" : ["/lib/girepository-1.0", "/share/gir-1.0"],
             "config-opts" : ["--without-python2-girdir", "--without-python3-girdir"],
             "build-options" : {
                 "env": {


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