Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package granatier for openSUSE:Factory 
checked in at 2026-04-17 21:49:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/granatier (Old)
 and      /work/SRC/openSUSE:Factory/.granatier.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "granatier"

Fri Apr 17 21:49:16 2026 rev:167 rq:1347370 version:26.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/granatier/granatier.changes      2026-03-07 
20:07:01.476645731 +0100
+++ /work/SRC/openSUSE:Factory/.granatier.new.11940/granatier.changes   
2026-04-17 21:51:20.738190653 +0200
@@ -1,0 +2,24 @@
+Sat Apr 11 16:13:27 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.04.0/
+- No code change since 26.03.90
+
+-------------------------------------------------------------------
+Mon Mar 30 12:10:01 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.90
+  * New feature release
+- No code change since 26.03.80
+
+-------------------------------------------------------------------
+Sat Mar 14 09:09:09 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.80
+  * New feature release
+- Changes since 25.12.3:
+  * documentation.yml is no more needed
+
+-------------------------------------------------------------------

Old:
----
  granatier-25.12.3.tar.xz
  granatier-25.12.3.tar.xz.sig

New:
----
  granatier-26.04.0.tar.xz
  granatier-26.04.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ granatier.spec ++++++
--- /var/tmp/diff_new_pack.53tprO/_old  2026-04-17 21:51:22.022243573 +0200
+++ /var/tmp/diff_new_pack.53tprO/_new  2026-04-17 21:51:22.030243903 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package granatier
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           granatier
-Version:        25.12.3
+Version:        26.04.0
 Release:        0
 Summary:        Bomberman-like game
 License:        GPL-2.0-or-later


++++++ granatier-25.12.3.tar.xz -> granatier-26.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/.flatpak-manifest.json 
new/granatier-26.04.0/.flatpak-manifest.json
--- old/granatier-25.12.3/.flatpak-manifest.json        2026-02-28 
12:40:58.000000000 +0100
+++ new/granatier-26.04.0/.flatpak-manifest.json        2026-04-08 
23:55:15.000000000 +0200
@@ -2,7 +2,7 @@
     "id": "org.kde.granatier",
     "branch": "master",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.8",
+    "runtime-version": "6.10",
     "sdk": "org.kde.Sdk",
     "command": "granatier",
     "tags": ["nightly"],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/.gitlab-ci.yml 
new/granatier-26.04.0/.gitlab-ci.yml
--- old/granatier-25.12.3/.gitlab-ci.yml        2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/.gitlab-ci.yml        2026-04-08 23:55:15.000000000 
+0200
@@ -15,3 +15,4 @@
       - /gitlab-templates/craft-macos-arm64-qt6.yml
       - /gitlab-templates/xml-lint.yml
       - /gitlab-templates/yaml-lint.yml
+      - /gitlab-templates/snap-snapcraft-lxd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/CMakeLists.txt 
new/granatier-26.04.0/CMakeLists.txt
--- old/granatier-25.12.3/CMakeLists.txt        2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/CMakeLists.txt        2026-04-08 23:55:15.000000000 
+0200
@@ -1,9 +1,9 @@
 cmake_minimum_required (VERSION 3.16 FATAL_ERROR)
 
 # Release Service version, managed by release script
