[gedit] Revert "flatpak: remove the *.json manifest, the *.yml manifest is used instead"
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Revert "flatpak: remove the *.json manifest, the *.yml manifest is used instead"
- Date: Wed, 6 Nov 2019 19:03:49 +0000 (UTC)
commit 71143fede5c02ddcbbe1ee664dc8a996390da9f2
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Wed Nov 6 13:02:48 2019 -0600
Revert "flatpak: remove the *.json manifest, the *.yml manifest is used instead"
This reverts commit b9e791965ca7ac5783834a147207b3a2cf580e3a.
build-aux/flatpak/org.gnome.gedit.json | 113 +++++++++++++++++++++++++++++++++
1 file changed, 113 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.gedit.json b/build-aux/flatpak/org.gnome.gedit.json
new file mode 100644
index 000000000..c534f908e
--- /dev/null
+++ b/build-aux/flatpak/org.gnome.gedit.json
@@ -0,0 +1,113 @@
+{
+ "app-id" : "org.gnome.gedit",
+ "runtime" : "org.gnome.Platform",
+ "runtime-version" : "master",
+ "sdk" : "org.gnome.Sdk",
+ "command" : "gedit",
+ "tags" : [
+ "nightly"
+ ],
+ "desktop-file-name-prefix" : "(Nightly) ",
+ "finish-args" : [
+ "--share=ipc",
+ "--socket=x11",
+ "--socket=wayland",
+ "--filesystem=host",
+ "--filesystem=xdg-run/dconf",
+ "--filesystem=~/.config/dconf:ro",
+ "--talk-name=ca.desrt.dconf",
+ "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ ],
+ "build-options" : {
+ "cflags" : "-O2 -g",
+ "cxxflags" : "-O2 -g",
+ "env" : {
+ "V" : "1"
+ }
+ },
+ "cleanup" : [
+ "/include",
+ "/lib/pkgconfig",
+ "/share/pkgconfig",
+ "/share/aclocal",
+ "/man",
+ "/share/man",
+ "/share/gtk-doc",
+ "/share/vala",
+ "*.la",
+ "*.a"
+ ],
+ "modules" : [
+ {
+ "name" : "libpeas",
+ "buildsystem" : "meson",
+ "cleanup" : [
+ "/bin/*"
+ ],
+ "config-opts" : [
+ "-Ddemos=false",
+ "-Dvapi=true",
+ "-Dgtk_doc=false"
+ ],
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" : "https://download.gnome.org/sources/libpeas/1.24/libpeas-1.24.0.tar.xz",
+ "sha256" : "0b9a00138c129a663de3eef5569b00ace03ce31d345f7af783768e9f35c8e6f9"
+ }
+ ]
+ },
+ {
+ "name" : "gtksourceview",
+ "buildsystem" : "meson",
+ "config-opts" : [
+ "-Dvapi=true",
+ "-Dgtk_doc=false"
+ ],
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" :
"https://download.gnome.org/sources/gtksourceview/4.4/gtksourceview-4.4.0.tar.xz",
+ "sha256" : "9ddb914aef70a29a66acd93b4f762d5681202e44094d2d6370e51c9e389e689a"
+ }
+ ]
+ },
+ {
+ "name" : "gspell",
+ "config-opts" : [
+ "--disable-gtk-doc"
+ ],
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" : "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.2.tar.xz",
+ "sha256" : "bb9195c3a95bacf556d0203e9691f7489e0d3bc5ae1e5a440c89b2f2435d3ed6"
+ }
+ ]
+ },
+ {
+ "name" : "gedit",
+ "buildsystem" : "meson",
+ "config-opts" : [
+ "-Dvapi=true",
+ "-Dgtk_doc=false"
+ ],
+ "sources" : [
+ {
+ "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"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]