[gedit/gnome-3-36] snap: Don't build with tepl master



commit 8c9da67ab0ae4c7600eb683c1c6a8d7bfc388bac
Author: Ken VanDine <ken vandine canonical com>
Date:   Mon Jun 1 15:26:10 2020 -0400

    snap: Don't build with tepl master

 build-aux/snap/snapcraft.yaml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml
index fc49c3949..ae1864ea3 100644
--- a/build-aux/snap/snapcraft.yaml
+++ b/build-aux/snap/snapcraft.yaml
@@ -44,6 +44,7 @@ parts:
   amtk:
     source: https://gitlab.gnome.org/GNOME/amtk.git
     source-type: git
+    source-tag: 5.0.2
     plugin: autotools
     configflags:
       - --prefix=/usr
@@ -55,9 +56,11 @@ parts:
     after: [amtk, gtksourceview]
     source: https://gitlab.gnome.org/GNOME/tepl.git
     source-type: git
-    plugin: meson
-    meson-parameters:
-      - --prefix=/usr
+    source-branch: tepl-4-4
+    plugin: autotools
+    configflags:
+       - --prefix=/usr
+       - --enable-introspection=no
     organize:
       snap/gedit/current/usr: usr
     build-packages:


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