-set (RELEASE_SERVICE_VERSION_MAJOR "25")
-set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MAJOR "26")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 # Bump GRANATIER_BASE_VERSION once new features are added
@@ -58,8 +58,8 @@
 find_package(KDEGames6 6.0.0 REQUIRED)
 
 ecm_set_disabled_deprecation_versions(
-    QT 6.9.0
-    KF 6.19.0
+    QT 6.10.0
+    KF 6.21.0
     KDEGAMES 6.0
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/arenas/clanbomber_Football.desktop 
new/granatier-26.04.0/arenas/clanbomber_Football.desktop
--- old/granatier-25.12.3/arenas/clanbomber_Football.desktop    2026-02-28 
12:40:58.000000000 +0100
+++ new/granatier-26.04.0/arenas/clanbomber_Football.desktop    2026-04-08 
23:55:15.000000000 +0200
@@ -20,6 +20,7 @@
 Name[he]=פוטבול
 Name[hr]=Football
 Name[hu]=Foci
+Name[ia]=Football
 Name[id]=Sepak Bola
 Name[it]=Football
 Name[ka]=ფეხბურთი
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/granatier-25.12.3/arenas/clanbomber_MungoBane.desktop 
new/granatier-26.04.0/arenas/clanbomber_MungoBane.desktop
--- old/granatier-25.12.3/arenas/clanbomber_MungoBane.desktop   2026-02-28 
12:40:58.000000000 +0100
+++ new/granatier-26.04.0/arenas/clanbomber_MungoBane.desktop   2026-04-08 
23:55:15.000000000 +0200
@@ -14,7 +14,7 @@
 Name[et]=Tapjakoll
 Name[eu]=Mungo Bane
 Name[fi]=Mungon kirous
-Name[fr]=Haricot mungo
+Name[fr]=Haricot Mungo
 Name[ga]=Mungo Bane
 Name[gl]=A perdición de Mungo
 Name[he]=מוּנגוֹ בֵּיִין
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ar/granatier.po 
new/granatier-26.04.0/po/ar/granatier.po
--- old/granatier-25.12.3/po/ar/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ar/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-16 11:46+0400\n"
 "Last-Translator: Zayed Al-Saidi <[email protected]>\n"
 "Language-Team: ar\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ast/granatier.po 
new/granatier-26.04.0/po/ast/granatier.po
--- old/granatier-25.12.3/po/ast/granatier.po   2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ast/granatier.po   2026-04-08 23:55:15.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2023-11-07 21:26+0100\n"
 "Last-Translator: Enol P. <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/bg/granatier.po 
new/granatier-26.04.0/po/bg/granatier.po
--- old/granatier-25.12.3/po/bg/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/bg/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-13 22:47+0200\n"
 "Last-Translator: Mincho Kondarev <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/bs/granatier.po 
new/granatier-26.04.0/po/bs/granatier.po
--- old/granatier-25.12.3/po/bs/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/bs/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdegames\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2014-10-20 19:24+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ca/granatier.po 
new/granatier-26.04.0/po/ca/granatier.po
--- old/granatier-25.12.3/po/ca/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ca/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-15 10:08+0200\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ca@valencia/granatier.po 
new/granatier-26.04.0/po/ca@valencia/granatier.po
--- old/granatier-25.12.3/po/ca@valencia/granatier.po   2026-02-28 
12:40:58.000000000 +0100
+++ new/granatier-26.04.0/po/ca@valencia/granatier.po   2026-04-08 
23:55:15.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-15 10:08+0200\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/cs/granatier.po 
new/granatier-26.04.0/po/cs/granatier.po
--- old/granatier-25.12.3/po/cs/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/cs/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -8,9 +8,9 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-30 09:51+0200\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/da/granatier.po 
new/granatier-26.04.0/po/da/granatier.po
--- old/granatier-25.12.3/po/da/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/da/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2022-08-08 17:35+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/de/granatier.po 
new/granatier-26.04.0/po/de/granatier.po
--- old/granatier-25.12.3/po/de/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/de/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-08-20 20:13+0200\n"
 "Last-Translator: Johannes Obermayr <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/el/granatier.po 
new/granatier-26.04.0/po/el/granatier.po
--- old/granatier-25.12.3/po/el/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/el/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-09-19 14:59+0300\n"
 "Last-Translator: Antonis Geralis <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/en_GB/granatier.po 
new/granatier-26.04.0/po/en_GB/granatier.po
--- old/granatier-25.12.3/po/en_GB/granatier.po 2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/en_GB/granatier.po 2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-21 19:27+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/eo/granatier.po 
new/granatier-26.04.0/po/eo/granatier.po
--- old/granatier-25.12.3/po/eo/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/eo/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-30 07:49+0200\n"
 "Last-Translator: Oliver Kellogg <[email protected]>\n"
 "Language-Team: esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/es/granatier.po 
new/granatier-26.04.0/po/es/granatier.po
--- old/granatier-25.12.3/po/es/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/es/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2025-07-06 22:48+0100\n"
 "Last-Translator: Sofía Priego <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/et/granatier.po 
new/granatier-26.04.0/po/et/granatier.po
--- old/granatier-25.12.3/po/et/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/et/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2019-11-11 12:13+0200\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/eu/granatier.po 
new/granatier-26.04.0/po/eu/granatier.po
--- old/granatier-25.12.3/po/eu/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/eu/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2025-07-23 13:57+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/fi/granatier.po 
new/granatier-26.04.0/po/fi/granatier.po
--- old/granatier-25.12.3/po/fi/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/fi/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-10-27 09:57+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/fr/granatier.po 
new/granatier-26.04.0/po/fr/granatier.po
--- old/granatier-25.12.3/po/fr/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/fr/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2025-01-05 10:18+0100\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
 "Language-Team: French <French <[email protected]>>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ga/granatier.po 
new/granatier-26.04.0/po/ga/granatier.po
--- old/granatier-25.12.3/po/ga/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ga/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: playground-games/granatier.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2009-01-20 10:11-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/gl/granatier.po 
new/granatier-26.04.0/po/gl/granatier.po
--- old/granatier-25.12.3/po/gl/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/gl/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-17 20:59+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Proxecto Trasno ([email protected])\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/he/granatier.po 
new/granatier-26.04.0/po/he/granatier.po
--- old/granatier-25.12.3/po/he/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/he/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-15 06:50+0300\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: צוות התרגום של KDE ישראל\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/hi/granatier.po 
new/granatier-26.04.0/po/hi/granatier.po
--- old/granatier-25.12.3/po/hi/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/hi/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-12-15 15:57+0530\n"
 "Last-Translator: Kali <EMAIL@ADDRESS>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/hr/granatier.po 
new/granatier-26.04.0/po/hr/granatier.po
--- old/granatier-25.12.3/po/hr/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/hr/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2010-01-24 17:06+0100\n"
 "Last-Translator: Andrej Dundovic <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/hu/granatier.po 
new/granatier-26.04.0/po/hu/granatier.po
--- old/granatier-25.12.3/po/hu/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/hu/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-07-31 21:37+0200\n"
 "Last-Translator: Kristof Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ia/granatier.po 
new/granatier-26.04.0/po/ia/granatier.po
--- old/granatier-25.12.3/po/ia/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ia/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) 2024 This file is copyright:
 # This file is distributed under the same license as the granatier package.
 #
