[gedit/wip/swilmet/tepl-step1: 12/12] flatpak: temporarily disable building the gedit-plugins repo



commit 2187ee07db9e6777bb905ae0e577cb18ce953159
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Nov 5 14:15:14 2019 +0100

    flatpak: temporarily disable building the gedit-plugins repo
    
    Just to be sure that the GitLab CI can now build the flatpak, now that
    it depends on Tepl.
    
    With gedit-plugins it cannot find the zeitgeist dependency. It was not
    bundled in the gedit flatpak manifest before, so I wonder how it worked
    before, probably because it was part of the runtime and it is no longer
    the case? Do we really need zeitgeist? Are people actually using it?

 build-aux/flatpak/org.gnome.gedit.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.gedit.yml b/build-aux/flatpak/org.gnome.gedit.yml
index a47c3416a..b33a5a5eb 100644
--- a/build-aux/flatpak/org.gnome.gedit.yml
+++ b/build-aux/flatpak/org.gnome.gedit.yml
@@ -98,8 +98,8 @@ 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
+#    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]