From e8ae3c7ce7265a99e22fc4e2110de32ead58ff96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 11 Jul 2024 11:02:47 -0700 Subject: [PATCH] Update flatpak manifest --- io.elementary.tasks.json | 102 ++++++++------------------------------- 1 file changed, 21 insertions(+), 81 deletions(-) diff --git a/io.elementary.tasks.json b/io.elementary.tasks.json index 150be8651..e48670f0b 100644 --- a/io.elementary.tasks.json +++ b/io.elementary.tasks.json @@ -96,87 +96,6 @@ } ] }, - { - "name": "clutter-gtk", - "cleanup": [ - "/share/gtk-doc" - ], - "sources": [ - { - "type": "archive", - "url": "https://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz", - "sha256": "521493ec038973c77edcb8bc5eac23eed41645117894aaee7300b2487cb42b06" - } - ], - "modules": [ - { - "name": "cogl", - "config-opts": [ - "--disable-cogl-gst", - "--disable-gtk-doc", - "--enable-xlib-egl-platform", - "--enable-wayland-egl-platform" - ], - "cleanup": [ - "/share/gtk-doc", - "/share/cogl/examples-data" - ], - "sources": [ - { - "type": "archive", - "url": "https://download.gnome.org/sources/cogl/1.22/cogl-1.22.8.tar.xz", - "sha256": "a805b2b019184710ff53d0496f9f0ce6dcca420c141a0f4f6fcc02131581d759" - } - ] - }, - { - "name": "clutter", - "config-opts": [ - "--disable-gtk-doc", - "--enable-egl-backend", - "--enable-wayland-backend", - "--enable-deprecated=no" - ], - "cleanup": [ - "/share/gtk-doc" - ], - "sources": [ - { - "type": "archive", - "url": "https://download.gnome.org/sources/clutter/1.26/clutter-1.26.4.tar.xz", - "sha256": "8b48fac159843f556d0a6be3dbfc6b083fc6d9c58a20a49a6b4919ab4263c4e6" - } - ] - }, - { - "name": "clutter-gst", - "config-opts": [ - "--disable-gtk-doc" - ], - "cleanup": [ - "/share/gtk-doc" - ], - "sources": [ - { - "type": "archive", - "url": "https://download.gnome.org/sources/clutter-gst/3.0/clutter-gst-3.0.27.tar.xz", - "sha256": "fe69bd6c659d24ab30da3f091eb91cd1970026d431179b0724f13791e8ad9f9d" - } - ] - } - ] - }, - { - "name": "champlain", - "buildsystem": "meson", - "sources": [ - { - "type": "archive", - "url": "https://download.gnome.org/sources/libchamplain/0.12/libchamplain-0.12.21.tar.xz", - "sha256": "a915cd172a0c52944c5579fcb4683f8a878c571bf5e928254b5dafefc727e5a7" - } - ] - }, { "name": "geocode-glib", "buildsystem": "meson", @@ -208,6 +127,27 @@ } ] }, + { + "name": "libshumate", + "buildsystem": "meson", + "config-opts": [ + "-Ddemos=false", + "-Dgtk_doc=false", + "-Dvapi=false" + ], + "sources": [ + { + "type": "archive", + "url": "https://download.gnome.org/sources/libshumate/1.2/libshumate-1.2.1.tar.xz", + "sha256": "1105ee077e2147f2a039cddfa616fa5cb9438883dd940427e11699dcd6549c11", + "x-checker-data": { + "type": "gnome", + "stable-only": false, + "name": "libshumate" + } + } + ] + }, { "name": "tasks", "buildsystem": "meson",