-# SPDX-FileCopyrightText: 2023, 2024 giovanni <[email protected]>
+# SPDX-FileCopyrightText: 2023, 2024, 2026 giovanni <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
-"PO-Revision-Date: 2024-07-12 16:16+0200\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
+"PO-Revision-Date: 2026-01-21 12:41+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
@@ -127,7 +127,7 @@
 #: config/granatier.kcfg:13
 #, kde-format
 msgid "The graphical theme to be used."
-msgstr ""
+msgstr "Le thema graohic essera usate."
 
 #. i18n: ectx: label, entry (Arena), group (General)
 #: config/granatier.kcfg:17
@@ -255,7 +255,7 @@
 #: infooverlay.cpp:68
 #, kde-format
 msgid "GET READY !!!"
-msgstr ""
+msgstr "PREPARA TE !!!"
 
 #: infooverlay.cpp:73
 #, kde-format
@@ -346,7 +346,7 @@
 #: mainwindow.cpp:140
 #, kde-format
 msgid "Are you sure you want to quit the current game?"
-msgstr ""
+msgstr "Tu es secur que tu vole abandonar le joco currente?"
 
 #: mainwindow.cpp:141
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/id/granatier.po 
new/granatier-26.04.0/po/id/granatier.po
--- old/granatier-25.12.3/po/id/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/id/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2019-09-04 18:29+0700\n"
 "Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/is/granatier.po 
