Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package lxqt-globalkeys for openSUSE:Factory
checked in at 2026-04-22 16:57:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-globalkeys (Old)
and /work/SRC/openSUSE:Factory/.lxqt-globalkeys.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-globalkeys"
Wed Apr 22 16:57:15 2026 rev:25 rq:1348569 version:2.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-globalkeys/lxqt-globalkeys.changes
2025-11-06 18:16:37.840108192 +0100
+++
/work/SRC/openSUSE:Factory/.lxqt-globalkeys.new.11940/lxqt-globalkeys.changes
2026-04-22 16:57:29.690782712 +0200
@@ -1,0 +2,6 @@
+Mon Apr 20 22:11:12 UTC 2026 - Shawn Dunn <[email protected]>
+
+- Update to 2.4.0:
+ * Updated translations and bumped the version
+
+-------------------------------------------------------------------
Old:
----
lxqt-globalkeys-2.3.0.tar.xz
lxqt-globalkeys-2.3.0.tar.xz.asc
New:
----
lxqt-globalkeys-2.4.0.tar.xz
lxqt-globalkeys-2.4.0.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-globalkeys.spec ++++++
--- /var/tmp/diff_new_pack.5EvLoD/_old 2026-04-22 16:57:30.794828410 +0200
+++ /var/tmp/diff_new_pack.5EvLoD/_new 2026-04-22 16:57:30.818829403 +0200
@@ -17,7 +17,7 @@
Name: lxqt-globalkeys
-Version: 2.3.0
+Version: 2.4.0
Release: 0
Summary: Global keyboard shortcuts registration
License: LGPL-2.1-or-later
@@ -25,16 +25,19 @@
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1:
%{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
+
BuildRequires: cmake >= 3.5.0
+BuildRequires: desktop-file-utils
BuildRequires: fdupes
BuildRequires: gcc-c++
-BuildRequires: pkgconfig
+
BuildRequires: cmake(KF6WindowSystem) >= 6.0.0
+BuildRequires: cmake(lxqt) >= %{version}
+BuildRequires: cmake(lxqt2-build-tools) >= 2.1.0
BuildRequires: cmake(Qt6DBus)
BuildRequires: cmake(Qt6LinguistTools) >= 6.6
BuildRequires: cmake(Qt6Widgets) >= 6.6
-BuildRequires: cmake(lxqt) >= %{version}
-BuildRequires: cmake(lxqt2-build-tools) >= 2.1.0
+
Requires: %{name}-branding = %{version}-%{release}
%description
@@ -72,7 +75,6 @@
%package branding-upstream
Summary: Upstream branding of %{name}
-Group: System/GUI/LXQt
Requires: %{name} = %{version}
Supplements: (%{name} and branding-upstream)
Conflicts: %{name}-branding
@@ -84,8 +86,6 @@
%prep
%autosetup -p1
-# Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and
shut rpmlint warnings
-#find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} +
%build
%cmake_qt6
@@ -93,7 +93,7 @@
%install
%{qt6_install}
-%fdupes -s %{buildroot}
+%fdupes %{buildroot}
install -Dm 0644 %{buildroot}%{_datadir}/lxqt/globalkeyshortcuts.conf -t
%{buildroot}%{_sysconfdir}/xdg/lxqt/
%find_lang lxqt-config-globalkeyshortcuts --with-qt
@@ -101,6 +101,10 @@
%ldconfig_scriptlets -n liblxqt-globalkeys2
%ldconfig_scriptlets -n liblxqt-globalkeys-ui2
+%check
+desktop-file-validate
%{buildroot}%{_datadir}/applications/lxqt-config-globalkeyshortcuts.desktop
+desktop-file-validate
%{buildroot}%{_sysconfdir}/xdg/autostart/lxqt-globalkeyshortcuts.desktop
+
%files
%license LICENSE
%doc AUTHORS
++++++ lxqt-globalkeys-2.3.0.tar.xz -> lxqt-globalkeys-2.4.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-globalkeys-2.3.0/.gitattributes
new/lxqt-globalkeys-2.4.0/.gitattributes
--- old/lxqt-globalkeys-2.3.0/.gitattributes 1970-01-01 01:00:00.000000000
+0100
+++ new/lxqt-globalkeys-2.4.0/.gitattributes 2026-04-20 09:56:26.000000000
+0200
@@ -0,0 +1,19 @@
+# remove files from deployment using `git archive`
+
+# git files
+.gitattributes export-ignore
+.github export-ignore
+.gitignore export-ignore
+
+
+# several files and directories we never want to export
+# a little bit belt and braces as the most of these files
+# should never ever be in the repository
+
+.*~ export-ignore
+.kdev4 export-ignore
+.translation-update export-ignore
+
+/build export-ignore
+/temp export-ignore
+/tmp export-ignore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-globalkeys-2.3.0/.github/ISSUE_TEMPLATE.md
new/lxqt-globalkeys-2.4.0/.github/ISSUE_TEMPLATE.md
--- old/lxqt-globalkeys-2.3.0/.github/ISSUE_TEMPLATE.md 1970-01-01
01:00:00.000000000 +0100
+++ new/lxqt-globalkeys-2.4.0/.github/ISSUE_TEMPLATE.md 2026-04-20
09:56:26.000000000 +0200
@@ -0,0 +1,43 @@
+<!--- Provide a general summary of the issue in the title above. You --->
+<!--- should not delete relevant sections and/or questions in your report --->
+
+<!--- BEFORE FILLING OUT THIS REPORT FORM: --->
+<!--- Dear users of stable and LTS (long term service) distributions: --->
+<!--- Please do NOT file bugs against old (dead) versions but use your --->
+<!--- distribution bugtracker instead. This is esp. true for Ubuntu LTS. --->
+
+##### Expected Behavior
+<!--- If you're describing a bug, tell us what should happen -->
+<!--- If you're suggesting a change/improvement, tell us how it should work -->
+
+##### Current Behavior
+<!--- If describing a bug, tell us what happens instead of the expected --->
+<!--- behaviour. If suggesting a change/improvement, explain the difference -->
+<!--- from current behavior (a screenshot might help) --->
+
+##### Possible Solution
+<!--- Not obligatory, but suggest a fix/reason for the bug, --->
+<!--- or ideas how to implement the addition or change --->
+
+##### Steps to Reproduce (for bugs)
+<!--- Provide a link to a live example, or an unambiguous set of steps to --->
+<!--- reproduce this bug. Include code to reproduce, if relevant --->
+1.
+2.
+3.
+4.
+
+##### Context
+<!--- How has this issue affected you? What are you trying to accomplish? --->
+<!--- Providing context helps us come up with a solution that is most --->
+<!--- useful in the real world --->
+
+##### System Information
+<!--- Include as many relevant details about the system you experienced --->
+<!--- the bug in --->
+* Distribution & Version:
+* Kernel:
+* Qt Version:
+* liblxqt Version:
+* lxqt-build-tools Version:
+* Package version:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-globalkeys-2.3.0/.gitignore
new/lxqt-globalkeys-2.4.0/.gitignore
--- old/lxqt-globalkeys-2.3.0/.gitignore 1970-01-01 01:00:00.000000000
+0100
+++ new/lxqt-globalkeys-2.4.0/.gitignore 2026-04-20 09:56:26.000000000
+0200
@@ -0,0 +1,3 @@
+build
+*.kdev4
+CMakeLists.txt.user
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-globalkeys-2.3.0/.translation-update
new/lxqt-globalkeys-2.4.0/.translation-update
--- old/lxqt-globalkeys-2.3.0/.translation-update 1970-01-01
01:00:00.000000000 +0100
+++ new/lxqt-globalkeys-2.4.0/.translation-update 2026-04-20
09:56:26.000000000 +0200
@@ -0,0 +1,2 @@
+translations='./config'
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-globalkeys-2.3.0/CHANGELOG
new/lxqt-globalkeys-2.4.0/CHANGELOG
--- old/lxqt-globalkeys-2.3.0/CHANGELOG 2025-11-05 12:50:53.000000000 +0100
+++ new/lxqt-globalkeys-2.4.0/CHANGELOG 2026-04-20 09:56:26.000000000 +0200
@@ -1,3 +1,7 @@
+lxqt-globalkeys-2.4.0 / 2026-04-20
+===================================
+* Updated translations and bumped the version.
+
lxqt-globalkeys-2.3.0 / 2025-11-05
===================================
* Capitalized "Id" as "ID", updated translations, and bumped the version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-globalkeys-2.3.0/CMakeLists.txt
new/lxqt-globalkeys-2.4.0/CMakeLists.txt
--- old/lxqt-globalkeys-2.3.0/CMakeLists.txt 2025-11-05 12:50:53.000000000
+0100
+++ new/lxqt-globalkeys-2.4.0/CMakeLists.txt 2026-04-20 09:56:26.000000000
+0200
@@ -11,7 +11,7 @@
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files"
OFF)
-set(LXQT_MINIMUM_VERSION "2.3.0")
+set(LXQT_MINIMUM_VERSION "2.4.0")
set(QT_MINIMUM_VERSION "6.6.0")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
@@ -26,7 +26,7 @@
# Version
set(LXQT_GLOBALKEYS_MAJOR_VERSION 2)
-set(LXQT_GLOBALKEYS_MINOR_VERSION 3)
+set(LXQT_GLOBALKEYS_MINOR_VERSION 4)
set(LXQT_GLOBALKEYS_PATCH_VERSION 0)
set(LXQT_GLOBALKEYS_VERSION
${LXQT_GLOBALKEYS_MAJOR_VERSION}.${LXQT_GLOBALKEYS_MINOR_VERSION}.${LXQT_GLOBALKEYS_PATCH_VERSION})
add_definitions("-DLXQT_GLOBALKEYS_VERSION=\"${LXQT_GLOBALKEYS_VERSION}\"")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-globalkeys-2.3.0/config/translations/lxqt-config-globalkeyshortcuts_id.desktop.yaml
new/lxqt-globalkeys-2.4.0/config/translations/lxqt-config-globalkeyshortcuts_id.desktop.yaml
---
old/lxqt-globalkeys-2.3.0/config/translations/lxqt-config-globalkeyshortcuts_id.desktop.yaml
1970-01-01 01:00:00.000000000 +0100
+++
new/lxqt-globalkeys-2.4.0/config/translations/lxqt-config-globalkeyshortcuts_id.desktop.yaml
2026-04-20 09:56:26.000000000 +0200
@@ -0,0 +1,3 @@
+Desktop Entry/Name: "Kunci Pintasan"
+Desktop Entry/GenericName: "Pengaturan Pintasan Kibor"
+Desktop Entry/Comment: "Konfigurasi kunci pintasan global (X11)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-globalkeys-2.3.0/config/translations/lxqt-config-globalkeyshortcuts_id.ts
new/lxqt-globalkeys-2.4.0/config/translations/lxqt-config-globalkeyshortcuts_id.ts
---
old/lxqt-globalkeys-2.3.0/config/translations/lxqt-config-globalkeyshortcuts_id.ts
2025-11-05 12:50:53.000000000 +0100
+++
new/lxqt-globalkeys-2.4.0/config/translations/lxqt-config-globalkeyshortcuts_id.ts
2026-04-20 09:56:26.000000000 +0200
@@ -148,19 +148,19 @@
<location filename="../main_window.ui" line="143"/>
<source>First</source>
<comment>globalkeys/config/multipleActions</comment>
- <translation type="unfinished">Pertama</translation>
+ <translation>Pertama</translation>
</message>
<message>
<location filename="../main_window.ui" line="148"/>
<source>Last</source>
<comment>globalkeys/config/multipleActions</comment>
- <translation type="unfinished">Terakhir</translation>
+ <translation>Terakhir</translation>
</message>
<message>
<location filename="../main_window.ui" line="153"/>
<source>None</source>
<comment>globalkeys/config/multipleActions</comment>
- <translation type="unfinished">Tidak ada</translation>
+ <translation>Tidak ada</translation>
</message>
<message>
<location filename="../main_window.ui" line="158"/>
@@ -187,8 +187,8 @@
<location filename="../main_window.cpp" line="195"/>
<source>Your defined shortcuts will be removed.
Do you want to proceed?</source>
- <translation>Pintasan yang anda tentukan akan di hapus.
-Apa anda mau melanjutkanya?</translation>
+ <translation>Pintasan yang Anda tentukan akan dihapus.
+Apakah Anda ingin melanjutkan?</translation>
</message>
</context>
<context>
@@ -196,14 +196,16 @@
<message>
<location filename="../main.cpp" line="51"/>
<source>Platform Unsupported</source>
- <translation>Kerangka kerja tidak didukung</translation>
+ <translation>Platform Tidak didukung</translation>
</message>
<message>
<location filename="../main.cpp" line="52"/>
<source>LXQt globalkeys are currently unsupported under Wayland.
Global shortcuts can be configured in the settings of the compositor
instead.</source>
- <translation type="unfinished"></translation>
+ <translation>Globalkeys LXQt saat ini tidak didukung di bawah Wayland.
+
+Pintasan global dapat dikonfigurasi sebagai gantinya di pengaturan
kompositor.</translation>
</message>
</context>
</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-globalkeys-2.3.0/config/translations/lxqt-config-globalkeyshortcuts_kk.desktop.yaml
new/lxqt-globalkeys-2.4.0/config/translations/lxqt-config-globalkeyshortcuts_kk.desktop.yaml
---
old/lxqt-globalkeys-2.3.0/config/translations/lxqt-config-globalkeyshortcuts_kk.desktop.yaml
2025-11-05 12:50:53.000000000 +0100
+++
new/lxqt-globalkeys-2.4.0/config/translations/lxqt-config-globalkeyshortcuts_kk.desktop.yaml
2026-04-20 09:56:26.000000000 +0200
@@ -1,3 +1,3 @@
Desktop Entry/Name: "Пернетақта жарлықтары"
Desktop Entry/GenericName: "Пернетақта жарлықтарын баптау"
-Desktop Entry/Comment: "LXQt ішіндегі пернетақта жарлықтарын баптау"
+Desktop Entry/Comment: "Глобалды пернетақта жарлықтарын баптау (X11)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-globalkeys-2.3.0/config/translations/lxqt-config-globalkeyshortcuts_kk.ts
new/lxqt-globalkeys-2.4.0/config/translations/lxqt-config-globalkeyshortcuts_kk.ts
---
old/lxqt-globalkeys-2.3.0/config/translations/lxqt-config-globalkeyshortcuts_kk.ts
1970-01-01 01:00:00.000000000 +0100
+++
new/lxqt-globalkeys-2.4.0/config/translations/lxqt-config-globalkeyshortcuts_kk.ts
2026-04-20 09:56:26.000000000 +0200
@@ -0,0 +1,211 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="kk">
+<context>
+ <name>DefaultModel</name>
+ <message>
+ <location filename="../default_model.cpp" line="51"/>
+ <source>Command</source>
+ <translation>Команда</translation>
+ </message>
+ <message>
+ <location filename="../default_model.cpp" line="52"/>
+ <source>DBus call</source>
+ <translation>DBus шақыруы</translation>
+ </message>
+ <message>
+ <location filename="../default_model.cpp" line="53"/>
+ <source>Client</source>
+ <translation>Клиент</translation>
+ </message>
+ <message>
+ <location filename="../default_model.cpp" line="143"/>
+ <source>ID</source>
+ <translation>Идентификатор</translation>
+ </message>
+ <message>
+ <location filename="../default_model.cpp" line="146"/>
+ <source>Shortcut</source>
+ <translation>Жарлық</translation>
+ </message>
+ <message>
+ <location filename="../default_model.cpp" line="149"/>
+ <source>Description</source>
+ <translation>Сипаттама</translation>
+ </message>
+ <message>
+ <location filename="../default_model.cpp" line="152"/>
+ <source>Type</source>
+ <translation>Түрі</translation>
+ </message>
+ <message>
+ <location filename="../default_model.cpp" line="155"/>
+ <source>Info</source>
+ <translation>Ақпарат</translation>
+ </message>
+</context>
+<context>
+ <name>EditActionDialog</name>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="14"/>
+ <source>Edit Action</source>
+ <translation>Әрекетті түзету</translation>
+ </message>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="31"/>
+ <source>&Shortcut:</source>
+ <translation>&Жарлық:</translation>
+ </message>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="74"/>
+ <source>&Description:</source>
+ <translation>&Сипаттама:</translation>
+ </message>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="87"/>
+ <source>&Enabled</source>
+ <translation>І&ске қосылған</translation>
+ </message>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="102"/>
+ <source>&Command</source>
+ <translation>&Команда</translation>
+ </message>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="109"/>
+ <source>&DBus message</source>
+ <translation>&DBus хабарламасы</translation>
+ </message>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="118"/>
+ <source>Type:</source>
+ <translation>Түрі:</translation>
+ </message>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="164"/>
+ <source>Co&mmand:</source>
+ <translation>Ко&манда:</translation>
+ </message>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="206"/>
+ <source>S&ervice:</source>
+ <translation>С&ервис:</translation>
+ </message>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="219"/>
+ <source>&Path:</source>
+ <translation>&Жол:</translation>
+ </message>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="232"/>
+ <source>&Interface:</source>
+ <translation>&Интерфейс:</translation>
+ </message>
+ <message>
+ <location filename="../edit_action_dialog.ui" line="245"/>
+ <source>&Method:</source>
+ <translation>Ә&діс:</translation>
+ </message>
+</context>
+<context>
+ <name>MainWindow</name>
+ <message>
+ <location filename="../main_window.ui" line="14"/>
+ <source>Global Actions Manager</source>
+ <translation>Глобалды әрекеттер менеджері</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="27"/>
+ <source>Search</source>
+ <translation>Іздеу</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="72"/>
+ <source>Add ...</source>
+ <translation>Қосу ...</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="82"/>
+ <source>Remove</source>
+ <translation>Өшіру</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="92"/>
+ <source>Modify ...</source>
+ <translation>Өзгерту ...</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="109"/>
+ <source>Swap</source>
+ <translation>Ауыстыру</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="135"/>
+ <source>Multiple actions behaviour:</source>
+ <translation>Бірнеше әрекет мінез-құлығы:</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="143"/>
+ <source>First</source>
+ <comment>globalkeys/config/multipleActions</comment>
+ <translation>Бірінші</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="148"/>
+ <source>Last</source>
+ <comment>globalkeys/config/multipleActions</comment>
+ <translation>Соңғы</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="153"/>
+ <source>None</source>
+ <comment>globalkeys/config/multipleActions</comment>
+ <translation>Ешнәрсе</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="158"/>
+ <source>All</source>
+ <comment>globalkeys/config/multipleActions</comment>
+ <translation>Барлығы</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="183"/>
+ <source>Default</source>
+ <translation>Бастапқы</translation>
+ </message>
+ <message>
+ <location filename="../main_window.ui" line="207"/>
+ <source>Close</source>
+ <translation>Жабу</translation>
+ </message>
+ <message>
+ <location filename="../main_window.cpp" line="194"/>
+ <source>Restore Default</source>
+ <translation>Әдепкі қалпына келтіру</translation>
+ </message>
+ <message>
+ <location filename="../main_window.cpp" line="195"/>
+ <source>Your defined shortcuts will be removed.
+Do you want to proceed?</source>
+ <translation>Сіздің анықталған жарлықтарыңыз өшіріледі.
+Жалғастырғыңыз келе ме?</translation>
+ </message>
+</context>
+<context>
+ <name>QObject</name>
+ <message>
+ <location filename="../main.cpp" line="51"/>
+ <source>Platform Unsupported</source>
+ <translation>Платформаға қолдау жоқ</translation>
+ </message>
+ <message>
+ <location filename="../main.cpp" line="52"/>
+ <source>LXQt globalkeys are currently unsupported under Wayland.
+
+Global shortcuts can be configured in the settings of the compositor
instead.</source>
+ <translation>LXQt глобалды жарлықтарына қазіргі уақытта Wayland
жүйесінде қолдау көрсетілмейді.
+
+Глобалды жарлықтарды композитордың баптауларында баптауға болады.</translation>
+ </message>
+</context>
+</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-globalkeys-2.3.0/config/translations/lxqt-config-globalkeyshortcuts_lg.ts
new/lxqt-globalkeys-2.4.0/config/translations/lxqt-config-globalkeyshortcuts_lg.ts
---
old/lxqt-globalkeys-2.3.0/config/translations/lxqt-config-globalkeyshortcuts_lg.ts
2025-11-05 12:50:53.000000000 +0100
+++
new/lxqt-globalkeys-2.4.0/config/translations/lxqt-config-globalkeyshortcuts_lg.ts
2026-04-20 09:56:26.000000000 +0200
@@ -196,7 +196,7 @@
<message>
<location filename="../main.cpp" line="51"/>
<source>Platform Unsupported</source>
- <translation>Tewali nkolagana ne sisitemu</translation>
+ <translation>Puloguramu Tezikolagana</translation>
</message>
<message>
<location filename="../main.cpp" line="52"/>
++++++ lxqt-globalkeys.keyring ++++++
--- /var/tmp/diff_new_pack.5EvLoD/_old 2026-04-22 16:57:31.430854735 +0200
+++ /var/tmp/diff_new_pack.5EvLoD/_new 2026-04-22 16:57:31.446855398 +0200
@@ -47,8 +47,43 @@
Oa86l8pqli+B7rpTbsAE9Ut8qUaWjm87oUNSJbaKgqNnMaE+b/8VJaEeWHgQJwsD
bJSJ/O/vzlRtDjOJ1JDlMRLs7TnOFeUh5pgwyaJoidYbJEiGlMGJbI6BjwhDTBFO
NLJtd3SsRjc7ICtGdCvej59IvCDTjxtkhx5okF03APi1aXpHQrE18/arFD7BpoGO
-sw==
-=gSIv
+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
+/AltqE7gRNR/QnfiBlo=
+=kOsM
-----END PGP PUBLIC KEY BLOCK-----
-(No newline at EOF)