[gnome-characters: 1/3] updated manifest to enable using Builder (Thanks to hergertme for the assistance). Fixes #38



commit 7b3cdc74e8ff4c96d33423677c8ae10c2a2440d5
Author: Paul Court <g rgoyle com>
Date:   Wed Jul 4 23:41:43 2018 +0100

    updated manifest to enable using Builder (Thanks to hergertme for the assistance). Fixes #38

 build-aux/flatpak/org.gnome.Characters.json | 94 +++++++++++++++++------------
 1 file changed, 55 insertions(+), 39 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Characters.json b/build-aux/flatpak/org.gnome.Characters.json
index 53be918..e0d1448 100644
--- a/build-aux/flatpak/org.gnome.Characters.json
+++ b/build-aux/flatpak/org.gnome.Characters.json
@@ -1,62 +1,78 @@
 {
-    "app-id": "org.gnome.CharactersDevel",
-    "runtime": "org.gnome.Platform",
-    "runtime-version": "3.28",
-    "branch": "master",
-    "sdk": "org.gnome.Sdk",
-    "copy-icon": true,
-    "rename-icon": "gnome-characters",
-    "finish-args": [
-        /* X11 + XShm access */
-        "--share=ipc", "--socket=x11",
-        /* Wayland access */
+    "app-id" : "org.gnome.CharactersDevel",
+    "runtime" : "org.gnome.Platform",
+    "runtime-version" : "3.28",
+    "command" : "gnome-characters",
+    "branch" : "master",
+    "sdk" : "org.gnome.Sdk",
+    "copy-icon" : true,
+    "rename-icon" : "gnome-characters",
+    "finish-args" : [
+        "--share=ipc",
+        "--socket=x11",
         "--socket=wayland",
-        /* Needed for dconf to work */
-        "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
-        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+        "--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"
+        "cflags" : "-O2 -g",
+        "cxxflags" : "-O2 -g",
+        "env" : {
+        }
     },
-    "cleanup": ["/include", "/lib/pkgconfig",
-                "/share/pkgconfig", "/share/aclocal",
-                "/man", "/share/man", "/share/gtk-doc",
-                "*.la", "*.a",
-                "/share/doc", "/share/gir-1.0"
+    "cleanup" : [
+        "/include",
+        "/lib/pkgconfig",
+        "/share/pkgconfig",
+        "/share/aclocal",
+        "/man",
+        "/share/man",
+        "/share/gtk-doc",
+        "*.la",
+        "*.a",
+        "/share/doc",
+        "/share/gir-1.0"
     ],
-    "modules": [
+    "modules" : [
         {
-            "name": "gnome-desktop",
-            "config-opts": ["--disable-debug-tools", "--disable-udev"],
-            "sources": [
+            "name" : "gnome-desktop",
+            "config-opts" : [
+                "--disable-debug-tools",
+                "--disable-udev"
+            ],
+            "sources" : [
                 {
-                    "type": "archive",
-                    "url": 
"https://download.gnome.org/sources/gnome-desktop/3.28/gnome-desktop-3.28.0.tar.xz";,
-                    "sha256": "f1df71c39e32147f6d58f53a9c05b964b00b7c98fbca090419355437c72fd59d"
+                    "type" : "archive",
+                    "url" : 
"https://download.gnome.org/sources/gnome-desktop/3.28/gnome-desktop-3.28.0.tar.xz";,
+                    "sha256" : "f1df71c39e32147f6d58f53a9c05b964b00b7c98fbca090419355437c72fd59d"
                 }
             ]
         },
         {
-            "name": "libunistring",
-            "cleanup": [
+            "name" : "libunistring",
+            "cleanup" : [
                 "/share"
             ],
-            "sources": [
+            "sources" : [
                 {
-                    "type": "archive",
-                    "url": "https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.10.tar.xz";,
-                    "sha256": "eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7"
+                    "type" : "archive",
+                    "url" : "https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.10.tar.xz";,
+                    "sha256" : "eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7"
                 }
             ]
         },
         {
-            "name": "gnome-characters",
-            "buildsystem": "meson",
-            "config-opts": ["-Dprofile=development"],
-            "sources": [
+            "name" : "gnome-characters",
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "config-opts" : [
+                "-Dprofile=development"
+            ],
+            "sources" : [
                 {
-                    "type": "git",
+                    "type" : "git",
                     "url" : "https://gitlab.gnome.org/gnome/gnome-characters.git";
                 }
             ]


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