[console] build: Add flatpak manifest (for testing only)
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [console] build: Add flatpak manifest (for testing only)
- Date: Sat, 14 May 2022 15:28:16 +0000 (UTC)
commit dcc0fda210835d171eefe780383130f6b1016c5b
Author: Ungedummt <ungedummt gmx de>
Date: Sat Nov 27 18:17:11 2021 +0100
build: Add flatpak manifest (for testing only)
build-aux/flatpak/org.gnome.Console.Devel.json | 87 ++++++++++++++++++++++++++
1 file changed, 87 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Console.Devel.json b/build-aux/flatpak/org.gnome.Console.Devel.json
new file mode 100644
index 0000000..7ee5bca
--- /dev/null
+++ b/build-aux/flatpak/org.gnome.Console.Devel.json
@@ -0,0 +1,87 @@
+{
+ "app-id" : "org.gnome.Console.Devel",
+ "runtime" : "org.gnome.Platform",
+ "runtime-version" : "master",
+ "sdk" : "org.gnome.Sdk",
+ "command" : "kgx-devel",
+ "finish-args" : [
+ "--device=dri",
+ "--share=ipc",
+ "--socket=fallback-x11",
+ "--socket=wayland",
+ "--talk-name=org.gtk.vfs.*",
+ "--filesystem=xdg-run/gvfsd"
+ ],
+ "cleanup" : [
+ "/include",
+ "/lib/pkgconfig",
+ "/man",
+ "/share/doc",
+ "/share/gtk-doc",
+ "/share/man",
+ "/share/pkgconfig",
+ "*.la",
+ "*.a"
+ ],
+ "modules" : [
+ {
+ "name" : "vte",
+ "config-opts" : [
+ "-Dvapi=false"
+ ],
+ "buildsystem" : "meson",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/vte.git"
+ }
+ ]
+ },
+ {
+ "name" : "libgtop",
+ "buildsystem" : "autotools",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/libgtop.git"
+ }
+ ]
+ },
+ {
+ "name" : "libsass",
+ "buildsystem" : "meson",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://github.com/lazka/libsass.git",
+ "branch" : "meson"
+ }
+ ]
+ },
+ {
+ "name" : "sassc",
+ "buildsystem" : "meson",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://github.com/lazka/sassc.git",
+ "branch" : "meson"
+ }
+ ]
+ },
+ {
+ "name" : "gnome-console",
+ "builddir" : true,
+ "buildsystem" : "meson",
+ "config-opts" : [
+ "-Ddevel=True"
+ ],
+ "sources" : [
+ {
+ "type" : "dir",
+ "path" : "../../"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]