Script 'mail_helper' called by obssrc
Hello community,

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

Package is "picmi"

Fri Apr 17 21:52:11 2026 rev:167 rq:1347563 version:26.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/picmi/picmi.changes      2026-03-07 
20:13:14.820099559 +0100
+++ /work/SRC/openSUSE:Factory/.picmi.new.11940/picmi.changes   2026-04-17 
21:55:57.225597191 +0200
@@ -1,0 +2,24 @@
+Sat Apr 11 16:14:49 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:11:00 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:10:08 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:
----
  picmi-25.12.3.tar.xz
  picmi-25.12.3.tar.xz.sig

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

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

Other differences:
------------------
++++++ picmi.spec ++++++
--- /var/tmp/diff_new_pack.d5jJcK/_old  2026-04-17 21:55:58.105633472 +0200
+++ /var/tmp/diff_new_pack.d5jJcK/_new  2026-04-17 21:55:58.105633472 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package picmi
 #
-# 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:           picmi
-Version:        25.12.3
+Version:        26.04.0
 Release:        0
 Summary:        Nonogram Logic game
 License:        GPL-2.0-or-later


++++++ picmi-25.12.3.tar.xz -> picmi-26.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/.flatpak-manifest.json 
new/picmi-26.04.0/.flatpak-manifest.json
--- old/picmi-25.12.3/.flatpak-manifest.json    2026-02-28 12:52:52.000000000 
+0100
+++ new/picmi-26.04.0/.flatpak-manifest.json    2026-04-09 00:29:34.000000000 
+0200
@@ -2,12 +2,18 @@
     "id": "org.kde.picmi",
     "branch": "master",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.9",
+    "runtime-version": "6.10",
     "sdk": "org.kde.Sdk",
     "command": "picmi",
-    "tags": ["nightly"],
+    "tags": [
+        "nightly"
+    ],
     "desktop-file-name-suffix": " (Nightly)",