new/granatier-26.04.0/po/is/granatier.po
--- old/granatier-25.12.3/po/is/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/is/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2015-01-29 09:07+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: Icelandic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/it/granatier.po 
new/granatier-26.04.0/po/it/granatier.po
--- old/granatier-25.12.3/po/it/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/it/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-18 21:55+0200\n"
 "Last-Translator: Valter Mura <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ja/granatier.po 
new/granatier-26.04.0/po/ja/granatier.po
--- old/granatier-25.12.3/po/ja/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ja/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2010-09-26 12:08-0700\n"
 "Last-Translator: Fumiaki Okushi <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ka/granatier.po 
new/granatier-26.04.0/po/ka/granatier.po
--- old/granatier-25.12.3/po/ka/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ka/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-15 05:24+0200\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: Georgian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/kk/granatier.po 
new/granatier-26.04.0/po/kk/granatier.po
--- old/granatier-25.12.3/po/kk/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/kk/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2012-07-30 08:18+0600\n"
 "Last-Translator: Sairan Kikkarin\n"
 "Language-Team: Kazakh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/km/granatier.po 
new/granatier-26.04.0/po/km/granatier.po
--- old/granatier-25.12.3/po/km/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/km/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2009-10-28 07:37+0700\n"
 "Last-Translator: Morn Met\n"
 "Language-Team: Khmer <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ko/granatier.po 
new/granatier-26.04.0/po/ko/granatier.po
--- old/granatier-25.12.3/po/ko/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ko/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-08-19 23:12+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/lt/granatier.po 
new/granatier-26.04.0/po/lt/granatier.po
--- old/granatier-25.12.3/po/lt/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/lt/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2015-12-29 21:35+0200\n"
 "Last-Translator: Mindaugas Baranauskas <[email protected]>\n"
 "Language-Team: lt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/lv/granatier.po 
new/granatier-26.04.0/po/lv/granatier.po
--- old/granatier-25.12.3/po/lv/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/lv/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-08-22 15:46+0300\n"
 "Last-Translator: Toms Trasuns <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/mai/granatier.po 
new/granatier-26.04.0/po/mai/granatier.po
--- old/granatier-25.12.3/po/mai/granatier.po   2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/mai/granatier.po   2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2010-09-24 16:38+0530\n"
 "Last-Translator: Rajesh Ranjan <[email protected]>\n"
 "Language-Team: Maithili <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ml/granatier.po 
new/granatier-26.04.0/po/ml/granatier.po
--- old/granatier-25.12.3/po/ml/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ml/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2019-12-12 22:07+0000\n"
 "Last-Translator: Vivek KJ Pazhedath <[email protected]>\n"
 "Language-Team: SMC <smc.org.in>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/mr/granatier.po 
new/granatier-26.04.0/po/mr/granatier.po
--- old/granatier-25.12.3/po/mr/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/mr/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2013-03-13 13:03+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: Marathi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ms/granatier.po 
new/granatier-26.04.0/po/ms/granatier.po
--- old/granatier-25.12.3/po/ms/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ms/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2009-07-18 00:11+0800\n"
 "Last-Translator: Sharuzzaman Ahmat Raslan <[email protected]>\n"
 "Language-Team: Malay <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/nb/granatier.po 
new/granatier-26.04.0/po/nb/granatier.po
--- old/granatier-25.12.3/po/nb/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/nb/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2012-12-11 20:05+0100\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/nds/granatier.po 
new/granatier-26.04.0/po/nds/granatier.po
--- old/granatier-25.12.3/po/nds/granatier.po   2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/nds/granatier.po   2026-04-08 23:55:15.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2014-05-13 19:11+0200\n"
 "Last-Translator: Sönke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/nl/granatier.po 
