[gnome-builder] flatpak: move uncrustify to earlier in build



commit 44c0464dbaa66a1f379b31d2e8d4cde63e43b6c2
Author: Christian Hergert <chergert redhat com>
Date:   Sun Dec 17 23:16:27 2017 -0800

    flatpak: move uncrustify to earlier in build
    
    This is a tarball and therefore doesn't change. So it should be built much
    earlier in the build process since it will otherwise have to be rebuilt
    when other git repos update.

 build-aux/flatpak/org.gnome.Builder.json |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index d529f32..77e4bd0 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -427,6 +427,18 @@
             ]
         },
         {
+            "name": "uncrustify",
+            "buildsystem": "cmake",
+            "builddir": true,
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://github.com/uncrustify/uncrustify/archive/uncrustify-0.65.tar.gz";,
+                    "sha256": "45e954cd207ee4f6531d72ece27554ef4e0e9f64c912b523bc80ad6a36404110"
+                }
+            ]
+        },
+        {
             "name": "libssh2",
             "cmake": true,
             "config-opts": [ "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
@@ -586,18 +598,6 @@
             ]
         },
         {
-            "name": "uncrustify",
-            "buildsystem": "cmake",
-            "builddir": true,
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": "https://github.com/uncrustify/uncrustify/archive/uncrustify-0.65.tar.gz";,
-                    "sha256": "45e954cd207ee4f6531d72ece27554ef4e0e9f64c912b523bc80ad6a36404110"
-                }
-            ]
-        },
-        {
             "name": "ostree",
             "config-opts": [ "--disable-man" ],
             "cleanup": [ "/bin",


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