summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Suresh <123arjunsuresh@gmail.com>2023-04-01 13:02:22 +0530
committerSébastien Wilmet <swilmet@informatique-libre.be>2023-04-11 16:00:00 +0200
commit1f5ea4759ea70175b5fca9a62d049b7e1cc3870b (patch)
treea668766d5e5304af5b9c25d518cd658460a14a34
parent8329d08016aaf7dead020f13196a22706076dadd (diff)
downloadgedit-1f5ea4759ea70175b5fca9a62d049b7e1cc3870b.tar.gz
flatpak: add gtksourceview to manifest
-rw-r--r--build-aux/flatpak/org.gnome.gedit.json15
-rw-r--r--build-aux/flatpak/org.gnome.gedit.yml10
2 files changed, 25 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.gedit.json b/build-aux/flatpak/org.gnome.gedit.json
index 12d9a74c1..90fe5cfb4 100644
--- a/build-aux/flatpak/org.gnome.gedit.json
+++ b/build-aux/flatpak/org.gnome.gedit.json
@@ -81,6 +81,21 @@
]
},
{
+ "name": "gtksourceview",
+ "buildsystem": "meson",
+ "config-opts": [
+ "-Dinstall_tests=false",
+ "-Dgtk_doc=false"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://download.gnome.org/sources/gtksourceview/4.8/gtksourceview-4.8.4.tar.xz",
+ "sha256": "7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb5958420a87d"
+ }
+ ]
+ },
+ {
"name": "tepl",
"buildsystem": "meson",
"sources": [
diff --git a/build-aux/flatpak/org.gnome.gedit.yml b/build-aux/flatpak/org.gnome.gedit.yml
index bd6ab12b9..2bb32b8c9 100644
--- a/build-aux/flatpak/org.gnome.gedit.yml
+++ b/build-aux/flatpak/org.gnome.gedit.yml
@@ -70,6 +70,16 @@ modules:
url: https://download.gnome.org/sources/amtk/5.6/amtk-5.6.1.tar.xz
sha256: d50115b85c872aac296934b5ee726a3fa156c6f5ad96d27e0edd0aa5ad173228
+ - name: gtksourceview
+ buildsystem: meson
+ config-opts:
+ - "-Dinstall_tests=false"
+ - "-Dgtk_doc=false"
+ sources:
+ - type: archive
+ url: "https://download.gnome.org/sources/gtksourceview/4.8/gtksourceview-4.8.4.tar.xz"
+ sha256: 7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb5958420a87d
+
- name: tepl
buildsystem: meson
sources: