[gnome-font-viewer/matthiasc/show-character-variations: 1/3] Add a flatpak manifest



commit fa7b8955ccd0e274a7334c61e3e799c7d565f017
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..63e0382
--- /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": "matthiasc/character-variations"
+                }
+            ]
+       }
+    ]
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]