[gedit] flatpak: build again gedit-plugins, but without the zeitgeist plugin



commit d7663852376e9e64f6f66a890453e73e5dd49efe
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Nov 8 17:40:01 2019 +0100

    flatpak: build again gedit-plugins, but without the zeitgeist plugin
    
    - The gedit snap also disables the zeitgeist plugin.
    - Zeitgeist isn't used a lot.
    - To enable the plugin, it would require to bundle the zeitgeist library
      in the flatpak.
    - We don't think there is a strong interest from the gedit community to
      keep the zeitgeist plugin working. We will *maybe* remove the
      zeitgeist plugin in the future, to have less code to maintain.

 build-aux/flatpak/org.gnome.gedit.yml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.gedit.yml b/build-aux/flatpak/org.gnome.gedit.yml
index b33a5a5eb..a0f41688b 100644
--- a/build-aux/flatpak/org.gnome.gedit.yml
+++ b/build-aux/flatpak/org.gnome.gedit.yml
@@ -98,8 +98,10 @@ modules:
       - type: git
         url: https://gitlab.gnome.org/GNOME/gedit.git
 
-#  - name: gedit-plugins
-#    buildsystem: meson
-#    sources:
-#      - type: git
-#        url: https://gitlab.gnome.org/GNOME/gedit-plugins.git
+  - name: gedit-plugins
+    buildsystem: meson
+    config-opts:
+      - "-Dplugin_zeitgeist=false"
+    sources:
+      - type: git
+        url: https://gitlab.gnome.org/GNOME/gedit-plugins.git


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