[gedit] flatpak: first pass at converting the manifest to Yaml



commit 3c5e1e0fe3ba3308789d5e19799f5fa87ef413ee
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Nov 5 10:16:14 2019 +0100

    flatpak: first pass at converting the manifest to Yaml
    
    I've used: https://www.json2yaml.com/
    I've not yet tested to build the manifest with flatpak-builder.

 build-aux/flatpak/org.gnome.gedit.yml | 77 +++++++++++++++++++++++++++++++++++
 1 file changed, 77 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.gedit.yml b/build-aux/flatpak/org.gnome.gedit.yml
new file mode 100644
index 000000000..e39fbce4d
--- /dev/null
+++ b/build-aux/flatpak/org.gnome.gedit.yml
@@ -0,0 +1,77 @@
+---
+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]