Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kompare for openSUSE:Factory checked 
in at 2024-03-11 15:26:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kompare (Old)
 and      /work/SRC/openSUSE:Factory/.kompare.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kompare"

Mon Mar 11 15:26:52 2024 rev:132 rq:1150987 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kompare/kompare.changes  2023-12-09 
22:51:54.708662973 +0100
+++ /work/SRC/openSUSE:Factory/.kompare.new.1770/kompare.changes        
2024-03-11 15:28:54.999337682 +0100
@@ -1,0 +2,15 @@
+Fri Feb 23 13:59:54 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.02.0
+  * New feature release
+- No code change since 24.01.95
+
+-------------------------------------------------------------------
+Fri Feb  9 16:09:00 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+- Add patch to allow coinstallation of two libkomparediff libraries
+  * 0001-Adapt-to-Lib-prefix-removed-from-KompareDiff2-CMake-.patch
+
+-------------------------------------------------------------------

Old:
----
  kompare-23.08.4.tar.xz
  kompare-23.08.4.tar.xz.sig

New:
----
  0001-Adapt-to-Lib-prefix-removed-from-KompareDiff2-CMake-.patch
  kompare-24.02.0.tar.xz
  kompare-24.02.0.tar.xz.sig

BETA DEBUG BEGIN:
  New:- Add patch to allow coinstallation of two libkomparediff libraries
  * 0001-Adapt-to-Lib-prefix-removed-from-KompareDiff2-CMake-.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ kompare.spec ++++++
--- /var/tmp/diff_new_pack.ADXaA9/_old  2024-03-11 15:28:55.695363226 +0100
+++ /var/tmp/diff_new_pack.ADXaA9/_new  2024-03-11 15:28:55.699363373 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kompare
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,43 +16,48 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           kompare
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        File Comparator
-License:        GPL-2.0-only AND GFDL-1.2-only
+License:        GPL-2.0-or-later
 URL:            https://apps.kde.org/kompare
-Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-BuildRequires:  extra-cmake-modules
-BuildRequires:  kf5-filesystem
+# PATCH-FIX-OPENSUSE
+Patch0:         0001-Adapt-to-Lib-prefix-removed-from-KompareDiff2-CMake-.patch
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5Codecs)
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5JobWidgets)
-BuildRequires:  cmake(KF5Parts)
-BuildRequires:  cmake(KF5TextEditor)
-BuildRequires:  cmake(KF5WidgetsAddons)
-BuildRequires:  cmake(LibKompareDiff2)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5PrintSupport)
-BuildRequires:  cmake(Qt5Widgets)
-Obsoletes:      %{name}5 < %{version}
-Provides:       %{name}5 = %{version}
+BuildRequires:  cmake(KF6Codecs) >= %{kf6_version}
+BuildRequires:  cmake(KF6Config) >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
+BuildRequires:  cmake(KF6IconThemes) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6JobWidgets) >= %{kf6_version}
+BuildRequires:  cmake(KF6Parts) >= %{kf6_version}
+BuildRequires:  cmake(KF6TextEditor) >= %{kf6_version}
+BuildRequires:  cmake(KF6WidgetsAddons) >= %{kf6_version}
+BuildRequires:  cmake(KompareDiff2)
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6PrintSupport) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
+Provides:       kompare5 = %{version}
+Obsoletes:      kompare5 < %{version}
 
 %description
 Tool to visualize changes between two versions of a file.
 
 %package devel
 Summary:        Development files for the File Comparator
-Requires:       %{name} = %{version}
+Requires:       kompare = %{version}
 
 %description devel
 Development files for the File Comparator package
@@ -68,14 +73,14 @@
 %endif
 export CXXFLAGS="%{optflags} -fPIC"
 export CFLAGS="%{optflags} -fPIC"
-%cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="%{optflags}" 
-DCMAKE_CFLAGS="%{optflags}"
-%cmake_build
+%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
+
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
-%find_lang %{name} --with-man --all-name
-%{kf5_find_htmldocs}
+%find_lang %{name} --with-html --all-name
 
 %suse_update_desktop_file -r org.kde.kompare Utility TextEditor
 
@@ -84,24 +89,24 @@
 %files
 %license LICENSES/*
 %doc README
-%doc %lang(en) %{_kf5_htmldir}/en/*/
-%dir %{_kf5_plugindir}/kf5
-%dir %{_kf5_plugindir}/kf5/parts
-%dir %{_kf5_sharedir}/kio
-%dir %{_kf5_sharedir}/kio/servicemenus
-%{_kf5_applicationsdir}/org.kde.kompare.desktop
-%{_kf5_appstreamdir}/org.kde.kompare.appdata.xml
-%{_kf5_bindir}/kompare
-%{_kf5_debugdir}/kompare.categories
-%{_kf5_iconsdir}/hicolor/*/*/kompare.*
-%{_kf5_libdir}/libkomparedialogpages.so.*
-%{_kf5_libdir}/libkompareinterface.so.*
-%{_kf5_plugindir}/kf5/parts/kompare*part.so
-%{_kf5_sharedir}/kio/servicemenus/kompare.desktop
+%doc %lang(en) %{_kf6_htmldir}/en/*/
+%{_kf6_applicationsdir}/org.kde.kompare.desktop
+%{_kf6_appstreamdir}/org.kde.kompare.appdata.xml
+%{_kf6_bindir}/kompare
+%{_kf6_debugdir}/kompare.categories
+%{_kf6_iconsdir}/hicolor/*/*/kompare.*
+%{_kf6_libdir}/libkomparedialogpages.so.*
+%{_kf6_libdir}/libkompareinterface.so.*
+%{_kf6_plugindir}/kf6/parts/komparenavtreepart.so
+%{_kf6_plugindir}/kf6/parts/komparepart.so
+%dir %{_kf6_sharedir}/kio
+%dir %{_kf6_sharedir}/kio/servicemenus
+%{_kf6_sharedir}/kio/servicemenus/kompare.desktop
 
 %files devel
-%{_kf5_prefix}/include/kompare/
-%{_kf5_libdir}/libkompareinterface.so
+%{_includedir}/kompare/
+%{_kf6_libdir}/libkompareinterface.so
 
 %files lang -f %{name}.lang
