[gnome-builder] build: cleanup more binaries in flatpak build



commit 2523cbd5464659ec28bf1b92701f50225a0fe573
Author: Christian Hergert <chergert redhat com>
Date:   Thu Apr 12 21:58:38 2018 -0700

    build: cleanup more binaries in flatpak build

 build-aux/flatpak/org.gnome.Builder.json | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 9f9b75f5b..57edd1a05 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -70,10 +70,13 @@
     "modules" : [
         {
             "name" : "gperftools",
-            "cleanup" : [ "/lib/libtcmalloc_debug.*",
-                          "/lib/libtcmalloc.*",
-                          "/lib/libtcmalloc_and_profiler.*",
-                          "/lib/libtcmalloc_minimal_debug.*" ],
+            "cleanup" : [
+                "/bin",
+                "/lib/libprofiler.*",
+               "/lib/libtcmalloc_debug.*",
+               "/lib/libtcmalloc.*",
+               "/lib/libtcmalloc_and_profiler.*",
+               "/lib/libtcmalloc_minimal_debug.*" ],
             "sources" : [
                 {
                     "type" : "git",
@@ -516,7 +519,8 @@
             "name" : "libpeas",
             "cleanup" : [
                 "/bin/*",
-                "/lib/peas-demo"
+                "/lib/peas-demo",
+                "/lib/libpeas-gtk*"
             ],
             "sources" : [
                 {
@@ -562,6 +566,9 @@
             "name" : "json-glib",
             "buildsystem" : "meson",
             "builddir" : true,
+            "cleanup" : [
+                "/bin"
+            ],
             "config-opts" : [
                 "--libdir=/app/lib",
                 "--buildtype=debugoptimized"
@@ -576,9 +583,7 @@
         {
             "name" : "enchant",
             "cleanup" : [
-                "/include",
-                "/lib/pkgconfig",
-                "*.la",
+                "/bin",
                 "/share"
             ],
             "sources" : [
@@ -596,6 +601,7 @@
                 "--disable-gtk-doc-html"
             ],
             "cleanup" : [
+                "/bin",
                 "/include",
                 "/lib/pkgconfig",
                 "*.la",
@@ -706,6 +712,7 @@
                 "--with-system-install-dir=/var/lib/flatpak"
             ],
             "cleanup" : [
+                "/bin/flatpak-bisect",
                 "/etc/profile.d",
                 "/libexec",
                 "/lib/systemd",
@@ -735,6 +742,9 @@
         },
         {
             "name" : "avahi",
+           "cleanup" : [
+                "/bin"
+            ],
             "config-opts" : [
                 "--with-distro=none",
                 "--disable-qt3",


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