[gedit/gnome-3-36] flatpak: build tepl from an archive



commit 6561d8dae73efe1bb22dfc121ecb2dbca3cd27ae
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Apr 1 14:07:33 2020 +0200

    flatpak: build tepl from an archive
    
    Tepl git master has been migrated to Meson, and the Autotools have been
    removed.

 build-aux/flatpak/org.gnome.gedit.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.gedit.yml b/build-aux/flatpak/org.gnome.gedit.yml
index a47c3416a..8099ed10f 100644
--- a/build-aux/flatpak/org.gnome.gedit.yml
+++ b/build-aux/flatpak/org.gnome.gedit.yml
@@ -86,8 +86,9 @@ modules:
 
   - name: tepl
     sources:
-      - type: git
-        url: https://gitlab.gnome.org/GNOME/tepl.git
+      - type: archive
+        url: https://download.gnome.org/sources/tepl/4.4/tepl-4.4.0.tar.xz
+        sha256: e6f6673a8a27e8f280725db8fbacec79b20676ae0558755239d15a9808faa256
 
   - name: gedit
     buildsystem: meson


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