new/granatier-26.04.0/po/nl/granatier.po
--- old/granatier-25.12.3/po/nl/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/nl/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-15 10:14+0200\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/nn/granatier.po 
new/granatier-26.04.0/po/nn/granatier.po
--- old/granatier-25.12.3/po/nn/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/nn/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-07-26 14:46+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/pl/granatier.po 
new/granatier-26.04.0/po/pl/granatier.po
--- old/granatier-25.12.3/po/pl/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/pl/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-07-14 13:08+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/pt/granatier.po 
new/granatier-26.04.0/po/pt/granatier.po
--- old/granatier-25.12.3/po/pt/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/pt/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2022-07-07 11:10+0100\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/pt_BR/granatier.po 
new/granatier-26.04.0/po/pt_BR/granatier.po
--- old/granatier-25.12.3/po/pt_BR/granatier.po 2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/pt_BR/granatier.po 2026-04-08 23:55:15.000000000 
+0200
@@ -11,8 +11,8 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
-"PO-Revision-Date: 2025-11-08 21:16-0300\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
+"PO-Revision-Date: 2025-11-08 21:10-0300\n"
 "Last-Translator: Guilherme Marçal Silva <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
 "Language: pt_BR\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ro/granatier.po 
new/granatier-26.04.0/po/ro/granatier.po
--- old/granatier-25.12.3/po/ro/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ro/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2014-03-26 19:13+0200\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ru/granatier.po 
new/granatier-26.04.0/po/ru/granatier.po
--- old/granatier-25.12.3/po/ru/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ru/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-10-01 17:11+0300\n"
 "Last-Translator: Olesya Gerasimenko <[email protected]>\n"
 "Language-Team: Basealt Translation Team\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/sa/granatier.po 
new/granatier-26.04.0/po/sa/granatier.po
--- old/granatier-25.12.3/po/sa/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/sa/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-12-24 20:39+0530\n"
 "Last-Translator: kali <[email protected]>\n"
 "Language-Team: Sanskrit <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/sk/granatier.po 
new/granatier-26.04.0/po/sk/granatier.po
--- old/granatier-25.12.3/po/sk/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/sk/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2023-12-05 17:26+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -15,8 +15,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 23.08.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Lokalize 23.08.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -29,9 +29,7 @@
 msgstr "[email protected]"
 
 #: config/arenaselector.cpp:268 config/playerselectoritem.cpp:177
-#, fuzzy, kde-format
-#| msgctxt "Author attribution, e.g. \"by Jack\""
-#| msgid "by %1"
+#, kde-format
 msgctxt "@info author attribution"
 msgid "By %1"
 msgstr "od %1"
@@ -44,10 +42,9 @@
 
 #. i18n: ectx: property (text), widget (QPushButton, getNewButton)
 #: config/arenaselector.ui:43
-#, fuzzy, kde-format
-#| msgid "&Get New Arenas..."
+#, kde-format
 msgid "Download New Arenas…"
-msgstr "Zí&skať nové arény..."
+msgstr "Stiahnuť nové arény…"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: config/generalsettings.ui:17
@@ -212,41 +209,31 @@
 msgstr "Toto je len pre výtvarníkov, na uľahčenie práce."
 
 #: config/playerselectoritem.cpp:71
-#, fuzzy, kde-format
-#| msgctxt "Label for the key sequence to move the player."
-#| msgid "Left:"
+#, kde-format
 msgctxt "@label:chooser for the key sequence to move the player."
 msgid "Left:"
 msgstr "Vľavo:"
 
 #: config/playerselectoritem.cpp:84
-#, fuzzy, kde-format
-#| msgctxt "Label for the key sequence to move the player."
-#| msgid "Up:"
+#, kde-format
 msgctxt "@label:chooser for the key sequence to move the player."
 msgid "Up:"
 msgstr "Hore:"
 
 #: config/playerselectoritem.cpp:98
-#, fuzzy, kde-format
-#| msgctxt "Label for the key sequence to move the player."
-#| msgid "Right:"
+#, kde-format
 msgctxt "@label:chooser for the key sequence to move the player."
 msgid "Right:"
 msgstr "Vpravo:"
 
 #: config/playerselectoritem.cpp:112
-#, fuzzy, kde-format
-#| msgctxt "Label for the key sequence to move the player."
-#| msgid "Down:"
+#, kde-format
 msgctxt "@label:chooser for the key sequence to move the player."
 msgid "Down:"
 msgstr "Dolu:"
 
 #: config/playerselectoritem.cpp:125
