[packages/gnome-games] Rel 5
arekm
arekm at pld-linux.org
Wed Aug 20 21:53:18 CEST 2025
commit 2fae18aebde24cb33815ce758de011be9670114f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Aug 20 21:53:12 2025 +0200
Rel 5
build.patch | 20 ++++++++++++++++++++
gnome-games.spec | 4 +++-
2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/gnome-games.spec b/gnome-games.spec
index cf6a2c9..9b11141 100644
--- a/gnome-games.spec
+++ b/gnome-games.spec
@@ -2,12 +2,13 @@ Summary: Video games for GNOME
Summary(pl.UTF-8): Gry wideo dla GNOME
Name: gnome-games
Version: 40.0
-Release: 4
+Release: 5
Epoch: 1
License: GPL v3+
Group: X11/Applications/Games
Source0: https://download.gnome.org/sources/gnome-games/40/%{name}-%{version}.tar.xz
# Source0-md5: c39e68fa7e42ca0b9377de3f6af206eb
+Patch0: build.patch
URL: https://wiki.gnome.org/Apps/Games
BuildRequires: gettext-tools
BuildRequires: glib2-devel >= 1:2.38
@@ -71,6 +72,7 @@ Usługa wyszukiwania GNOME Games dla powłoki GNOME.
%prep
%setup -q
+%patch -P0 -p1
%build
%meson \
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..a74f851
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,20 @@
+--- gnome-games-40.0/data/meson.build~ 2021-03-20 16:37:54.000000000 +0100
++++ gnome-games-40.0/data/meson.build 2025-08-20 21:50:05.637996114 +0200
+@@ -44,7 +44,7 @@ mime_types = [
+ desktop_conf = configuration_data()
+ desktop_conf.set('icon', application_id)
+ desktop_conf.set('mimetypes', ';'.join(mime_types) + ';')
+-desktop_file = i18n.merge_file ('desktop-file',
++desktop_file = i18n.merge_file (
+ type: 'desktop',
+ input: configure_file(
+ input: files('org.gnome.Games.desktop.in.in'),
+@@ -70,7 +70,7 @@ endif
+
+ appdata_conf = configuration_data()
+ appdata_conf.set('appid', application_id)
+-appdata_file = i18n.merge_file ('appdata-file',
++appdata_file = i18n.merge_file (
+ input: configure_file(
+ input: files('org.gnome.Games.appdata.xml.in.in'),
+ output: 'org.gnome.Games.appdata.xml.in',
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-games.git/commitdiff/2fae18aebde24cb33815ce758de011be9670114f
More information about the pld-cvs-commit
mailing list