libgnome_games_support1 → 1.8.2,gnome_klotski → 3.38.2-1,gnome_mines → 49.0.1,gnome_nibbles → 4.4.2,libgnome_games_support → 2.0.2,librsvg → 2.61.3-1 (#13435)

* Add unbuilt gnome_mines to updater-gnome_mines-49.0.1

* Update gnome_mines to use gtk4

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fix builds and rebuild librsvg.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Refactor libgnome_games_support.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Remove libgnome_games_support2 filelists.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2025-11-12 16:30:50 -05:00
committed by GitHub
parent a6ad959410
commit 70933949b3
19 changed files with 505 additions and 302 deletions

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Librsvg < Meson
description 'SVG library for GNOME'
homepage 'https://wiki.gnome.org/Projects/LibRsvg'
version "2.61.3-#{CREW_ICU_VER}"
version "2.61.3-1-#{CREW_ICU_VER}"
license 'LGPL-2+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/librsvg.git'
@@ -11,14 +11,15 @@ class Librsvg < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'e742c76b9b716ec83c09362c01cffe6252ddb7bd66cd709a826f02fd20e5e234',
armv7l: 'e742c76b9b716ec83c09362c01cffe6252ddb7bd66cd709a826f02fd20e5e234',
x86_64: '5fffb5e72a497ba6af5a71a79182eb25bf7b0b600a609a5bf6a9072b248fb022'
aarch64: 'a406edc7d2d04fa28979458d281da79f9aa3979342cf0b3f95d12f3fe44d6668',
armv7l: 'a406edc7d2d04fa28979458d281da79f9aa3979342cf0b3f95d12f3fe44d6668',
x86_64: '470abf3fb4c0929a40272db9e2d48732001db8f3f6b887c442977e35554d1c3b'
})
depends_on 'cairo' # R
depends_on 'cargo_c' => :build
depends_on 'dav1d' # R
depends_on 'fontconfig' # R
depends_on 'fribidi' => :build
depends_on 'gcc_lib' # R
depends_on 'gdk_pixbuf' # R
@@ -40,5 +41,5 @@ class Librsvg < Meson
ENV['CARGO_PROFILE_RELEASE_LTO'] = 'true'
meson_options '-Ddocs=disabled -Dintrospection=disabled -Dtests=false -Dvala=enabled'
meson_options '-Ddocs=disabled -Dintrospection=enabled -Dpixbuf-loader=enabled -Dtests=false -Dvala=enabled'
end