-    "finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland" 
],
+    "finish-args": [
+        "--share=ipc",
+        "--socket=fallback-x11",
+        "--socket=wayland"
+    ],
     "cleanup": [
         "*.a",
         "*.la",
@@ -23,25 +29,34 @@
     ],
     "modules": [
         {
-            "config-opts": [ "-DENABLE_TESTING=OFF" ],
+            "config-opts": [
+                "-DENABLE_TESTING=OFF"
+            ],
             "name": "libkdegames",
             "buildsystem": "cmake-ninja",
-            "sources": [ { "type": "git", "url": 
"https://invent.kde.org/kde/libkdegames.git"; } ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://invent.kde.org/kde/libkdegames.git";
+                }
+            ],
             "modules": [
                 {
-                    "config-opts": [ "-DENABLE_TESTING=OFF" ],
+                    "config-opts": [
+                        "-DENABLE_TESTING=OFF"
+                    ],
                     "name": "openal",
                     "buildsystem": "cmake-ninja",
                     "sources": [
                         {
                             "type": "git",
                             "url": "https://github.com/kcat/openal-soft.git";,
-                            "tag": "1.23.1",
+                            "tag": "1.24.3",
                             "x-checker-data": {
                                 "type": "git",
                                 "tag-pattern": "^([\\d.]+)$"
                             },
-                            "commit": 
"d3875f333fb6abe2f39d82caca329414871ae53b"
+                            "commit": 
"dc7d7054a5b4f3bec1dc23a42fd616a0847af948"
                         }
                     ]
                 }
@@ -52,7 +67,10 @@
             "buildsystem": "cmake-ninja",
             "builddir": true,
             "sources": [
-                { "type": "dir", "path": "." }
+                {
+                    "type": "dir",
+                    "path": "."
+                }
             ]
         }
     ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/.gitlab-ci.yml 
new/picmi-26.04.0/.gitlab-ci.yml
--- old/picmi-25.12.3/.gitlab-ci.yml    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/.gitlab-ci.yml    2026-04-09 00:29:34.000000000 +0200
@@ -13,3 +13,4 @@
       - /gitlab-templates/craft-windows-appx-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/picmi-25.12.3/CMakeLists.txt 
new/picmi-26.04.0/CMakeLists.txt
--- old/picmi-25.12.3/CMakeLists.txt    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/CMakeLists.txt    2026-04-09 00:29:34.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 # KDE Gear 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 PICMI_BASE_VERSION once new features are added
@@ -52,8 +52,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/picmi-25.12.3/org.kde.picmi.appdata.xml 
new/picmi-26.04.0/org.kde.picmi.appdata.xml
--- old/picmi-25.12.3/org.kde.picmi.appdata.xml 2026-02-28 12:52:52.000000000 
+0100
+++ new/picmi-26.04.0/org.kde.picmi.appdata.xml 2026-04-09 00:29:34.000000000 
+0200
@@ -156,6 +156,7 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="2.0.26040" date="2026-04-16"/>
     <release version="2.0.25123" date="2026-03-05"/>
     <release version="2.0.25122" date="2026-02-05"/>
     <release version="2.0.25121" date="2026-01-08"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/ar/picmi.po 
new/picmi-26.04.0/po/ar/picmi.po
--- old/picmi-25.12.3/po/ar/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ar/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2025-08-30 09:52+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/picmi-25.12.3/po/ast/picmi.po 
new/picmi-26.04.0/po/ast/picmi.po
--- old/picmi-25.12.3/po/ast/picmi.po   2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ast/picmi.po   2026-04-09 00:29:34.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2023-11-07 21:27+0100\n"
 "Last-Translator: Enol P. <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/bs/picmi.po 
new/picmi-26.04.0/po/bs/picmi.po
--- old/picmi-25.12.3/po/bs/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/bs/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kde 49i410\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:50+0000\n"
 "PO-Revision-Date: 2014-10-20 19:47+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/ca/picmi.po 
new/picmi-26.04.0/po/ca/picmi.po
--- old/picmi-25.12.3/po/ca/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ca/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-05-02 15:58+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/picmi-25.12.3/po/ca@valencia/picmi.po 
new/picmi-26.04.0/po/ca@valencia/picmi.po
--- old/picmi-25.12.3/po/ca@valencia/picmi.po   2026-02-28 12:52:52.000000000 
+0100
+++ new/picmi-26.04.0/po/ca@valencia/picmi.po   2026-04-09 00:29:34.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-05-02 15:58+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/picmi-25.12.3/po/cs/picmi.po 
new/picmi-26.04.0/po/cs/picmi.po
--- old/picmi-25.12.3/po/cs/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/cs/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -7,9 +7,9 @@
 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:50+0000\n"
 "PO-Revision-Date: 2024-05-30 10:47+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/picmi-25.12.3/po/da/picmi.po 
new/picmi-26.04.0/po/da/picmi.po
--- old/picmi-25.12.3/po/da/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/da/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2020-07-21 18:05+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/picmi-25.12.3/po/de/picmi.po 
new/picmi-26.04.0/po/de/picmi.po
--- old/picmi-25.12.3/po/de/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/de/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-08-31 00:34+0200\n"
 "Last-Translator: Alois.spitzbart <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/el/picmi.po 
new/picmi-26.04.0/po/el/picmi.po
--- old/picmi-25.12.3/po/el/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/el/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2021-10-10 08:01+0300\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/en_GB/picmi.po 
new/picmi-26.04.0/po/en_GB/picmi.po
--- old/picmi-25.12.3/po/en_GB/picmi.po 2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/en_GB/picmi.po 2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2024-05-23 19:26+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/picmi-25.12.3/po/eo/picmi.po 
new/picmi-26.04.0/po/eo/picmi.po
--- old/picmi-25.12.3/po/eo/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/eo/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-05-04 13:23+0100\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/picmi-25.12.3/po/es/picmi.po 
new/picmi-26.04.0/po/es/picmi.po
--- old/picmi-25.12.3/po/es/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/es/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2025-07-07 18:11+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/picmi-25.12.3/po/et/picmi.po 
new/picmi-26.04.0/po/et/picmi.po
--- old/picmi-25.12.3/po/et/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/et/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2020-02-08 12:41+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/picmi-25.12.3/po/eu/picmi.po 
new/picmi-26.04.0/po/eu/picmi.po
--- old/picmi-25.12.3/po/eu/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/eu/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-07-11 10:20+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/picmi-25.12.3/po/fi/picmi.po 
new/picmi-26.04.0/po/fi/picmi.po
--- old/picmi-25.12.3/po/fi/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/fi/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-10-17 10:49+0300\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/picmi-25.12.3/po/fr/picmi.po 
new/picmi-26.04.0/po/fr/picmi.po
--- old/picmi-25.12.3/po/fr/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/fr/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2024-05-03 12:26+0200\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/picmi-25.12.3/po/ga/picmi.po 
new/picmi-26.04.0/po/ga/picmi.po
--- old/picmi-25.12.3/po/ga/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ga/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2012-02-27 21:35-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/picmi-25.12.3/po/gl/picmi.po 
new/picmi-26.04.0/po/gl/picmi.po
--- old/picmi-25.12.3/po/gl/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/gl/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2024-05-04 10:54+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/picmi-25.12.3/po/he/picmi.po 
new/picmi-26.04.0/po/he/picmi.po
--- old/picmi-25.12.3/po/he/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/he/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-05-02 22:02+0300\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: צוות התרגום של KDE ישראל\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/hi/picmi.po 
new/picmi-26.04.0/po/hi/picmi.po
--- old/picmi-25.12.3/po/hi/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/hi/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-12-15 15:58+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/picmi-25.12.3/po/hu/picmi.po 
new/picmi-26.04.0/po/hu/picmi.po
--- old/picmi-25.12.3/po/hu/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/hu/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2024-07-27 21:35+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/picmi-25.12.3/po/ia/picmi.po 
new/picmi-26.04.0/po/ia/picmi.po
--- old/picmi-25.12.3/po/ia/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ia/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-05-02 12:34+0200\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/it/picmi.po 
new/picmi-26.04.0/po/it/picmi.po
--- old/picmi-25.12.3/po/it/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/it/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-05-02 14:24+0200\n"
 "Last-Translator: Vincenzo Reale <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/ja/picmi.po 
new/picmi-26.04.0/po/ja/picmi.po
--- old/picmi-25.12.3/po/ja/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ja/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2012-02-26 14:44-0800\n"
 "Last-Translator: Japanese KDE translation team <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/ka/picmi.po 
new/picmi-26.04.0/po/ka/picmi.po
--- old/picmi-25.12.3/po/ka/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ka/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-05-02 06:06+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/picmi-25.12.3/po/kk/picmi.po 
new/picmi-26.04.0/po/kk/picmi.po
--- old/picmi-25.12.3/po/kk/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/kk/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2013-11-18 04:23+0600\n"
 "Last-Translator: Sairan Kikkarin <[email protected]>\n"
 "Language-Team: Kazakh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/ko/picmi.po 
new/picmi-26.04.0/po/ko/picmi.po
--- old/picmi-25.12.3/po/ko/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ko/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-08-19 23:35+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/picmi-25.12.3/po/lt/picmi.po 
new/picmi-26.04.0/po/lt/picmi.po
--- old/picmi-25.12.3/po/lt/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/lt/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: l 10n\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:50+0000\n"
 "PO-Revision-Date: 2014-03-17 20:43+0200\n"
 "Last-Translator: Liudas Ališauskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/lv/picmi.po 
new/picmi-26.04.0/po/lv/picmi.po
--- old/picmi-25.12.3/po/lv/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/lv/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-05-28 13:42+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/picmi-25.12.3/po/ml/picmi.po 
new/picmi-26.04.0/po/ml/picmi.po
--- old/picmi-25.12.3/po/ml/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ml/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2019-12-12 21:53+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/picmi-25.12.3/po/mr/picmi.po 
new/picmi-26.04.0/po/mr/picmi.po
--- old/picmi-25.12.3/po/mr/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/mr/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2013-03-13 13:23+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/picmi-25.12.3/po/nb/picmi.po 
new/picmi-26.04.0/po/nb/picmi.po
--- old/picmi-25.12.3/po/nb/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/nb/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2014-01-07 14:22+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/picmi-25.12.3/po/nds/picmi.po 
new/picmi-26.04.0/po/nds/picmi.po
--- old/picmi-25.12.3/po/nds/picmi.po   2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/nds/picmi.po   2026-04-09 00:29:34.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2014-06-11 00:45+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/picmi-25.12.3/po/nl/picmi.po 
new/picmi-26.04.0/po/nl/picmi.po
--- old/picmi-25.12.3/po/nl/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/nl/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2024-05-02 10:29+0200\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/nn/picmi.po 
new/picmi-26.04.0/po/nn/picmi.po
--- old/picmi-25.12.3/po/nn/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/nn/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2024-09-25 19:29+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/picmi-25.12.3/po/pl/picmi.po 
new/picmi-26.04.0/po/pl/picmi.po
--- old/picmi-25.12.3/po/pl/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/pl/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2024-05-26 12:05+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/picmi-25.12.3/po/pt/picmi.po 
new/picmi-26.04.0/po/pt/picmi.po
--- old/picmi-25.12.3/po/pt/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/pt/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2021-10-14 15:47+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/picmi-25.12.3/po/pt_BR/picmi.po 
new/picmi-26.04.0/po/pt_BR/picmi.po
--- old/picmi-25.12.3/po/pt_BR/picmi.po 2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/pt_BR/picmi.po 2026-04-09 00:29:34.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2025-08-14 18:15-0300\n"
 "Last-Translator: Marcus Gama <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/ro/picmi.po 
new/picmi-26.04.0/po/ro/picmi.po
--- old/picmi-25.12.3/po/ro/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ro/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2013-11-23 20:46+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/picmi-25.12.3/po/ru/picmi.po 
new/picmi-26.04.0/po/ru/picmi.po
--- old/picmi-25.12.3/po/ru/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ru/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2024-10-10 11:08+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/picmi-25.12.3/po/sa/picmi.po 
new/picmi-26.04.0/po/sa/picmi.po
--- old/picmi-25.12.3/po/sa/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/sa/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+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/picmi-25.12.3/po/sk/picmi.po 
new/picmi-26.04.0/po/sk/picmi.po
--- old/picmi-25.12.3/po/sk/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/sk/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2022-04-09 20:14+0200\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -12,8 +12,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.12.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Lokalize 21.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -443,37 +443,31 @@
 msgstr "POZASTAVENÉ"
 
 #: src/gui/mainwindow.cpp:62
-#, fuzzy, kde-format
-#| msgid "Save Position"
+#, kde-format
 msgctxt "@action"
 msgid "Save Position"
 msgstr "Uložiť pozíciu"
 
 #: src/gui/mainwindow.cpp:68
-#, fuzzy, kde-format
-#| msgid "Load Position"
+#, kde-format
 msgctxt "@action"
 msgid "Load Position"
 msgstr "Načítať pozíciu"
 
 #: src/gui/mainwindow.cpp:79
-#, fuzzy, kde-format
-#| msgid "New Game"
+#, kde-format
 msgctxt "@action:button"
 msgid "New Game"
 msgstr "Nová hra"
 
 #: src/gui/mainwindow.cpp:84
-#, fuzzy, kde-format
-#| msgid "Load New Game"
+#, kde-format
 msgctxt "@action:button"
 msgid "Load New Game"
 msgstr "Načítať novú hru"
 
 #: src/gui/mainwindow.cpp:97
-#, fuzzy, kde-format
-#| msgctxt "custom difficulty"
-#| msgid "Custom"
+#, kde-format
 msgctxt "@item difficulty"
 msgid "Custom"
 msgstr "Vlastné"
@@ -494,8 +488,7 @@
 msgstr "Blahoželáme, vyriešili ste túto dosku!"
 
 #: src/gui/mainwindow.cpp:281 src/gui/mainwindow.cpp:288
-#, fuzzy, kde-format
-#| msgid "Board Solved!"
+#, kde-format
 msgctxt "@title:window"
 msgid "Board Solved!"
 msgstr "Doska vyriešená!"
@@ -506,37 +499,31 @@
 msgstr "Blahoželáme, vyriešili ste túto dosku '%1'!"
 
 #: src/gui/selectboardwindow.cpp:87
-#, fuzzy, kde-format
-#| msgid "Level"
+#, kde-format
 msgctxt "@title:column"
 msgid "Level"
 msgstr "Úroveň"
 
 #: src/gui/selectboardwindow.cpp:88
-#, fuzzy, kde-format
-#| msgid "Level Set"
+#, kde-format
 msgctxt "@title:column"
 msgid "Level Set"
 msgstr "Úroveň nastavená"
 
 #: src/gui/selectboardwindow.cpp:89
-#, fuzzy, kde-format
-#| msgid "Difficulty"
+#, kde-format
 msgctxt "@title:column"
 msgid "Difficulty"
 msgstr "Obtiažnosť"
 
 #: src/gui/selectboardwindow.cpp:90
-#, fuzzy, kde-format
-#| msgid "Size"
+#, kde-format
 msgctxt "@title:column"
 msgid "Size"
 msgstr "Veľkosť"
 
 #: src/gui/selectboardwindow.cpp:91
-#, fuzzy, kde-format
-#| msgctxt "board solved"
-#| msgid "Solved"
+#, kde-format
 msgctxt "@title:column board solved"
 msgid "Solved"
 msgstr "Vyriešené"
@@ -548,57 +535,49 @@
 msgstr "Výber úrovne"
 
 #: src/gui/selectboardwindow.cpp:242
-#, fuzzy, kde-format
-#| msgid "Ridiculously Easy"
+#, kde-format
 msgctxt "@item difficulty"
 msgid "Ridiculously Easy"
 msgstr "Smiešne jednoduchá"
 
 #: src/gui/selectboardwindow.cpp:243
-#, fuzzy, kde-format
-#| msgid "Very Easy"
+#, kde-format
 msgctxt "@item difficulty"
 msgid "Very Easy"
 msgstr "Veľmi jednoduchá"
 
 #: src/gui/selectboardwindow.cpp:244
-#, fuzzy, kde-format
-#| msgid "Easy"
+#, kde-format
 msgctxt "@item difficulty"
 msgid "Easy"
-msgstr "Jednoduchá"
+msgstr "Ľahká"
 
 #: src/gui/selectboardwindow.cpp:245
-#, fuzzy, kde-format
-#| msgid "Medium"
+#, kde-format
 msgctxt "@item difficulty"
 msgid "Medium"
-msgstr "Stredné"
+msgstr "Stredná"
 
 #: src/gui/selectboardwindow.cpp:246
-#, fuzzy, kde-format
-#| msgid "Hard"
+#, kde-format
 msgctxt "@item difficulty"
 msgid "Hard"
 msgstr "Ťažká"
 
 #: src/gui/selectboardwindow.cpp:247
-#, fuzzy, kde-format
-#| msgid "Very Hard"
+#, kde-format
 msgctxt "@item difficulty"
 msgid "Very Hard"
 msgstr "Veľmi ťažká"
 
 #: src/gui/selectboardwindow.cpp:248
-#, fuzzy, kde-format
-#| msgid "Extremely Hard"
+#, kde-format
 msgctxt "@item difficulty"
 msgid "Extremely Hard"
 msgstr "Extrémne ťažká"
 
 #: src/gui/selectboardwindow.cpp:249
-#, fuzzy, kde-format
-#| msgid "Impossible"
+#, kde-format
 msgctxt "@item difficulty"
 msgid "Impossible"
 msgstr "Nemožná"
@@ -678,8 +657,7 @@
 msgstr "Obtiažnosť: -"
 
 #: src/gui/settingswindow.cpp:63
-#, fuzzy, kde-format
-#| msgid "Select Background"
+#, kde-format
 msgctxt "@title:window"
 msgid "Select Background"
 msgstr "Vyberte pozadie"
@@ -738,7 +716,7 @@
 #: src/gui/settingswindow.ui:120 src/gui/settingswindow.ui:127
 #, kde-format
 msgid "Edit…"
-msgstr ""
+msgstr "Upraviť…"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: src/gui/settingswindow.ui:145
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/sl/picmi.po 
new/picmi-26.04.0/po/sl/picmi.po
--- old/picmi-25.12.3/po/sl/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/sl/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2024-05-02 09:34+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/picmi-25.12.3/po/sr/picmi.po 
new/picmi-26.04.0/po/sr/picmi.po
--- old/picmi-25.12.3/po/sr/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/sr/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2016-02-14 17:49+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/picmi-25.12.3/po/sr@ijekavian/picmi.po 
new/picmi-26.04.0/po/sr@ijekavian/picmi.po
--- old/picmi-25.12.3/po/sr@ijekavian/picmi.po  2026-02-28 12:52:52.000000000 
+0100
+++ new/picmi-26.04.0/po/sr@ijekavian/picmi.po  2026-04-09 00:29:34.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2016-02-14 17:49+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/picmi-25.12.3/po/sr@ijekavianlatin/picmi.po 
new/picmi-26.04.0/po/sr@ijekavianlatin/picmi.po
--- old/picmi-25.12.3/po/sr@ijekavianlatin/picmi.po     2026-02-28 
12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/sr@ijekavianlatin/picmi.po     2026-04-09 
00:29:34.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2016-02-14 17:49+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/picmi-25.12.3/po/sr@latin/picmi.po 
new/picmi-26.04.0/po/sr@latin/picmi.po
--- old/picmi-25.12.3/po/sr@latin/picmi.po      2026-02-28 12:52:52.000000000 
+0100
+++ new/picmi-26.04.0/po/sr@latin/picmi.po      2026-04-09 00:29:34.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2016-02-14 17:49+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/picmi-25.12.3/po/sv/picmi.po 
new/picmi-26.04.0/po/sv/picmi.po
--- old/picmi-25.12.3/po/sv/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/sv/picmi.po    2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2024-06-21 10:10+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/picmi-25.12.3/po/tr/picmi.po 
new/picmi-26.04.0/po/tr/picmi.po
--- old/picmi-25.12.3/po/tr/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/tr/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -8,7 +8,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:50+0000\n"
 "PO-Revision-Date: 2024-09-23 15:20+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/picmi-25.12.3/po/ug/picmi.po 
new/picmi-26.04.0/po/ug/picmi.po
--- old/picmi-25.12.3/po/ug/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/ug/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/uk/picmi.po 
new/picmi-26.04.0/po/uk/picmi.po
--- old/picmi-25.12.3/po/uk/picmi.po    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/uk/picmi.po    2026-04-09 00:29:34.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: picmi\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:50+0000\n"
 "PO-Revision-Date: 2024-05-02 09:14+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-25.12.3/po/zh_CN/picmi.po 
new/picmi-26.04.0/po/zh_CN/picmi.po
--- old/picmi-25.12.3/po/zh_CN/picmi.po 2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/zh_CN/picmi.po 2026-04-09 00:29:34.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:50+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/picmi-25.12.3/po/zh_TW/picmi.po 
new/picmi-26.04.0/po/zh_TW/picmi.po
--- old/picmi-25.12.3/po/zh_TW/picmi.po 2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/po/zh_TW/picmi.po 2026-04-09 00:29:34.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:50+0000\n"
 "PO-Revision-Date: 2024-05-03 03:33+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/picmi-25.12.3/snapcraft.yaml 
new/picmi-26.04.0/snapcraft.yaml
--- old/picmi-25.12.3/snapcraft.yaml    2026-02-28 12:52:52.000000000 +0100
+++ new/picmi-26.04.0/snapcraft.yaml    2026-04-09 00:29:34.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
 ---
@@ -28,26 +28,23 @@
     plugin: cmake
     source: .
     source-type: local
+    build-snaps:
+      - kde-qt6-core24-sdk/latest/beta
+      - kf6-core24-sdk/latest/beta
+    build-packages:
+      - libxml2-dev
+      - gettext
+      - doxygen
+      - graphviz
+      - libxml2-utils
+      - docbook-xml
+      - docbook-xsl
     cmake-parameters:
       - -DCMAKE_INSTALL_PREFIX=/usr
       - -DCMAKE_BUILD_TYPE=Release
       - -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/*

Reply via email to