[gnome-font-viewer/wip/matthiasc/character-variations: 1/3] Add a flatpak manifest
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-font-viewer/wip/matthiasc/character-variations: 1/3] Add a flatpak manifest
- Date: Tue, 24 Apr 2018 22:08:57 +0000 (UTC)
commit ede5ee2799837bec89ccd8afebe6d948a006bf03
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Apr 24 17:54:03 2018 -0400
Add a flatpak manifest
This lets us build gnome-font-viewer easily with flatpak-builder.
org.gnome.font-viewer.json | 53 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.font-viewer.json b/org.gnome.font-viewer.json
new file mode 100644
index 0000000..fcd6807
--- /dev/null
+++ b/org.gnome.font-viewer.json
@@ -0,0 +1,53 @@
+{
+ "app-id": "org.gnome.font-viewer",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "gnome-font-viewer",
+ "finish-args": [
+ "--device=dri",
+ "--share=ipc",
+ "--socket=x11",
+ "--socket=wayland",
+ "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*",
+ "--talk-name=ca.desrt.conf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ ],
+ "cleanup": [
+ "/include",
+ "/lib/pkgconfig", "/share/pkgconfig",
+ "/share/aclocal",
+ "/man", "/share/man", "/share/gtk-doc",
+ "*.la", ".a",
+ "/lib/girepository-1.0",
+ "/share/gir-1.0",
+ "/share/doc"
+ ],
+ "modules": [
+ {
+ "name": "gnome-desktop",
+ "buildsystem": "autotools",
+ "builddir": true,
+ "config-opts": [
+ "--libdir=/app/lib"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://git.gnome.org/browse/gnome-desktop"
+ }
+ ]
+ },
+ {
+ "name": "gnome-font-viewer",
+ "buildsystem": "meson",
+ "builddir": true,
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://git.gnome.org/browse/gnome-font-viewer",
+ "branch": "wip/matthiasc/character-variations"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]