[gnome-games/wip/exalm/gtk4: 17/42] flatpak: Bundle gtk+-4



commit 4cb2298f79f9f803b1c7a86619f21c7abc566274
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Thu Jul 26 19:34:08 2018 +0500

    flatpak: Bundle gtk+-4

 flatpak/org.gnome.Games.json | 46 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index 49abae90..df1f8548 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -87,6 +87,52 @@
         "libretro-cores/libretro-stella.json",
         /* End libretro cores */
         "org.lua.modules.json",
+        {
+            "name" : "wayland",
+            "buildsystem" : "autotools",
+            "builddir" : true,
+            "config-opts" : [
+                "--disable-documentation"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://github.com/wayland-project/wayland.git";
+                }
+            ]
+        },
+        {
+            "name" : "graphene",
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "config-opts" : [
+                "--libdir=/app/lib",
+                "-Dtests=false",
+                "-Dbenchmarks=false"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://github.com/ebassi/graphene.git";
+                }
+            ]
+        },
+        {
+            "name" : "gtk+",
+            "buildsystem" : "meson",
+            "config-opts" : [
+                "--libdir=/app/lib",
+                "-Ddemos=false",
+                "-Dbuild-tests=false"
+            ],
+            "sources" : [
+                {
+                    "type" : "archive",
+                    "url" : "https://download.gnome.org/sources/gtk+/3.94/gtk+-3.94.0.tar.xz";,
+                    "sha256" : "a947caa5296610b0f1d7a03b58df34765c227c577c78e683e75eea3251a67035"
+                }
+            ]
+        },
         {
             "name" : "tracker",
             "config-opts" : [


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