[gnome-builder] flatpak: build libdazzle before sysprof



commit 75d7b5b69a9d8ff23a617907090672ae519ec82d
Author: Christian Hergert <chergert redhat com>
Date:   Sun Jun 2 21:26:06 2019 -0700

    flatpak: build libdazzle before sysprof

 build-aux/flatpak/org.gnome.Builder.json | 42 ++++++++++++++++----------------
 1 file changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index e99a4d5ab..201ecc91e 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -350,32 +350,22 @@
             ]
         },
         {
-            "name" : "sysprof",
+            "name" : "template-glib",
             "config-opts" : [
                 "--libdir=/app/lib",
-                "--buildtype=debugoptimized",
-                "-Denable_gtk=true",
-                "-Dwith_sysprofd=host"
+                "--buildtype=debugoptimized"
             ],
             "buildsystem" : "meson",
             "builddir" : true,
-            "cleanup" : [
-                "/bin/*",
-                "/libexec/sysprof",
-                "/share/appdata",
-                "/share/applications",
-                "/share/metainfo",
-                "/share/mime/packages"
-            ],
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/sysprof.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/template-glib.git";
                 }
             ]
         },
         {
-            "name" : "template-glib",
+            "name" : "jsonrpc-glib",
             "config-opts" : [
                 "--libdir=/app/lib",
                 "--buildtype=debugoptimized"
@@ -385,40 +375,50 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/template-glib.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/jsonrpc-glib.git";
                 }
             ]
         },
         {
-            "name" : "jsonrpc-glib",
+            "name" : "libdazzle",
             "config-opts" : [
                 "--libdir=/app/lib",
                 "--buildtype=debugoptimized"
             ],
             "buildsystem" : "meson",
             "builddir" : true,
+            "cleanup" : [
+                "/bin"
+            ],
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/jsonrpc-glib.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/libdazzle.git";
                 }
             ]
         },
         {
-            "name" : "libdazzle",
+            "name" : "sysprof",
             "config-opts" : [
                 "--libdir=/app/lib",
-                "--buildtype=debugoptimized"
+                "--buildtype=debugoptimized",
+                "-Denable_gtk=true",
+                "-Dwith_sysprofd=host"
             ],
             "buildsystem" : "meson",
             "builddir" : true,
             "cleanup" : [
-                "/bin"
+                "/bin/*",
+                "/libexec/sysprof",
+                "/share/appdata",
+                "/share/applications",
+                "/share/metainfo",
+                "/share/mime/packages"
             ],
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libdazzle.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/sysprof.git";
                 }
             ]
         },


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