[fractal/fix-libhandy-dep] flatpak: Use libhandy-0-0 branch instead of master



commit 9792a7469f2f67c171b0baf79afc24377ca3ffdf
Author: Daniel GarcĂ­a Moreno <dani danigm net>
Date:   Thu Jan 23 17:25:14 2020 +0100

    flatpak: Use libhandy-0-0 branch instead of master
    
    The master branch points to the next libhandy release that will be
    1.0 so using master breaks the build.
    
    This patch uses the current stable release instead to try to use master.

 flatpak/org.gnome.Fractal-release.json | 2 +-
 flatpak/org.gnome.Fractal.json         | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/flatpak/org.gnome.Fractal-release.json b/flatpak/org.gnome.Fractal-release.json
index 49518cd0..91d179be 100644
--- a/flatpak/org.gnome.Fractal-release.json
+++ b/flatpak/org.gnome.Fractal-release.json
@@ -55,7 +55,7 @@
                 {
                     "type" : "git",
                     "url" : "https://source.puri.sm/Librem5/libhandy";,
-                    "tag" : "v0.0.11"
+                    "tag" : "v0.0.13"
                 }
             ]
         },
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index 99233874..a2fedff7 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -31,7 +31,8 @@
         ],
         "env" : {
             "CARGO_HOME" : "/run/build/Fractal/cargo",
-            "RUST_BACKTRACE" : "1"
+            "RUST_BACKTRACE" : "1",
+            "RUSTFLAGS" : ""
         }
     },
     "add-extensions": {
@@ -60,7 +61,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://source.puri.sm/Librem5/libhandy.git";
+                    "url" : "https://source.puri.sm/Librem5/libhandy.git";,
+                    "branch" : "libhandy-0-0"
                 }
             ]
         },


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