gnome-tetravex: 3.38.2 → 3.38.3

https://gitlab.gnome.org/GNOME/gnome-tetravex/-/compare/3.38.2...3.38.3

Co-authored-by: Bobby Rong <rjl931189261@126.com>
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar
2025-11-03 10:50:13 +01:00
co-authored by Bobby Rong
parent e811f1b8c0
commit be65c1b6ae
+3 -15
View File
@@ -2,7 +2,6 @@
stdenv,
lib,
fetchurl,
fetchpatch,
pkg-config,
gnome,
adwaita-icon-theme,
@@ -20,24 +19,13 @@
stdenv.mkDerivation rec {
pname = "gnome-tetravex";
version = "3.38.2";
version = "3.38.3";
src = fetchurl {
url = "mirror://gnome/sources/gnome-tetravex/${lib.versions.majorMinor version}/gnome-tetravex-${version}.tar.xz";
hash = "sha256-H83xCXm5o1JgCdeDociKOJkY82DaTttE+6JccfGGkRs=";
hash = "sha256-g4SawGTUVuHdRrbiAcaGFSYkw9HsS5mTWYWkmqeRcss=";
};
patches = [
# Fix build with meson 0.61
# data/meson.build:37:0: ERROR: Function does not take positional arguments.
# data/meson.build:59:0: ERROR: Function does not take positional arguments.
# Taken from https://gitlab.gnome.org/GNOME/gnome-tetravex/-/merge_requests/20
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-tetravex/-/commit/80912d06f5e588f6aca966fa516103275e58d94e.patch";
hash = "sha256-2+nFw5sJzbInibKaq3J10Ufbl3CnZWlgnUtzRTZ5G0I=";
})
];
nativeBuildInputs = [
wrapGAppsHook3
itstool
@@ -68,7 +56,7 @@ stdenv.mkDerivation rec {
description = "Complete the puzzle by matching numbered tiles";
mainProgram = "gnome-tetravex";
teams = [ teams.gnome ];
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.unix;
};
}