[gnome-builder] ctags: bundle ctags in the flatpak bundle



commit 6b441f86a9e371193e808326fd12a8bdac0dfa0a
Author: Christian Hergert <chergert redhat com>
Date:   Sat Mar 18 20:33:26 2017 -0700

    ctags: bundle ctags in the flatpak bundle
    
    We no longer need to run on the host as we can bundle ctags in the bundle
    to ensure we have access to it.

 org.gnome.Builder.json            |   10 ++++++++++
 plugins/ctags/ide-ctags-builder.c |    1 -
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Builder.json b/org.gnome.Builder.json
index e19a1e1..adf5b83 100644
--- a/org.gnome.Builder.json
+++ b/org.gnome.Builder.json
@@ -154,6 +154,16 @@
             ]
         },
         {
+            "name": "ctags",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz";,
+                    "sha256": "0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7"
+                }
+            ]
+        },
+        {
             "name": "python3-jedi",
             "no-autogen": true,
             "sources": [
diff --git a/plugins/ctags/ide-ctags-builder.c b/plugins/ctags/ide-ctags-builder.c
index 0d4d02b..a88eaa6 100644
--- a/plugins/ctags/ide-ctags-builder.c
+++ b/plugins/ctags/ide-ctags-builder.c
@@ -204,7 +204,6 @@ ide_ctags_builder_build_worker (GTask        *task,
   /*
    * Create our arguments to launch the ctags generation process.
    */
-  ide_subprocess_launcher_set_run_on_host (launcher, TRUE);
   ide_subprocess_launcher_set_cwd (launcher, workpath);
   ide_subprocess_launcher_set_stdout_file_path (launcher, tags_file);
   /*


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