[quadrapassel] Adding Clutter to the flatpak



commit 2c331f522ce52da164f00de53b832f895a9fe526
Author: John Ward <john johnward net>
Date:   Mon Jul 12 19:10:51 2021 +0100

    Adding Clutter to the flatpak

 flatpak/org.gnome.Quadrapassel.json | 65 +++++++++++++++++++++++++------------
 1 file changed, 44 insertions(+), 21 deletions(-)
---
diff --git a/flatpak/org.gnome.Quadrapassel.json b/flatpak/org.gnome.Quadrapassel.json
index 7adcf05..8a3cc74 100644
--- a/flatpak/org.gnome.Quadrapassel.json
+++ b/flatpak/org.gnome.Quadrapassel.json
@@ -5,33 +5,44 @@
   "sdk": "org.gnome.Sdk",
   "command": "quadrapassel",
   "finish-args": [
-    "--share=ipc", "--socket=x11",
+    "--share=ipc",
+    "--socket=x11",
     "--socket=wayland",
-    "--device=dri", "--socket=pulseaudio",
-    "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
-    "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+    "--device=dri",
+    "--socket=pulseaudio",
+    "--filesystem=xdg-run/dconf",
+    "--filesystem=~/.config/dconf:ro",
+    "--talk-name=ca.desrt.dconf",
+    "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
     "--device=all"
   ],
-  "build-options" : {
+  "build-options": {
     "cflags": "-O2 -g",
     "cxxflags": "-O2 -g"
   },
   "cleanup": [
-    "/include", "/lib/pkgconfig",
-    "/share/pkgconfig", "/share/aclocal",
-    "/man", "/share/man", "/share/gtk-doc",
-    "*.la", "*.a",
+    "/include",
+    "/lib/pkgconfig",
+    "/share/pkgconfig",
+    "/share/aclocal",
+    "/man",
+    "/share/man",
+    "/share/gtk-doc",
+    "*.la",
+    "*.a",
     "/lib/girepository-1.0",
-    "/share/dbus-1", "/share/doc", "/share/gir-1.0"
+    "/share/dbus-1",
+    "/share/doc",
+    "/share/gir-1.0"
   ],
   "modules": [
     {
-      "name" : "gsound",
-      "buildsystem" : "autotools",
-      "sources" : [
+      "name": "gsound",
+      "buildsystem": "autotools",
+      "sources": [
         {
-          "type" : "git",
-          "url" : "https://gitlab.gnome.org/GNOME/gsound.git";
+          "type": "git",
+          "url": "https://gitlab.gnome.org/GNOME/gsound.git";
         }
       ],
       "modules": [
@@ -42,11 +53,13 @@
             "--disable-null",
             "--disable-oss"
           ],
-          "sources": [{
-            "type": "archive",
-            "url": "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz";,
-            "sha256": "c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72"
-          }]
+          "sources": [
+            {
+              "type": "archive",
+              "url": "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz";,
+              "sha256": "c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72"
+            }
+          ]
         }
       ]
     },
@@ -69,6 +82,16 @@
         }
       ]
     },
+    {
+      "name": "clutter-1.0",
+      "buildsystem": "meson",
+      "sources": [
+        {
+          "type": "git",
+          "url": "https://gitlab.gnome.org/GNOME/clutter/-/tree/clutter-1.0";
+        }
+      ]
+    },
     {
       "name": "quadrapassel",
       "buildsystem": "meson",
@@ -80,4 +103,4 @@
       ]
     }
   ]
-}
+}
\ No newline at end of file


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