[gedit/alatiera/flatpak-manifest] Add Flatpak manifest
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/alatiera/flatpak-manifest] Add Flatpak manifest
- Date: Wed, 1 Aug 2018 23:57:42 +0000 (UTC)
commit 6351f20a13c29c2ea3b1423ec64708cad424b887
Author: Jordan Petridis <jordanpetridis protonmail com>
Date: Wed Aug 1 23:56:59 2018 +0000
Add Flatpak manifest
org.gnome.Gedit.json | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 103 insertions(+)
---
diff --git a/org.gnome.Gedit.json b/org.gnome.Gedit.json
new file mode 100644
index 000000000..b9450aef0
--- /dev/null
+++ b/org.gnome.Gedit.json
@@ -0,0 +1,103 @@
+{
+ "app-id" : "org.gnome.gedit",
+ "runtime" : "org.gnome.Platform",
+ "runtime-version" : "master",
+ "sdk" : "org.gnome.Sdk",
+ "command" : "gedit",
+ "rename-icon" : "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",
+ "cleanup" : [
+ "/bin/*",
+ "/lib/peas-demo"
+ ],
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/libpeas.git"
+ }
+ ]
+ },
+ {
+ "name" : "gtksourceview",
+ "config-opts" : [
+ "--disable-Werror"
+ ],
+ "sources" : [
+ {
+ "type" : "git",
+ "branch" : "gnome-3-24",
+ "url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git"
+ }
+ ]
+ },
+ {
+ "name" : "enchant",
+ "cleanup" : [
+ "/include",
+ "/lib/pkgconfig",
+ "*.la",
+ "/share"
+ ],
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" :
"https://github.com/AbiWord/enchant/releases/download/v2.2.3/enchant-2.2.3.tar.gz",
+ "sha256" : "abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d"
+ }
+ ]
+ },
+ {
+ "name" : "gspell",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/gspell.git"
+ }
+ ]
+ },
+ {
+ "name" : "gedit",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/gedit.git"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]