[gnome-builder] plugins/meson-templates: atk needs older variant too



commit 38dafda56052acebdd6c7987ba26625bba70ab4d
Author: Christian Hergert <chergert redhat com>
Date:   Sun Mar 27 13:53:33 2022 -0700

    plugins/meson-templates: atk needs older variant too

 src/plugins/meson-templates/resources/flatpak.json.in | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/meson-templates/resources/flatpak.json.in 
b/src/plugins/meson-templates/resources/flatpak.json.in
index 76ba982ce..8fd56f0af 100644
--- a/src/plugins/meson-templates/resources/flatpak.json.in
+++ b/src/plugins/meson-templates/resources/flatpak.json.in
@@ -150,7 +150,18 @@
             ]
         },
         {
-            "name" : "atkmm",
+            "name" : "atkmm-2-28",
+            "buildsystem" : "meson",
+            "sources" : [
+                {
+                    "type" : "archive",
+                    "url" : "https://download.gnome.org/sources/atkmm/2.28/atkmm-2.28.2.tar.xz";,
+                    "sha256" : "a0bb49765ceccc293ab2c6735ba100431807d384ffa14c2ebd30e07993fd2fa4"
+                }
+            ]
+        },
+        {
+            "name" : "atkmm-2-36",
             "buildsystem" : "meson",
             "sources" : [
                 {
@@ -161,7 +172,7 @@
             ]
         },
         {
-            "name" : "gtkmm",
+            "name" : "gtkmm-3-24",
             "buildsystem" : "meson",
             "sources" : [
                 {


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