[gnome-builder] build: bundle universal-ctags with flatpak



commit c5bf210e44b9529eccd887269bacccb692ea28f7
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jun 26 01:29:08 2018 -0700

    build: bundle universal-ctags with flatpak
    
    This is much more modern and happens to not choke as easily
    on some malicious data in projects we care about.

 build-aux/flatpak/org.gnome.Builder.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 56822648a..7647f7394 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -144,12 +144,11 @@
             ]
         },
         {
-            "name" : "ctags",
+            "name" : "universal-ctags",
             "sources" : [
                 {
-                    "type" : "archive",
-                    "url" : "http://downloads.sourceforge.net/project/ctags/ctags/5.8/ctags-5.8.tar.gz";,
-                    "sha256" : "0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7"
+                    "type" : "git",
+                    "url" : "https://github.com/universal-ctags/ctags.git";
                 }
             ]
         },
@@ -815,6 +814,7 @@
             "config-opts" : [
                 "--libdir=lib",
                 "--buildtype=debugoptimized",
+                "-Dctags_path=/app/bin/ctags",
                 "-Dfusermount_wrapper=true",
                 "-Dwith_tcmalloc=true",
                 "-Denable_tracing=true",


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