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



commit 510df0d5449d0b4c3f4a5648590421dd53b33948
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.FontViewer.json |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.FontViewer.json b/org.gnome.FontViewer.json
new file mode 100644
index 0000000..6d4e42d
--- /dev/null
+++ b/org.gnome.FontViewer.json
@@ -0,0 +1,38 @@
+{
+    "app-id": "org.gnome.FontViewer",
+    "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-font-viewer",
+           "buildsystem": "meson",
+           "builddir": true,
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://git.gnome.org/browse/gnome-font-viewer";,
+                }
+            ]
+       }
+    ]
+}


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