[gnome-software: 1/2] flatpak: Move libxmlb before appstream




commit 4a84357f3b6bf807cec8fa97f34a626ee9df6e8d
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Nov 25 14:52:12 2021 +0100

    flatpak: Move libxmlb before appstream
    
    This is now needed for appstream to build.

 contrib/org.gnome.SoftwareDevel.json | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/contrib/org.gnome.SoftwareDevel.json b/contrib/org.gnome.SoftwareDevel.json
index 4aa0c97c2..d475d06eb 100644
--- a/contrib/org.gnome.SoftwareDevel.json
+++ b/contrib/org.gnome.SoftwareDevel.json
@@ -60,30 +60,30 @@
             ]
         },
         {
-            "name": "appstream",
+            "name": "libxmlb",
             "buildsystem": "meson",
             "config-opts": [
-                "-Dstemming=false",
-                "-Dapidocs=false"
+                "-Dgtkdoc=false"
             ],
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://github.com/ximion/appstream.git";
+                    "url": "https://github.com/hughsie/libxmlb.git";,
+                    "branch": "main"
                 }
             ]
         },
         {
-            "name": "libxmlb",
+            "name": "appstream",
             "buildsystem": "meson",
             "config-opts": [
-                "-Dgtkdoc=false"
+                "-Dstemming=false",
+                "-Dapidocs=false"
             ],
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://github.com/hughsie/libxmlb.git";,
-                    "branch": "main"
+                    "url": "https://github.com/ximion/appstream.git";
                 }
             ]
         },


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