-#, fuzzy, kde-format
-#| msgctxt "Label for the key sequence to move the player."
-#| msgid "Bomb:"
+#, kde-format
 msgctxt "@label:chooser for the key sequence to move the player."
 msgid "Bomb:"
 msgstr "Bomba:"
@@ -352,8 +339,7 @@
 msgstr "Nathalie Liesse"
 
 #: mainwindow.cpp:62
-#, fuzzy, kde-format
-#| msgid "&Play sounds"
+#, kde-format
 msgctxt "@option:check"
 msgid "Play Sounds"
 msgstr "Pre&hrávať zvuky"
@@ -376,30 +362,25 @@
 msgstr "Ukončiť hru"
 
 #: mainwindow.cpp:179
-#, fuzzy, kde-format
-#| msgctxt "General settings"
-#| msgid "General"
+#, kde-format
 msgctxt "@title:tab General settings"
 msgid "General"
 msgstr "Všeobecné"
 
 #: mainwindow.cpp:183
-#, fuzzy, kde-format
-#| msgid "Theme"
+#, kde-format
 msgctxt "@title:tab"
 msgid "Theme"
 msgstr "Téma"
 
 #: mainwindow.cpp:185
-#, fuzzy, kde-format
-#| msgid "Arena"
+#, kde-format
 msgctxt "@title:tab"
 msgid "Arena"
 msgstr "Aréna"
 
 #: mainwindow.cpp:187
-#, fuzzy, kde-format
-#| msgid "Player"
+#, kde-format
 msgctxt "@title:tab"
 msgid "Player"
 msgstr "Hráč"
@@ -410,9 +391,7 @@
 msgstr "Naozaj chcete ukončiť hru Granatier?"
 
 #: mainwindow.cpp:239
-#, fuzzy, kde-format
-#| msgctxt "To quit Granatier"
-#| msgid "Quit"
+#, kde-format
 msgctxt "@title:window To quit Granatier"
 msgid "Quit"
 msgstr "Ukončiť"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/sl/granatier.po 
new/granatier-26.04.0/po/sl/granatier.po
--- old/granatier-25.12.3/po/sl/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/sl/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-15 07:25+0200\n"
 "Last-Translator: Matjaž Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/sr/granatier.po 
new/granatier-26.04.0/po/sr/granatier.po
--- old/granatier-25.12.3/po/sr/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/sr/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-02-27 21:47+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/sr@ijekavian/granatier.po 
new/granatier-26.04.0/po/sr@ijekavian/granatier.po
--- old/granatier-25.12.3/po/sr@ijekavian/granatier.po  2026-02-28 
12:40:58.000000000 +0100
+++ new/granatier-26.04.0/po/sr@ijekavian/granatier.po  2026-04-08 
23:55:15.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-02-27 21:47+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/sr@ijekavianlatin/granatier.po 
new/granatier-26.04.0/po/sr@ijekavianlatin/granatier.po
--- old/granatier-25.12.3/po/sr@ijekavianlatin/granatier.po     2026-02-28 
12:40:58.000000000 +0100
+++ new/granatier-26.04.0/po/sr@ijekavianlatin/granatier.po     2026-04-08 
23:55:15.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-02-27 21:47+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/sr@latin/granatier.po 
new/granatier-26.04.0/po/sr@latin/granatier.po
--- old/granatier-25.12.3/po/sr@latin/granatier.po      2026-02-28 
12:40:58.000000000 +0100
+++ new/granatier-26.04.0/po/sr@latin/granatier.po      2026-04-08 
23:55:15.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-02-27 21:47+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/sv/granatier.po 
new/granatier-26.04.0/po/sv/granatier.po
--- old/granatier-25.12.3/po/sv/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/sv/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-06-17 17:37+0200\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/th/granatier.po 
new/granatier-26.04.0/po/th/granatier.po
--- old/granatier-25.12.3/po/th/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/th/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2025-03-03 20:07+0700\n"
 "Last-Translator: Pongsakorn S. <[email protected]>\n"
 "Language-Team: Thai\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/tr/granatier.po 
