gnome-sudoku: update to 42.0.

This commit is contained in:
oreo639 2022-07-10 01:29:22 -07:00 committed by Đoàn Trần Công Danh
parent b4991c6708
commit 22f6123b88
2 changed files with 3 additions and 40 deletions

View file

@ -1,38 +0,0 @@
From 7c9935a02b48f332f67bad3e4ee020b75591084a Mon Sep 17 00:00:00 2001
From: Jan Beich <jbeich@FreeBSD.org>
Date: Mon, 24 Jan 2022 11:44:06 +0000
Subject: [PATCH] meson: drop unused argument for i18n.merge_file()
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
data/meson.build:5:0: ERROR: Function does not take positional arguments.
data/meson.build:24:0: ERROR: Function does not take positional arguments.
---
data/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/meson.build b/data/meson.build
index f18f247..9c95e02 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -2,7 +2,7 @@ resource_files = files('gnome-sudoku.gresource.xml')
resources = gnome.compile_resources('gnome-sudoku', resource_files)
-desktop_file = i18n.merge_file('desktop',
+desktop_file = i18n.merge_file(
input: '@0@.desktop.in'.format(application_id),
output: '@0@.desktop'.format(application_id),
install: true,
@@ -21,7 +21,7 @@ if desktop_file_validate.found()
)
endif
-appdata_file = i18n.merge_file('appdata',
+appdata_file = i18n.merge_file(
input: '@0@.appdata.xml.in'.format(application_id),
output: '@0@.appdata.xml'.format(application_id),
install: true,
--
GitLab

View file

@ -1,6 +1,6 @@
# Template file for 'gnome-sudoku'
pkgname=gnome-sudoku
version=40.2
version=42.0
revision=1
build_helper="gir"
build_style=meson
@ -10,5 +10,6 @@ short_desc="GNOME Sudoku Japanese logic game"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://wiki.gnome.org/Apps/Sudoku"
changelog="https://gitlab.gnome.org/GNOME/gnome-sudoku/-/raw/gnome-42/NEWS"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=36120531e3c7139581ea3800fbfe3c2b31694c440145ecc897ac34e562d754a3
checksum=1d2eb4ddb8026b443645cf3585b8df1244e3828ee1c07518052b2599e1c5c28f