[gnome-continuous] Move itstool before fontconfig



commit 99f0c97cea47d744d555d6463e5957675e2c3cba
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jan 3 13:44:08 2018 +0000

    Move itstool before fontconfig
    
    It's needed for the localisation bits.
    
    We should also disable the documentation while we're at it, to avoid
    bringing along additional dependencies.

 manifest.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index aa96cd7..b404439 100644
--- a/manifest.json
+++ b/manifest.json
@@ -170,9 +170,12 @@
                 "tag": "4b3ea5ca8f2ae7223bb1ad24bea07e659eec5f92",
                 "patches": ["freetype-autogen.patch"]},
 
+                {"src": "git:https://github.com/Distrotech/itstool.git"},
+
                {"src": "fd:fontconfig",
                  "patches": ["fontconfig-autogen.patch"],
-                "config-opts": ["--with-cache-dir=/usr/lib/fontconfig/cache"]},
+                "config-opts": ["--with-cache-dir=/usr/lib/fontconfig/cache",
+                                 "--disable-docs"]},
 
                {"src": "fd:xorg/util/macros",
                 "component": "devel"},
@@ -766,8 +769,6 @@
 
                {"src": "0pointer:libcanberra"},
 
-                {"src": "git:https://github.com/Distrotech/itstool.git"},
-
                {"src": "gnome:yelp-xsl",
                 "config-opts": ["--disable-doc"]},
 


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