new/granatier-26.04.0/po/tr/granatier.po
--- old/granatier-25.12.3/po/tr/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/tr/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdegames-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2025-03-13 15:54+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/ug/granatier.po 
new/granatier-26.04.0/po/ug/granatier.po
--- old/granatier-25.12.3/po/ug/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/ug/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/uk/granatier.po 
new/granatier-26.04.0/po/uk/granatier.po
--- old/granatier-25.12.3/po/uk/granatier.po    2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/uk/granatier.po    2026-04-08 23:55:15.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-15 09:47+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/zh_CN/granatier.po 
new/granatier-26.04.0/po/zh_CN/granatier.po
--- old/granatier-25.12.3/po/zh_CN/granatier.po 2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/zh_CN/granatier.po 2026-04-08 23:55:15.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-04-22 15:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/po/zh_TW/granatier.po 
new/granatier-26.04.0/po/zh_TW/granatier.po
--- old/granatier-25.12.3/po/zh_TW/granatier.po 2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/po/zh_TW/granatier.po 2026-04-08 23:55:15.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-18 16:21+0900\n"
 "Last-Translator: Kisaragi Hiu <[email protected]>\n"
 "Language-Team: Traditional Chinese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/snapcraft.yaml 
new/granatier-26.04.0/snapcraft.yaml
--- old/granatier-25.12.3/snapcraft.yaml        2026-02-28 12:40:58.000000000 
+0100
+++ new/granatier-26.04.0/snapcraft.yaml        2026-04-08 23:55:15.000000000 
+0200
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2024-2025 Scarlett Moore <[email protected]>
+# SPDX-FileCopyrightText: 2024-2026 Scarlett Moore <[email protected]>
 #
 # SPDX-License-Identifier: CC0-1.0
 ---
@@ -26,8 +26,22 @@
     plugin: cmake
     source: .
     source-type: local
+    build-snaps:
+      - kde-qt6-core24-sdk/latest/beta
+      - kf6-core24-sdk/latest/beta
     build-packages:
       - libpulse0
+      - libtag1-dev
+      - libxml2-dev
+      - gettext
+      - doxygen
+      - graphviz
+      - libxml2-utils
+      - docbook-xml
+      - docbook-xsl
+      - libglx-dev
+      - libgl-dev
+      - libglvnd-dev
     stage-packages:
       - libpulse0
     cmake-parameters:
@@ -36,20 +50,6 @@
       - -DQT_MAJOR_VERSION=6
       - -DBUILD_WITH_QT6=ON
       - -DBUILD_TESTING=OFF
-      - -DCMAKE_INSTALL_SYSCONFDIR=/etc
-      - -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-      - -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-      - -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-      - -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-      - -DCMAKE_INSTALL_RUNSTATEDIR=/run
-      - -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON
-      - -DCMAKE_VERBOSE_MAKEFILE=ON
-      - -DCMAKE_INSTALL_LIBDIR=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
-      - --log-level=STATUS
-      - -DCMAKE_LIBRARY_PATH=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
-    build-environment: &build-environment
-      - LD_LIBRARY_PATH: >
-          
"/snap/mesa-2404/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libproxy:$LD_LIBRARY_PATH"
     prime:
       - -usr/lib/*/cmake/*
       - -usr/include/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-25.12.3/src/org.kde.granatier.appdata.xml 
new/granatier-26.04.0/src/org.kde.granatier.appdata.xml
--- old/granatier-25.12.3/src/org.kde.granatier.appdata.xml     2026-02-28 
12:40:58.000000000 +0100
+++ new/granatier-26.04.0/src/org.kde.granatier.appdata.xml     2026-04-08 
23:55:15.000000000 +0200
@@ -188,6 +188,7 @@
     <binary>granatier</binary>
   </provides>
   <releases>
+    <release version="1.4.26040" date="2026-04-16"/>
     <release version="1.4.25123" date="2026-03-05"/>
     <release version="1.4.25122" date="2026-02-05"/>
     <release version="1.4.25121" date="2026-01-08"/>

Reply via email to