+%exclude %{_kf6_htmldir}/en/*/
 

++++++ 0001-Adapt-to-Lib-prefix-removed-from-KompareDiff2-CMake-.patch ++++++
>From 6554e2ba6aba01821df56430af3101594b7f6f29 Mon Sep 17 00:00:00 2001
From: "Friedrich W. H. Kossebau" <[email protected]>
Date: Sun, 3 Sep 2023 00:22:34 +0200
Subject: [PATCH] Adapt to "Lib" prefix removed from KompareDiff2 CMake config
 name

(commit amended to lower the minimum version)

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b952e7f..9c83fa3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,8 +58,8 @@ find_package(KF${KF_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED 
COMPONENTS
     I18n
 )
 
-find_package(LibKompareDiff2 5.4 CONFIG)
-set_package_properties(LibKompareDiff2 PROPERTIES
+find_package(KompareDiff2 5.95.0 CONFIG)
+set_package_properties(KompareDiff2 PROPERTIES
     TYPE REQUIRED
 )
 

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.ADXaA9/_old and 
/var/tmp/diff_new_pack.ADXaA9/_new differ

++++++ kompare-23.08.4.tar.xz -> kompare-24.02.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/.gitlab-ci.yml 
new/kompare-24.02.0/.gitlab-ci.yml
--- old/kompare-23.08.4/.gitlab-ci.yml  2023-11-30 18:19:12.000000000 +0100
+++ new/kompare-24.02.0/.gitlab-ci.yml  2024-02-17 04:29:12.000000000 +0100
@@ -2,8 +2,8 @@
 # SPDX-License-Identifier: CC0-1.0
 
 include:
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml
+  - project: sysadmin/ci-utilities
+    file:
+      - /gitlab-templates/linux.yml
+      - /gitlab-templates/freebsd.yml
+      - /gitlab-templates/flatpak.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/.kde-ci.yml 
new/kompare-24.02.0/.kde-ci.yml
--- old/kompare-23.08.4/.kde-ci.yml     2023-11-30 18:19:12.000000000 +0100
+++ new/kompare-24.02.0/.kde-ci.yml     2024-02-17 04:29:12.000000000 +0100
@@ -15,17 +15,3 @@
     'frameworks/ktexteditor': '@stable'
     'frameworks/kwidgetsaddons': '@stable'
     'sdk/libkomparediff2': '@same'
-
-- 'on': ['Linux/Qt6', 'FreeBSD/Qt6']
-  'require':
-    'frameworks/extra-cmake-modules': '@latest-kf6'
-    'frameworks/kcoreaddons': '@latest-kf6'
-    'frameworks/kcodecs': '@latest-kf6'
-    'frameworks/kdoctools': '@latest-kf6'
-    'frameworks/kiconthemes': '@latest-kf6'
-    'frameworks/kjobwidgets': '@latest-kf6'
-    'frameworks/kconfig': '@latest-kf6'
-    'frameworks/kparts': '@latest-kf6'
-    'frameworks/ktexteditor': '@latest-kf6'
-    'frameworks/kwidgetsaddons': '@latest-kf6'
-    'sdk/libkomparediff2': '@same'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/CMakeLists.txt 
new/kompare-24.02.0/CMakeLists.txt
--- old/kompare-23.08.4/CMakeLists.txt  2023-11-30 18:19:12.000000000 +0100
+++ new/kompare-24.02.0/CMakeLists.txt  2024-02-17 04:29:12.000000000 +0100
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16)
 
 # Release Service version, managed by release script
-set (RELEASE_SERVICE_VERSION_MAJOR "23")
-set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "4")
+set (RELEASE_SERVICE_VERSION_MAJOR "24")
+set (RELEASE_SERVICE_VERSION_MINOR "02")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 # Bump KOMPARE_BASE_VERSION once new features are added
@@ -55,6 +55,7 @@
     Parts
     TextEditor
     WidgetsAddons
+    I18n
 )
 
 find_package(LibKompareDiff2 5.4 CONFIG)
@@ -66,11 +67,19 @@
 set(KOMPARE_LIB_VERSION 5)
 set(KOMPARE_LIB_SOVERSION 5)
 
-ecm_set_disabled_deprecation_versions(
-    QT 5.15.2
-    KF 5.100
-    KOMPAREDIFF2 5.4
-)
+if (QT_MAJOR_VERSION STREQUAL "6")
+    ecm_set_disabled_deprecation_versions(
+        QT 6.5
+        KF 5.239
+        KOMPAREDIFF2 5.4
+    )
+else()
+    ecm_set_disabled_deprecation_versions(
+        QT 5.15.2
+        KF 5.100
+        KOMPAREDIFF2 5.4
+    )
+endif()
 
 # added by KDE_COMPILERSETTINGS_LEVEL 5.85.0
 remove_definitions(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/af/kompare.po 
new/kompare-24.02.0/po/af/kompare.po
--- old/kompare-23.08.4/po/af/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/af/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kompare VERSION\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2002-11-07 11:40+0200\n"
 "Last-Translator: WEB-Translator <http://kde.af.org.za>\n"
 "Language-Team: AFRIKAANS <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/ar/kompare.po 
new/kompare-24.02.0/po/ar/kompare.po
--- old/kompare-23.08.4/po/ar/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ar/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-01-21 22:14+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/kompare-23.08.4/po/be/kompare.po 
new/kompare-24.02.0/po/be/kompare.po
--- old/kompare-23.08.4/po/be/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/be/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2007-10-28 14:03+0200\n"
 "Last-Translator: Darafei Praliaskouski <[email protected]>\n"
 "Language-Team: Belarusian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/bg/kompare.po 
new/kompare-24.02.0/po/bg/kompare.po
--- old/kompare-23.08.4/po/bg/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/bg/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2023-01-07 16:34+0100\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/kompare-23.08.4/po/br/kompare.po 
new/kompare-24.02.0/po/br/kompare.po
--- old/kompare-23.08.4/po/br/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/br/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2002-07-02 08:32+200\n"
 "Last-Translator: Thierry Vignaud <[email protected]>\n"
 "Language-Team: Brezhoneg <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/bs/kompare.po 
new/kompare-24.02.0/po/bs/kompare.po
--- old/kompare-23.08.4/po/bs/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/bs/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdesdk\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2014-12-29 15:40+0000\n"
 "Last-Translator: Nejra PaÅ¡ić <[email protected]>\n"
 "Language-Team: Bosnian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/ca/docs/kompare/index.docbook 
new/kompare-24.02.0/po/ca/docs/kompare/index.docbook
--- old/kompare-23.08.4/po/ca/docs/kompare/index.docbook        2023-11-30 
18:19:12.000000000 +0100
+++ new/kompare-24.02.0/po/ca/docs/kompare/index.docbook        2024-02-17 
04:29:12.000000000 +0100
@@ -69,7 +69,7 @@
 > 
 
 <para
->Quan dues o més persones treballen sobre un mateix fitxer, van i venen, es 
torna molt difícil veure quins canvis han realitzat a una nova versió o 
còpia del fitxer. Obrir cara-a-cara la nova còpia i l'original en 
l'aplicació usada per a crear la còpia final és una solució però resulta 
laboriós, una gran pèrdua de temps i esdevé un error. Aquí és a on un 
programa per a mostrar diferències, diffs curts, esdevé d'utilitat.</para>
+>Quan dues o més persones treballen sobre un mateix fitxer, van i venen, es 
torna molt difícil veure quins canvis han realitzat a una versió nova o 
còpia del fitxer. Obrir cara-a-cara la còpia nova i l'original en 
l'aplicació usada per a crear la còpia final és una solució però resulta 
laboriós, una gran pèrdua de temps i esdevé un error. Aquí és a on un 
programa per a mostrar diferències, diffs curts, esdevé d'utilitat.</para>
 
 <para
 >Tal com s'espera, un nom apropiat per a un programa com aquest seria <quote
@@ -119,7 +119,7 @@
 >Iniciar &kompare;</title>
 
 <para
->Una drecera per iniciar el &kompare; es pot trobar al menú d'aplicacions a 
<menuchoice
+>Una drecera per a iniciar el &kompare; es pot trobar al menú d'aplicacions a 
<menuchoice
 ><guimenu
 >Desenvolupament</guimenu
 ><guimenuitem
@@ -290,7 +290,7 @@
 ><imageobject
 ><imagedata fileref="dock.png" format="PNG"/></imageobject
 ></inlinemediaobject
->. Per mostrar una altra vegada una barra de navegació oculta, feu clic amb 
el &BDR; a la barra de menús i seleccioneu <guilabel
+>. Per a mostrar una altra vegada una barra de navegació oculta, feu clic amb 
el &BDR; a la barra de menús i seleccioneu <guilabel
 >Navegació</guilabel
 > des del menú contextual. </para
 ></listitem>
@@ -523,7 +523,7 @@
 <title
 >Aplicar una diferència</title>
 <para
->Per aplicar una diferència, feu clic sobre la regió de diferència per a 
ressaltar-la, llavors seleccioneu <menuchoice
+>Per a aplicar una diferència, feu clic sobre la regió de diferència per a 
ressaltar-la, llavors seleccioneu <menuchoice
 ><guimenu
 >Diferència</guimenu
 ><guimenuitem
@@ -761,7 +761,7 @@
 <title
 >Grup de color</title>
 <para
->Per ajustar les preferències de color usades quan es mostren les 
diferències, feu clic al botó de color per a mostrar el diàleg <guilabel
+>Per a ajustar les preferències de color usades quan es mostren les 
diferències, feu clic al botó de color per a mostrar el diàleg <guilabel
 >Trieu el color</guilabel
 > perla següents estats:</para>
 <varlistentry>
@@ -891,7 +891,7 @@
     </mediaobject>
 </screenshot>
 <para
->L'ordre usada per executar el programa diff (per omissió <application
+>L'ordre usada per a executar el programa diff (per omissió <application
 >diff</application
 >).</para>
 </sect2>
@@ -1635,7 +1635,7 @@
 ></term>
 <listitem
 ><para
->Empreu-la per especificar la codificació en cridar des de la línia 
d'ordres. Per omissió s'utilitzarà la codificació local.</para
+>Empreu-la per a especificar la codificació en cridar des de la línia 
d'ordres. Per omissió s'utilitzarà la codificació local.</para
 ></listitem>
 </varlistentry>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/ca/kompare.po 
new/kompare-24.02.0/po/ca/kompare.po
--- old/kompare-23.08.4/po/ca/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ca/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -1,25 +1,25 @@
 # Translation of kompare.po to Catalan
-# Copyright (C) 2002-2023 This_file_is_part_of_KDE
+# Copyright (C) 2002-2024 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Albert Astals Cid <[email protected]>, 2002, 2003, 2004, 2005.
 # SPDX-FileCopyrightText: 2003, 2006, 2012, 2014, 2015, 2020, 2023 Antoni 
Bella Pérez <[email protected]>
-# Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2012, 2013, 
2014, 2015, 2016, 2017, 2020, 2021, 2022.
+# Albert Astals Cid <[email protected]>, 2002, 2003, 2004, 2005.
+# Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2012, 2013, 
2014, 2015, 2016, 2017, 2020, 2021, 2022, 2024.
 # Manuel Tortosa <[email protected]>, 2009, 2010, 2011, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
-"PO-Revision-Date: 2023-11-04 19:42+0100\n"
-"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
+"PO-Revision-Date: 2024-01-29 19:19+0100\n"
+"Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 23.08.2\n"
+"X-Generator: Lokalize 22.12.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -383,7 +383,7 @@
 msgstr ""
 "Això fusionarà URL 2 dintre d'URL 1, s'esperarà que URL 2 sigui una 
sortida "
 "del «diff» i que el fitxer o carpeta d'URL 1 sigui el corresponent per a "
-"dita sortida del «diff». "
+"aquesta sortida del «diff». "
 
 #: app/main.cpp:72
 #, kde-format
@@ -516,7 +516,7 @@
 msgstr ""
 "Amb aquesta opció activada el «diff» tractarà un fitxer que només 
existeix a "
 "un dels directoris com si fos buit a un altre directori. Això significa que "
-"el fitxer es compara amb un fitxer buit i per això apareixerà com una gran "
+"el fitxer es compara amb un fitxer buit, i per això apareixerà com una gran 
"
 "inserció o supressió."
 
 #: dialogpages/diffpage.cpp:244
@@ -1385,3 +1385,16 @@
 #, kde-format
 msgid "cd dir && diff -udHprNa -- source destination"
 msgstr "cd dir && diff -udHprNa -- origen destinació"
+
+#~ msgid "The file exists or is write-protected; do you want to overwrite it?"
+#~ msgstr ""
+#~ "El fitxer ja existeix o està protegit contra escriptura. Voleu "
+#~ "sobreescriure'l?"
+
+#~ msgctxt "@window:title"
+#~ msgid "File Exists"
+#~ msgstr "El fitxer ja existeix"
+
+#~ msgctxt "@action:button"
+#~ msgid "Do Not Overwrite"
+#~ msgstr "No sobreescriure"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/ca@valencia/kompare.po 
new/kompare-24.02.0/po/ca@valencia/kompare.po
--- old/kompare-23.08.4/po/ca@valencia/kompare.po       2023-11-30 
18:19:12.000000000 +0100
+++ new/kompare-24.02.0/po/ca@valencia/kompare.po       2024-02-17 
04:29:12.000000000 +0100
@@ -1,25 +1,25 @@
 # Translation of kompare.po to Catalan (Valencian)
-# Copyright (C) 2002-2023 This_file_is_part_of_KDE
+# Copyright (C) 2002-2024 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Albert Astals Cid <[email protected]>, 2002, 2003, 2004, 2005.
 # SPDX-FileCopyrightText: 2003, 2006, 2012, 2014, 2015, 2020, 2023 Antoni 
Bella Pérez <[email protected]>
-# Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2012, 2013, 
2014, 2015, 2016, 2017, 2020, 2021, 2022.
+# Albert Astals Cid <[email protected]>, 2002, 2003, 2004, 2005.
+# Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2012, 2013, 
2014, 2015, 2016, 2017, 2020, 2021, 2022, 2024.
 # Manuel Tortosa <[email protected]>, 2009, 2010, 2011, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
-"PO-Revision-Date: 2023-11-04 19:42+0100\n"
-"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
+"PO-Revision-Date: 2024-01-29 19:19+0100\n"
+"Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 23.08.2\n"
+"X-Generator: Lokalize 22.12.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -380,7 +380,7 @@
 "the file or folder that the diffoutput needs to be blended into. "
 msgstr ""
 "Fusionarà URL 2 dintre d'URL 1, s'esperarà que URL 2 siga una eixida de "
-"«diff» i que el fitxer o carpeta d'URL 1 siga el corresponent per a dita "
+"«diff» i que el fitxer o carpeta d'URL 1 siga el corresponent per a esta "
 "eixida de «diff». "
 
 #: app/main.cpp:72
@@ -514,7 +514,7 @@
 msgstr ""
 "Amb esta opció seleccionada, «diff» tractarà un fitxer que només existix 
a "
 "un dels directoris com si fora buit a un altre directori. Açò significa que 
"
-"el fitxer es compara amb un fitxer buit i per açò apareixerà com una gran "
+"el fitxer es compara amb un fitxer buit, i per açò apareixerà com una gran 
"
 "inserció o supressió."
 
 #: dialogpages/diffpage.cpp:244
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/cs/kompare.po 
new/kompare-24.02.0/po/cs/kompare.po
--- old/kompare-23.08.4/po/cs/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/cs/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2023-01-24 15:30+0100\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/cy/kompare.po 
new/kompare-24.02.0/po/cy/kompare.po
--- old/kompare-23.08.4/po/cy/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/cy/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: ../cy/messages//kdesdk/kompare.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2004-09-20 15:44+0200\n"
 "Last-Translator: Thierry Vignaud <[email protected]>\n"
 "Language-Team: cy <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/da/kompare.po 
new/kompare-24.02.0/po/da/kompare.po
--- old/kompare-23.08.4/po/da/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/da/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2018-01-10 19:38+0100\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/kompare-23.08.4/po/de/kompare.po 
new/kompare-24.02.0/po/de/kompare.po
--- old/kompare-23.08.4/po/de/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/de/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-11-10 20:34+0100\n"
 "Last-Translator: Frank Steinmetzger <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/el/kompare.po 
new/kompare-24.02.0/po/el/kompare.po
--- old/kompare-23.08.4/po/el/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/el/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2023-01-07 10:07+0200\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/en_GB/kompare.po 
new/kompare-24.02.0/po/en_GB/kompare.po
--- old/kompare-23.08.4/po/en_GB/kompare.po     2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/en_GB/kompare.po     2024-02-17 04:29:12.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-12-31 15:32+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/eo/kompare.po 
new/kompare-24.02.0/po/eo/kompare.po
--- old/kompare-23.08.4/po/eo/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/eo/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
-"PO-Revision-Date: 2023-05-17 11:58+0100\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
+"PO-Revision-Date: 2024-01-03 14:17+0100\n"
 "Last-Translator: Oliver Kellogg <[email protected]>\n"
 "Language-Team: esperanto <[email protected]>\n"
 "Language: eo\n"
@@ -483,7 +483,7 @@
 #, kde-format
 msgctxt "@title:group"
 msgid "General"
-msgstr "Ĝeneralo"
+msgstr "Ĝenerala"
 
 #: dialogpages/diffpage.cpp:239
 #, kde-format
@@ -925,7 +925,7 @@
 #, kde-format
 msgctxt "@title:column"
 msgid "Destination Folder"
-msgstr "Destina Dosierujo"
+msgstr "Cela Dosierujo"
 
 #: komparenavtreepart/komparenavtreepart.cpp:74
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/es/kompare.po 
new/kompare-24.02.0/po/es/kompare.po
--- old/kompare-23.08.4/po/es/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/es/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-10-14 21:39+0200\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/et/kompare.po 
new/kompare-24.02.0/po/et/kompare.po
--- old/kompare-23.08.4/po/et/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/et/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2020-05-04 11:29+0300\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/kompare-23.08.4/po/eu/kompare.po 
new/kompare-24.02.0/po/eu/kompare.po
--- old/kompare-23.08.4/po/eu/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/eu/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-10-16 08:45+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/kompare-23.08.4/po/fa/kompare.po 
new/kompare-24.02.0/po/fa/kompare.po
--- old/kompare-23.08.4/po/fa/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/fa/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2007-06-30 17:00+0330\n"
 "Last-Translator: Nazanin Kazemi <[email protected]>\n"
 "Language-Team: Persian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/fi/kompare.po 
new/kompare-24.02.0/po/fi/kompare.po
--- old/kompare-23.08.4/po/fi/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/fi/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-11-05 21:12+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/kompare-23.08.4/po/fr/kompare.po 
new/kompare-24.02.0/po/fr/kompare.po
--- old/kompare-23.08.4/po/fr/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/fr/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -14,17 +14,17 @@
 # Jean-Jacques FINAZZI <[email protected]>, 2008.
 # Joëlle Cornavin <[email protected]>, 2009, 2010, 2012, 2013.
 # Simon Depiets <[email protected]>, 2017.
-# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard 
<[email protected]>
-# Xavier BESNARD <[email protected]>, 2023.
+# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard 
<[email protected]>
+# Xavier Besnard <[email protected]>, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2023-10-14 22:37+0200\n"
-"Last-Translator: Xavier BESNARD <[email protected]>\n"
-"Language-Team: fr\n"
+"Last-Translator: Xavier Besnard <[email protected]>\n"
+"Language-Team: French <[email protected]>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -47,7 +47,7 @@
 msgid "Your emails"
 msgstr ""
 "[email protected], [email protected], [email protected], [email protected], "
-"[email protected], [email protected]"
+"[email protected], [email protected]"
 
 #: app/kompare_shell.cpp:69
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/ga/kompare.po 
new/kompare-24.02.0/po/ga/kompare.po
--- old/kompare-23.08.4/po/ga/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ga/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdesdk/kompare.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2004-12-03 14:52-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/kompare-23.08.4/po/gl/kompare.po 
new/kompare-24.02.0/po/gl/kompare.po
--- old/kompare-23.08.4/po/gl/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/gl/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2023-11-16 19:36+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/hi/kompare.po 
new/kompare-24.02.0/po/hi/kompare.po
--- old/kompare-23.08.4/po/hi/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/hi/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2021-06-29 20:39+0530\n"
 "Last-Translator: Raghavendra Kamath <[email protected]>\n"
 "Language-Team: kde-hindi\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/hne/kompare.po 
new/kompare-24.02.0/po/hne/kompare.po
--- old/kompare-23.08.4/po/hne/kompare.po       2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/hne/kompare.po       2024-02-17 04:29:12.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2009-03-01 11:17+0530\n"
 "Last-Translator: Ravishankar Shrivastava <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/hr/kompare.po 
new/kompare-24.02.0/po/hr/kompare.po
--- old/kompare-23.08.4/po/hr/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/hr/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kompare 0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2004-04-20 13:26+CEST\n"
 "Last-Translator: auto\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/hu/kompare.po 
new/kompare-24.02.0/po/hu/kompare.po
--- old/kompare-23.08.4/po/hu/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/hu/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.2\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2013-04-09 23:49+0200\n"
 "Last-Translator: Balázs Úr <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/is/kompare.po 
new/kompare-24.02.0/po/is/kompare.po
--- old/kompare-23.08.4/po/is/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/is/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2015-04-17 11:51+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/kompare-23.08.4/po/it/kompare.po 
new/kompare-24.02.0/po/it/kompare.po
--- old/kompare-23.08.4/po/it/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/it/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-10-18 07:50+0200\n"
 "Last-Translator: Paolo Zamponi <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/ja/kompare.po 
new/kompare-24.02.0/po/ja/kompare.po
--- old/kompare-23.08.4/po/ja/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ja/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2009-07-20 23:29+0900\n"
 "Last-Translator: Yukiko Bando <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/ka/kompare.po 
new/kompare-24.02.0/po/ka/kompare.po
--- old/kompare-23.08.4/po/ka/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ka/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2023-05-17 04:55+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/kompare-23.08.4/po/kk/kompare.po 
new/kompare-24.02.0/po/kk/kompare.po
--- old/kompare-23.08.4/po/kk/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/kk/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2013-06-27 04:14+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/kompare-23.08.4/po/km/kompare.po 
new/kompare-24.02.0/po/km/kompare.po
--- old/kompare-23.08.4/po/km/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/km/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2008-12-19 10:22+0700\n"
 "Last-Translator: Khoem Sokhem <[email protected]>\n"
 "Language-Team: Khmer <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/ko/kompare.po 
new/kompare-24.02.0/po/ko/kompare.po
--- old/kompare-23.08.4/po/ko/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ko/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2023-03-01 01:55+0100\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/kompare-23.08.4/po/lt/kompare.po 
new/kompare-24.02.0/po/lt/kompare.po
--- old/kompare-23.08.4/po/lt/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/lt/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2017-06-28 10:15+0200\n"
 "Last-Translator: Mindaugas Baranauskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/lv/kompare.po 
new/kompare-24.02.0/po/lv/kompare.po
--- old/kompare-23.08.4/po/lv/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/lv/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2009-06-04 12:04+0300\n"
 "Last-Translator: Viesturs Zariņš <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/mai/kompare.po 
new/kompare-24.02.0/po/mai/kompare.po
--- old/kompare-23.08.4/po/mai/kompare.po       2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/mai/kompare.po       2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2010-09-24 20:23+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/kompare-23.08.4/po/mk/kompare.po 
new/kompare-24.02.0/po/mk/kompare.po
--- old/kompare-23.08.4/po/mk/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/mk/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2006-01-26 23:14+0100\n"
 "Last-Translator: Bozidar Proevski <[email protected]>\n"
 "Language-Team: Macedonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/mr/kompare.po 
new/kompare-24.02.0/po/mr/kompare.po
--- old/kompare-23.08.4/po/mr/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/mr/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2013-03-28 14:37+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/kompare-23.08.4/po/ms/kompare.po 
new/kompare-24.02.0/po/ms/kompare.po
--- old/kompare-23.08.4/po/ms/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ms/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2006-12-03 15:38+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/kompare-23.08.4/po/nb/kompare.po 
new/kompare-24.02.0/po/nb/kompare.po
--- old/kompare-23.08.4/po/nb/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/nb/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2013-04-08 21:44+0200\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/kompare-23.08.4/po/nds/kompare.po 
new/kompare-24.02.0/po/nds/kompare.po
--- old/kompare-23.08.4/po/nds/kompare.po       2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/nds/kompare.po       2024-02-17 04:29:12.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2011-09-05 22:49+0200\n"
 "Last-Translator: Manfred Wiese <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/ne/kompare.po 
new/kompare-24.02.0/po/ne/kompare.po
--- old/kompare-23.08.4/po/ne/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ne/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2007-08-20 13:09+0545\n"
 "Last-Translator: Nabin Gautam <[email protected]>\n"
 "Language-Team: Nepali <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/nl/kompare.po 
new/kompare-24.02.0/po/nl/kompare.po
--- old/kompare-23.08.4/po/nl/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/nl/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2023-07-05 20:41+0200\n"
 "Last-Translator: Luc Castermans <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/nn/kompare.po 
new/kompare-24.02.0/po/nn/kompare.po
--- old/kompare-23.08.4/po/nn/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/nn/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-10-30 09:36+0100\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/kompare-23.08.4/po/oc/kompare.po 
new/kompare-24.02.0/po/oc/kompare.po
--- old/kompare-23.08.4/po/oc/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/oc/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2008-08-05 22:28+0200\n"
 "Last-Translator: Yannig Marchegay (Kokoyaya) <[email protected]>\n"
 "Language-Team: Occitan (lengadocian) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/pa/kompare.po 
new/kompare-24.02.0/po/pa/kompare.po
--- old/kompare-23.08.4/po/pa/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/pa/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2012-07-05 07:33+0530\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: Punjabi/Panjabi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/pl/kompare.po 
new/kompare-24.02.0/po/pl/kompare.po
--- old/kompare-23.08.4/po/pl/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/pl/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -1,6 +1,6 @@
 # translation of kompare.po to Polish
 # translation of kompare.po to
-# Version: $Revision: 1651772 $
+# Version: $Revision: 1664120 $
 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software 
Foundation, Inc.
 #
 # Marta Rybczynska <[email protected]>, 2002, 2004, 2005.
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-10-18 18:00+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/kompare-23.08.4/po/pt/kompare.po 
new/kompare-24.02.0/po/pt/kompare.po
--- old/kompare-23.08.4/po/pt/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/pt/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-10-16 11:34+0100\n"
 "Last-Translator: José Nuno Pires <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/pt_BR/kompare.po 
new/kompare-24.02.0/po/pt_BR/kompare.po
--- old/kompare-23.08.4/po/pt_BR/kompare.po     2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/pt_BR/kompare.po     2024-02-17 04:29:12.000000000 
+0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-10-19 15:43-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/ro/kompare.po 
new/kompare-24.02.0/po/ro/kompare.po
--- old/kompare-23.08.4/po/ro/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ro/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2012-12-22 11:55+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/kompare-23.08.4/po/ru/kompare.po 
new/kompare-24.02.0/po/ru/kompare.po
--- old/kompare-23.08.4/po/ru/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ru/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2023-02-19 17:03+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/se/kompare.po 
new/kompare-24.02.0/po/se/kompare.po
--- old/kompare-23.08.4/po/se/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/se/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2007-09-11 22:44+0200\n"
 "Last-Translator: Northern Sami translation team <[email protected]."
 "no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/sk/kompare.po 
new/kompare-24.02.0/po/sk/kompare.po
--- old/kompare-23.08.4/po/sk/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/sk/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-04-09 19:22+0200\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/sl/kompare.po 
new/kompare-24.02.0/po/sl/kompare.po
--- old/kompare-23.08.4/po/sl/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/sl/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -2,7 +2,7 @@
 # translation of kompare.po to
 # Translation of kompare.po to Slovenian
 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
-# $Id: kompare.po 1651772 2023-05-16 01:30:36Z scripty $
+# $Id: kompare.po 1664120 2023-11-05 13:15:21Z scripty $
 # $Source$
 #
 # Gregor Rakar <[email protected]>, 2003, 2004, 2005.
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-11-15 13:55+0100\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/kompare-23.08.4/po/sq/kompare.po 
new/kompare-24.02.0/po/sq/kompare.po
--- old/kompare-23.08.4/po/sq/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/sq/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdesdk\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2009-06-05 03:59+0000\n"
 "Last-Translator: Vilson Gjeci <[email protected]>\n"
 "Language-Team: Albanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/sv/kompare.po 
new/kompare-24.02.0/po/sv/kompare.po
--- old/kompare-23.08.4/po/sv/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/sv/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2023-07-25 10:43+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/kompare-23.08.4/po/ta/kompare.po 
new/kompare-24.02.0/po/ta/kompare.po
--- old/kompare-23.08.4/po/ta/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ta/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-10-18 19:45+0530\n"
 "Last-Translator: Kishore G <[email protected]>\n"
 "Language-Team: Tamil <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/tg/kompare.po 
new/kompare-24.02.0/po/tg/kompare.po
--- old/kompare-23.08.4/po/tg/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/tg/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2019-09-29 12:28+0500\n"
 "Last-Translator: Victor Ibragimov <[email protected]>\n"
 "Language-Team: English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/tr/kompare.po 
new/kompare-24.02.0/po/tr/kompare.po
--- old/kompare-23.08.4/po/tr/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/tr/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdesdk-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2023-05-15 22:41+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/kompare-23.08.4/po/ug/kompare.po 
new/kompare-24.02.0/po/ug/kompare.po
--- old/kompare-23.08.4/po/ug/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/ug/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+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/kompare-23.08.4/po/uk/kompare.po 
new/kompare-24.02.0/po/uk/kompare.po
--- old/kompare-23.08.4/po/uk/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/uk/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-10-14 17:09+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/xh/kompare.po 
new/kompare-24.02.0/po/xh/kompare.po
--- old/kompare-23.08.4/po/xh/kompare.po        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/xh/kompare.po        2024-02-17 04:29:12.000000000 
+0100
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2002-11-14 16:57SAST\n"
 "Last-Translator: Lwandle Mgidlana <[email protected]>\n"
 "Language-Team: Xhosa <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/zh_CN/kompare.po 
new/kompare-24.02.0/po/zh_CN/kompare.po
--- old/kompare-23.08.4/po/zh_CN/kompare.po     2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/zh_CN/kompare.po     2024-02-17 04:29:12.000000000 
+0100
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
-"PO-Revision-Date: 2023-11-25 02:33\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
+"PO-Revision-Date: 2024-02-05 11:40\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -14,8 +14,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/kompare/kompare.pot\n"
-"X-Crowdin-File-ID: 4527\n"
+"X-Crowdin-File: /kf5-trunk/messages/kompare/kompare.pot\n"
+"X-Crowdin-File-ID: 5846\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/po/zh_TW/kompare.po 
new/kompare-24.02.0/po/zh_TW/kompare.po
--- old/kompare-23.08.4/po/zh_TW/kompare.po     2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/po/zh_TW/kompare.po     2024-02-17 04:29:12.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-05-16 00:49+0000\n"
+"POT-Creation-Date: 2023-11-05 12:38+0000\n"
 "PO-Revision-Date: 2022-12-30 18:35+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/kompare-23.08.4/snapcraft.yaml 
new/kompare-24.02.0/snapcraft.yaml
--- old/kompare-23.08.4/snapcraft.yaml  2023-11-30 18:19:12.000000000 +0100
+++ new/kompare-24.02.0/snapcraft.yaml  1970-01-01 01:00:00.000000000 +0100
@@ -1,187 +0,0 @@
-# SPDX-FileCopyrightText: 2023 Scarlett Moore <[email protected]>
-#
-# SPDX-License-Identifier: CC0-1.0
----
-name: kompare
-confinement: strict
-grade: stable
-base: core22
-adopt-info: kompare
-version: '23.08.3'
-apps:
-    kompare:
-        # extensions:
-        # - kde-neon
-        common-id: org.kde.kompare.desktop
-        desktop: usr/share/applications/org.kde.kompare.desktop
-        command: usr/bin/kompare
-        plugs:
-        - home
-        - desktop
-        - desktop-legacy
-        - opengl
-        - wayland
-        - x11
-        - audio-playback
-        - unity7
-        command-chain:
-        - snap/command-chain/desktop-launch
-assumes:
-- snapd2.58.3
-compression: lzo
-plugs:
-    desktop:
-        mount-host-font-cache: false
-    icon-themes:
-        interface: content
-        target: $SNAP/data-dir/icons
-        default-provider: gtk-common-themes
-    sound-themes:
-        interface: content
-        target: $SNAP/data-dir/sounds
-        default-provider: gtk-common-themes
-    kf5-5-111-qt-5-15-11-core22:
-        content: kf5-5-111-qt-5-15-11-core22-all
-        interface: content
-        default-provider: kf5-5-111-qt-5-15-11-core22
-        target: $SNAP/kf5
-environment:
-    SNAP_DESKTOP_RUNTIME: $SNAP/kf5
-    GST_PLUGIN_PATH: "$SNAP/kf5/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer-1.0"
-    GST_PLUGIN_SYSTEM_PATH: 
"$SNAP/kf5/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer-1.0"
-    GST_PLUGIN_SCANNER: 
"$SNAP/kf5/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner"
-hooks:
-    configure:
-        plugs:
-        - desktop
-        command-chain:
-        - snap/command-chain/hooks-configure-desktop
-layout:
-    /usr/share/X11:
-        symlink: $SNAP/kf5/usr/share/X11
-    "/usr/lib/$CRAFT_ARCH_TRIPLET/alsa-lib":
-        bind: "$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/alsa-lib"
-    "/usr/share/alsa":
-        bind: "$SNAP/usr/share/alsa"
-slots:
-    session-dbus-interface:
-        interface: dbus
-        name: org.kde.kompare
-        bus: session
-package-repositories:
--   type: apt
-    components:
-    - main
-    suites:
-    - jammy
-    key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
-    url: http://origin.archive.neon.kde.org/user
-    key-server: keyserver.ubuntu.com
-parts:
-    kde-neon:
-        source: 
/snap/snapcraft/current/share/snapcraft/extensions/desktop/kde-neon
-        source-type: local
-        plugin: make
-        make-parameters:
-        - PLATFORM_PLUG=kf5-5-111-qt-5-15-11-core22
-        build-snaps:
-        - kf5-5-111-qt-5-15-11-core22-sdk
-        build-environment:
-        - &id001
-            PATH: 
/snap/kf5-5-111-qt-5-15-11-core22-sdk/current/usr/bin${PATH:+:$PATH}
-        - &id002
-            XDG_DATA_DIRS: 
$CRAFT_STAGE/usr/share:/snap/kf5-5-111-qt-5-15-11-core22-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS}
-        - &id003
-            XDG_CONFIG_HOME: 
$CRAFT_STAGE/etc/xdg:/snap/kf5-5-111-qt-5-15-11-core22-sdk/current/etc/xdg:/etc/xdg${XDG_CONFIG_HOME:+:$XDG_CONFIG_HOME}
-        - &id004
-            CRAFT_CMAKE_ARGS: 
-DCMAKE_FIND_ROOT_PATH=/snap/kf5-5-111-qt-5-15-11-core22-sdk/current${CRAFT_CMAKE_ARGS:+:$CRAFT_CMAKE_ARGS}
-    libkomparediff2:
-        after:
-        - kde-neon
-        plugin: cmake
-        build-packages:
-        - libkf5doctools-dev
-        source: https://invent.kde.org/sdk/libkomparediff2.git
-        source-branch: release/23.08
-        cmake-parameters:
-        - "-DCMAKE_INSTALL_PREFIX=/usr"
-        - "-DCMAKE_BUILD_TYPE=Release"
-        - "-DENABLE_TESTING=OFF"
-        - "-DBUILD_TESTING=OFF"
-        - "-DKDE_SKIP_TEST_SETTINGS=ON"
-        - 
"-DCMAKE_FIND_ROOT_PATH=/usr\\;$CRAFT_STAGE\\;/snap/kf5-5-111-qt-5-15-11-core22-sdk/current"
-        - "-DKDE_INSTALL_PLUGINDIR=/usr/lib/$CRAFT_ARCH_TRIPLET/qt5/plugins/"
-        prime:
-        - "-usr/lib/*/cmake/*"
-        - "-usr/include/*"
-        - "-usr/share/ECM/*"
-        - "-usr/share/doc/*"
-        - "-usr/share/man/*"
-        - "-usr/share/icons/breeze-dark*"
-        - "-usr/bin/X11"
-        - "-usr/lib/gcc/$CRAFT_ARCH_TRIPLET/6.0.0"
-        - "-usr/lib/aspell/*"
-        - "-usr/share/lintian"
-        build-environment: &id005
-        - *id001
-        - *id002
-        - *id003
-        - *id004
-    kompare:
-        after:
-        - libkomparediff2
-        parse-info:
-        - usr/share/metainfo/org.kde.kompare.appdata.xml
-        plugin: cmake
-        build-packages:
-        - libkf5doctools-dev
-        stage-packages:
-        - kde-cli-tools
-        - kio-extras
-        - shared-mime-info
-        - libslang2
-        - libgpm2
-        - libglu1-mesa
-        - phonon4qt5
-        - gstreamer1.0-alsa
-        - gstreamer1.0-pulseaudio
-        - gstreamer1.0-plugins-good
-        - gstreamer1.0-plugins-bad
-        - gstreamer1.0-plugins-ugly
-        - phonon4qt5-backend-gstreamer
-        - oxygen-sounds
-        stage-snaps:
-        - khelpcenter
-        override-build: |
-            craftctl default
-            update-mime-database $SNAPCRAFT_PART_INSTALL/usr/share/mime/
-        source: .
-        source-type: local
-        cmake-parameters:
-        - "-DCMAKE_INSTALL_PREFIX=/usr"
-        - "-DCMAKE_BUILD_TYPE=Release"
-        - "-DENABLE_TESTING=OFF"
-        - "-DBUILD_TESTING=OFF"
-        - "-DKDE_SKIP_TEST_SETTINGS=ON"
-        - 
"-DCMAKE_FIND_ROOT_PATH=/usr\\;$CRAFT_STAGE\\;/snap/kf5-5-111-qt-5-15-11-core22-sdk/current"
-        - "-DKDE_INSTALL_PLUGINDIR=/usr/lib/$CRAFT_ARCH_TRIPLET/qt5/plugins/"
-        prime:
-        - "-usr/lib/*/cmake/*"
-        - "-usr/include/*"
-        - "-usr/share/ECM/*"
-        - "-usr/share/man/*"
-        - "-usr/share/icons/breeze-dark*"
-        - "-usr/bin/X11"
-        - "-usr/lib/gcc/$CRAFT_ARCH_TRIPLET/6.0.0"
-        - "-usr/lib/aspell/*"
-        - "-usr/share/lintian"
-        build-environment: *id005
-    cleanup:
-        after:
-        - kde-neon
-        - kompare
-        plugin: nil
-        override-prime:  |
-            set -eux
-             # # Unused libraries found by linter
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/src/app/kompare_shell.cpp 
new/kompare-24.02.0/src/app/kompare_shell.cpp
--- old/kompare-23.08.4/src/app/kompare_shell.cpp       2023-11-30 
18:19:12.000000000 +0100
+++ new/kompare-24.02.0/src/app/kompare_shell.cpp       2024-02-17 
04:29:12.000000000 +0100
@@ -197,10 +197,10 @@
     a = actionCollection()->addAction(QStringLiteral("file_compare_files"), 
this, &KompareShell::slotFileCompareFiles);
     a->setIcon(QIcon::fromTheme(QStringLiteral("document-open")));
     a->setText(i18nc("@action", "&Compare Files..."));
-    actionCollection()->setDefaultShortcut(a, QKeySequence(Qt::CTRL + 
Qt::Key_C));
+    actionCollection()->setDefaultShortcut(a, QKeySequence(Qt::CTRL | 
Qt::Key_C));
     a = actionCollection()->addAction(QStringLiteral("file_blend_url"), this, 
&KompareShell::slotFileBlendURLAndDiff);
     a->setText(i18nc("@action", "&Blend URL with Diff..."));
-    actionCollection()->setDefaultShortcut(a, QKeySequence(Qt::CTRL + 
Qt::Key_B));
+    actionCollection()->setDefaultShortcut(a, QKeySequence(Qt::CTRL | 
Qt::Key_B));
     KStandardAction::quit(this, &KompareShell::slotFileClose, 
actionCollection());
 
     createStandardStatusBarAction();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/src/app/main.cpp 
new/kompare-24.02.0/src/app/main.cpp
--- old/kompare-23.08.4/src/app/main.cpp        2023-11-30 18:19:12.000000000 
+0100
+++ new/kompare-24.02.0/src/app/main.cpp        2024-02-17 04:29:12.000000000 
+0100
@@ -52,7 +52,7 @@
                          KAboutLicense::GPL,
                          i18n("(c) 2001-2004 John Firebaugh, (c) 
2001-2005,2009 Otto Bruggeman, (c) 2004-2005 Jeff Snyder, (c) 2007-2012 Kevin 
Kofler"),
                          QString(),
-                         QStringLiteral("https://commits.kde.org/kompare";));
+                         QStringLiteral("https://apps.kde.org/kompare";));
     aboutData.addAuthor(i18n("John Firebaugh"), i18n("Author"), 
QStringLiteral("[email protected]"));
     aboutData.addAuthor(i18n("Otto Bruggeman"), i18n("Author"), 
QStringLiteral("[email protected]"));
     aboutData.addAuthor(i18n("Jeff Snyder"), i18n("Developer"), 
QStringLiteral("[email protected]"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/src/app/org.kde.kompare.appdata.xml 
new/kompare-24.02.0/src/app/org.kde.kompare.appdata.xml
--- old/kompare-23.08.4/src/app/org.kde.kompare.appdata.xml     2023-11-30 
18:19:12.000000000 +0100
+++ new/kompare-24.02.0/src/app/org.kde.kompare.appdata.xml     2024-02-17 
04:29:12.000000000 +0100
@@ -276,7 +276,7 @@
       <image>https://cdn.kde.org/screenshots/kompare/kompare.png</image>
     </screenshot>
   </screenshots>
-  <url type="homepage">https://kde.org/applications/development/kompare/</url>
+  <url type="homepage">https://apps.kde.org/kompare</url>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=kompare</url>
   <url type="help">https://docs.kde.org/?application=kompare</url>
   <url 
type="donation">https://www.kde.org/community/donations/?app=kompare&amp;source=appdata</url>
@@ -290,9 +290,9 @@
     <category>Development</category>
   </categories>
   <releases>
+    <release version="4.1.24020" date="2024-02-28"/>
+    <release version="4.1.23085" date="2024-02-15"/>
     <release version="4.1.23084" date="2023-12-07"/>
     <release version="4.1.23083" date="2023-11-09"/>
-    <release version="4.1.23082" date="2023-10-12"/>
-    <release version="4.1.23081" date="2023-09-14"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/src/app/org.kde.kompare.desktop 
new/kompare-24.02.0/src/app/org.kde.kompare.desktop
--- old/kompare-23.08.4/src/app/org.kde.kompare.desktop 2023-11-30 
18:19:12.000000000 +0100
+++ new/kompare-24.02.0/src/app/org.kde.kompare.desktop 2024-02-17 
04:29:12.000000000 +0100
@@ -88,7 +88,7 @@
 GenericName[fr]=Interface graphique pour « Diff » et « Patch »
 GenericName[ga]=Comhéadan Diff/Patch
 GenericName[gl]=Interface para Diff/Patch
-GenericName[he]=ממשק ל-Diff/Patch
+GenericName[he]=ממשק ל־Diff/Patch
 GenericName[hr]=Sučelje za Diff/Patch 
 GenericName[hu]=Grafikus diff/patch
 GenericName[is]=Myndrænt viðmót á Diff/Patch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/src/dialogpages/CMakeLists.txt 
new/kompare-24.02.0/src/dialogpages/CMakeLists.txt
--- old/kompare-23.08.4/src/dialogpages/CMakeLists.txt  2023-11-30 
18:19:12.000000000 +0100
+++ new/kompare-24.02.0/src/dialogpages/CMakeLists.txt  2024-02-17 
04:29:12.000000000 +0100
@@ -20,6 +20,7 @@
         KF${KF_MAJOR_VERSION}::Completion
         KF${KF_MAJOR_VERSION}::KIOWidgets
         KF${KF_MAJOR_VERSION}::WidgetsAddons
+       KF${KF_MAJOR_VERSION}::I18n
 )
 
 set_target_properties(komparedialogpages PROPERTIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/src/dialogpages/filespage.cpp 
new/kompare-24.02.0/src/dialogpages/filespage.cpp
--- old/kompare-23.08.4/src/dialogpages/filespage.cpp   2023-11-30 
18:19:12.000000000 +0100
+++ new/kompare-24.02.0/src/dialogpages/filespage.cpp   2024-02-17 
04:29:12.000000000 +0100
@@ -125,7 +125,7 @@
     QUrl newUrl = selectFolders ? QFileDialog::getExistingDirectoryUrl(this,
                                                                        
i18nc("@title:window", "Select Folder"),
                                                                        
currentUrl,
-                                                                       
QFileDialog::ReadOnly)
+                                                                       
QFileDialog::ReadOnly | QFileDialog::ShowDirsOnly)
                                 : QFileDialog::getOpenFileUrl(this,
                                                               
i18nc("@title:window", "Select File"),
                                                               currentUrl);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/src/dialogpages/viewsettings.cpp 
new/kompare-24.02.0/src/dialogpages/viewsettings.cpp
--- old/kompare-23.08.4/src/dialogpages/viewsettings.cpp        2023-11-30 
18:19:12.000000000 +0100
+++ new/kompare-24.02.0/src/dialogpages/viewsettings.cpp        2024-02-17 
04:29:12.000000000 +0100
@@ -38,7 +38,7 @@
 
 void ViewSettings::loadSettings(KConfig* config)
 {
-    KConfigGroup cfg(config, "View Options");
+    KConfigGroup cfg(config, QStringLiteral("View Options"));
     m_removeColor         = cfg.readEntry("RemoveColor",         
default_removeColor);
     m_changeColor         = cfg.readEntry("ChangeColor",         
default_changeColor);
     m_addColor            = cfg.readEntry("AddColor",            
default_addColor);
@@ -53,7 +53,7 @@
 
 void ViewSettings::saveSettings(KConfig* config)
 {
-    KConfigGroup cfg(config, "View Options");
+    KConfigGroup cfg(config, QStringLiteral("View Options"));
     cfg.writeEntry("RemoveColor",         m_removeColor);
     cfg.writeEntry("ChangeColor",         m_changeColor);
     cfg.writeEntry("AddColor",            m_addColor);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kompare-23.08.4/src/komparenavtreepart/CMakeLists.txt 
new/kompare-24.02.0/src/komparenavtreepart/CMakeLists.txt
--- old/kompare-23.08.4/src/komparenavtreepart/CMakeLists.txt   2023-11-30 
18:19:12.000000000 +0100
+++ new/kompare-24.02.0/src/komparenavtreepart/CMakeLists.txt   2024-02-17 
04:29:12.000000000 +0100
@@ -20,6 +20,7 @@
     Qt::Widgets
     KF${KF_MAJOR_VERSION}::Parts
     KF${KF_MAJOR_VERSION}::IconThemes
+    KF${KF_MAJOR_VERSION}::I18n
     KompareDiff2
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kompare-23.08.4/src/komparenavtreepart/komparenavtreepart.h 
new/kompare-24.02.0/src/komparenavtreepart/komparenavtreepart.h
--- old/kompare-23.08.4/src/komparenavtreepart/komparenavtreepart.h     
2023-11-30 18:19:12.000000000 +0100
+++ new/kompare-24.02.0/src/komparenavtreepart/komparenavtreepart.h     
2024-02-17 04:29:12.000000000 +0100
@@ -72,9 +72,6 @@
     void buildDirectoryTree();
 
     QString compareFromEndAndReturnSame(const QString& string1, const QString& 
string2);
-    void addDirToTreeView(enum Kompare::Target, const QString& filename);
-
-    QTreeWidgetItem* findDirInDirTree(const QTreeWidgetItem* parent, const 
QString& dir);
 
 private:
     QSplitter*                         m_splitter;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kompare-23.08.4/src/komparenavtreepart/komparenavtreepart.json.in 
new/kompare-24.02.0/src/komparenavtreepart/komparenavtreepart.json.in
--- old/kompare-23.08.4/src/komparenavtreepart/komparenavtreepart.json.in       
2023-11-30 18:19:12.000000000 +0100
+++ new/kompare-24.02.0/src/komparenavtreepart/komparenavtreepart.json.in       
2024-02-17 04:29:12.000000000 +0100
@@ -16,6 +16,7 @@
                 "Name[fi]": "John Firebaugh",
                 "Name[fr]": "John Firebaugh",
                 "Name[gl]": "John Firebaugh",
+                "Name[he]": "ג׳ון פיירבו",
                 "Name[it]": "John Firebaugh",
                 "Name[ka]": "John Firebaugh",
                 "Name[ko]": "John Firebaugh",
@@ -24,6 +25,7 @@
                 "Name[pl]": "John Firebaugh",
                 "Name[pt]": "John Firebaugh",
                 "Name[pt_BR]": "John Firebaugh",
+                "Name[sk]": "John Firebaugh",
                 "Name[sl]": "John Firebaugh",
                 "Name[sv]": "John Firebaugh",
                 "Name[ta]": "ஜான் ஃபயர்பாக்",
@@ -48,6 +50,7 @@
                 "Name[fi]": "Otto Bruggeman",
                 "Name[fr]": "Otto Bruggeman",
                 "Name[gl]": "Otto Bruggeman",
+                "Name[he]": "אוטו ברוגמן",
                 "Name[it]": "Otto Bruggeman",
                 "Name[ka]": "Otto Bruggeman",
                 "Name[ko]": "Otto Bruggerman",
@@ -56,6 +59,7 @@
                 "Name[pl]": "Otto Bruggeman",
                 "Name[pt]": "Otto Bruggeman",
                 "Name[pt_BR]": "Otto Bruggeman",
+                "Name[sk]": "Otto Bruggeman",
                 "Name[sl]": "Otto Bruggeman",
                 "Name[sv]": "Otto Bruggeman",
                 "Name[ta]": "ஓட்டோ புருகமான்",
@@ -80,6 +84,7 @@
                 "Name[fi]": "Kevin Kofler",
                 "Name[fr]": "Kevin Kofler",
                 "Name[gl]": "Kevin Kofler",
+                "Name[he]": "קווין קופלר",
                 "Name[it]": "Kevin Kofler",
                 "Name[ka]": "Kevin Kofler",
                 "Name[ko]": "Kevin Kofler",
@@ -88,6 +93,7 @@
                 "Name[pl]": "Kevin Kofler",
                 "Name[pt]": "Kevin Kofler",
                 "Name[pt_BR]": "Kevin Kofler",
+                "Name[sk]": "Kevin Kofler",
                 "Name[sl]": "Kevin Kofler",
                 "Name[sv]": "Kevin Kofler",
                 "Name[ta]": "கெவின் கொஃப்லர்",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/src/komparepart/komparepart.json.in 
new/kompare-24.02.0/src/komparepart/komparepart.json.in
--- old/kompare-23.08.4/src/komparepart/komparepart.json.in     2023-11-30 
18:19:12.000000000 +0100
+++ new/kompare-24.02.0/src/komparepart/komparepart.json.in     2024-02-17 
04:29:12.000000000 +0100
@@ -16,6 +16,7 @@
                 "Name[fi]": "John Firebaugh",
                 "Name[fr]": "John Firebaugh",
                 "Name[gl]": "John Firebaugh",
+                "Name[he]": "ג׳ון פיירבו",
                 "Name[it]": "John Firebaugh",
                 "Name[ka]": "John Firebaugh",
                 "Name[ko]": "John Firebaugh",
@@ -24,6 +25,7 @@
                 "Name[pl]": "John Firebaugh",
                 "Name[pt]": "John Firebaugh",
                 "Name[pt_BR]": "John Firebaugh",
+                "Name[sk]": "John Firebaugh",
                 "Name[sl]": "John Firebaugh",
                 "Name[sv]": "John Firebaugh",
                 "Name[ta]": "ஜான் ஃபயர்பாக்",
@@ -48,6 +50,7 @@
                 "Name[fi]": "Otto Bruggeman",
                 "Name[fr]": "Otto Bruggeman",
                 "Name[gl]": "Otto Bruggeman",
+                "Name[he]": "אוטו ברוגמן",
                 "Name[it]": "Otto Bruggeman",
                 "Name[ka]": "Otto Bruggeman",
                 "Name[ko]": "Otto Bruggerman",
@@ -56,6 +59,7 @@
                 "Name[pl]": "Otto Bruggeman",
                 "Name[pt]": "Otto Bruggeman",
                 "Name[pt_BR]": "Otto Bruggeman",
+                "Name[sk]": "Otto Bruggeman",
                 "Name[sl]": "Otto Bruggeman",
                 "Name[sv]": "Otto Bruggeman",
                 "Name[ta]": "ஓட்டோ புருகமான்",
@@ -80,6 +84,7 @@
                 "Name[fi]": "Kevin Kofler",
                 "Name[fr]": "Kevin Kofler",
                 "Name[gl]": "Kevin Kofler",
+                "Name[he]": "קווין קופלר",
                 "Name[it]": "Kevin Kofler",
                 "Name[ka]": "Kevin Kofler",
                 "Name[ko]": "Kevin Kofler",
@@ -88,6 +93,7 @@
                 "Name[pl]": "Kevin Kofler",
                 "Name[pt]": "Kevin Kofler",
                 "Name[pt_BR]": "Kevin Kofler",
+                "Name[sk]": "Kevin Kofler",
                 "Name[sl]": "Kevin Kofler",
                 "Name[sv]": "Kevin Kofler",
                 "Name[ta]": "கெவின் கொஃப்லர்",
@@ -111,6 +117,7 @@
         "Description[fi]": "Osa kahden tiedoston erojen esittämiseksi 
graafisesti",
         "Description[fr]": "Un composant permettant l'affichage graphique des 
différences entre 2 fichiers",
         "Description[gl]": "Unha parte para amosar graficamente as diferenzas 
entre dous ficheiros.",
+        "Description[he]": "חלק להצגה גרפית של ההבדלים 
בין 2 קבצים",
         "Description[it]": "Un componente per mostrare graficamente le 
differenze tra due file",
         "Description[ka]": "ნაწილი, რომელიც ორ 
ფაილს შორის განსხვავებებს გრ
აფიკულად გაჩვენებთ",
         "Description[ko]": "두 파일의 차이점을 시각적으로 
표시하는 부분",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-23.08.4/src/servicemenus/kompare.desktop 
new/kompare-24.02.0/src/servicemenus/kompare.desktop
--- old/kompare-23.08.4/src/servicemenus/kompare.desktop        2023-11-30 
18:19:12.000000000 +0100
+++ new/kompare-24.02.0/src/servicemenus/kompare.desktop        2024-02-17 
04:29:12.000000000 +0100
@@ -21,6 +21,7 @@
 Name[fi]=Vertaile tiedostoja
 Name[fr]=Comparer des fichiers
 Name[gl]=Comparar os ficheiros
+Name[he]=השוואת קבצים
 Name[it]=Confronta file
 Name[ka]=ფაილების შედარება
 Name[ko]=파일 비교하기

Reply via email to