From f01419a1274c522871e7f2e3f28fbded8838e2d8 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 5 Jun 2022 05:25:12 +0000 Subject: [PATCH 1/3] Flatpak: add clutter and clutter-gtk modules --- flatpak/org.gnome.TwentyFortyEightDevel.json | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/flatpak/org.gnome.TwentyFortyEightDevel.json b/flatpak/org.gnome.TwentyFortyEightDevel.json index a1432c9..81ec813 100644 --- a/flatpak/org.gnome.TwentyFortyEightDevel.json +++ b/flatpak/org.gnome.TwentyFortyEightDevel.json @@ -41,6 +41,30 @@ } ] }, + { + "name": "clutter", + "config-opts": [ + "--enable-egl-backend", + "--enable-wayland-backend" + ], + "sources": [ + { + "type": "archive", + "url": "https://download.gnome.org/sources/clutter/1.26/clutter-1.26.4.tar.xz", + "sha256": "8b48fac159843f556d0a6be3dbfc6b083fc6d9c58a20a49a6b4919ab4263c4e6" + } + ] + }, + { + "name": "clutter-gtk", + "sources": [ + { + "type": "archive", + "url": "https://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz", + "sha256": "521493ec038973c77edcb8bc5eac23eed41645117894aaee7300b2487cb42b06" + } + ] + }, { "name":"gnome-2048", "buildsystem":"meson", -- GitLab From db8f68c285fbcb2009d309f0fe3dfc6fd41c0dbd Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 5 Jun 2022 05:29:19 +0000 Subject: [PATCH 2/3] Flatpak: Add cogl --- flatpak/org.gnome.TwentyFortyEightDevel.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/flatpak/org.gnome.TwentyFortyEightDevel.json b/flatpak/org.gnome.TwentyFortyEightDevel.json index 81ec813..f39e736 100644 --- a/flatpak/org.gnome.TwentyFortyEightDevel.json +++ b/flatpak/org.gnome.TwentyFortyEightDevel.json @@ -41,6 +41,21 @@ } ] }, + { + "name": "cogl", + "config-opts": [ + "--disable-cogl-gst", + "--enable-xlib-egl-platform", + "--enable-wayland-egl-platform" + ], + "sources": [ + { + "type": "archive", + "url": "https://download.gnome.org/sources/cogl/1.22/cogl-1.22.8.tar.xz", + "sha256": "a805b2b019184710ff53d0496f9f0ce6dcca420c141a0f4f6fcc02131581d759" + } + ] + }, { "name": "clutter", "config-opts": [ -- GitLab From 3c08a6a217e3bd6745034440ed11f40652c85d0f Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 5 Jun 2022 05:40:43 +0000 Subject: [PATCH 3/3] Flatpak: make libgnome-games-support archive 1.8.2 --- flatpak/org.gnome.TwentyFortyEightDevel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flatpak/org.gnome.TwentyFortyEightDevel.json b/flatpak/org.gnome.TwentyFortyEightDevel.json index f39e736..37405d1 100644 --- a/flatpak/org.gnome.TwentyFortyEightDevel.json +++ b/flatpak/org.gnome.TwentyFortyEightDevel.json @@ -35,9 +35,9 @@ "buildsystem":"meson", "sources":[ { - "type":"git", - "branch":"master", - "url":"https://gitlab.gnome.org/GNOME/libgnome-games-support.git" + "type":"archive", + "url":"https://download.gnome.org/sources/libgnome-games-support/1.8/libgnome-games-support-1.8.2.tar.xz", + "sha256": "28434604a7b038731ac0231731388ff104f565bb2330cc24e78cda04cfd3ef7d" } ] }, -- GitLab