[nautilus/wip/oholy/flatpak-libportal-main] flatpak: Use main branch for libportal




commit 8f3abe6abe16d78ffc23c7d5a9bc709be4b75982
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Feb 9 09:37:28 2022 +0100

    flatpak: Use main branch for libportal
    
    The flatpak build fails currently. This is because it tries to use the
    master branch of libportal instead of the main branch. Let's explicitly
    specify the main branch to make it pass.

 build-aux/flatpak/org.gnome.Nautilus.json | 3 ++-
 build-aux/flatpak/org.gnome.Nautilus.yml  | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index f952cfeed..a35d17303 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -125,7 +125,8 @@
       "sources" : [
         {
           "type": "git",
-          "url": "https://github.com/flatpak/libportal.git";
+          "url": "https://github.com/flatpak/libportal.git";,
+          "branch": "main"
         }
       ]
     },
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index af617396f..a0dc3ff11 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -92,6 +92,7 @@ modules:
   sources:
   - type: git
     url: https://github.com/flatpak/libportal.git
+    branch: main
 - buildsystem: meson
   builddir: true
   name: nautilus


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