[gnome-sdk-images] [cantarell-fonts] Use Autotools back.



commit c0c290aedc978e0f697d352eaea8b4ee2b668dc6
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Feb 20 12:42:13 2018 +0100

    [cantarell-fonts] Use Autotools back.
    
    I’m not happy with disabling the useprebuilt=true option,
    but it is complaining about missing (prebuilt) files, and
    I don’t know enough about this module to try to fix that.
    
    Instead, use Autotools and the last tarball release, like
    in 3.26 branch. Let’s see if that helps fixing the build.

 org.gnome.Sdk.json.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index 5475ccf..cb44e8d 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -91,15 +91,15 @@
         },
         {
             "name": "cantarell-fonts",
-            "buildsystem": "meson",
-            "config-opts": [ "-Duseprebuilt=true"],
+            "config-opts": [ "--disable-source-rebuild"],
             "post-install": [
                 "ln -s /usr/share/fontconfig/conf.avail/31-cantarell.conf 
/etc/fonts/conf.d/31-cantarell.conf"
             ],
             "sources": [
                 {
-                    "type": "git",
-                    "url": "https://git.gnome.org/browse/cantarell-fonts";
+                    "type": "archive",
+                    "url": 
"https://download.gnome.org/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.25.tar.xz";,
+                    "sha256": "14a228aa0b516dfc367b434a850f955a00c57fc549cbb05348e2b150196a737f"
                 }
             ]
         },


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