Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdesdk-thumbnailers for openSUSE:Factory checked in at 2024-03-11 15:30:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesdk-thumbnailers (Old) and /work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesdk-thumbnailers" Mon Mar 11 15:30:21 2024 rev:130 rq:1150914 version:24.02.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdesdk-thumbnailers/kdesdk-thumbnailers.changes 2023-12-09 22:54:36.266591753 +0100 +++ /work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new.1770/kdesdk-thumbnailers.changes 2024-03-11 15:34:57.460683518 +0100 @@ -1,0 +2,13 @@ +Fri Feb 23 13:59:06 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.02.0 + * New feature release +- No code change since 24.01.95 + +------------------------------------------------------------------- +Fri Feb 9 16:08:12 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.01.95 + * https://kde.org/announcements/megarelease/6/rc2/ + +------------------------------------------------------------------- Old: ---- kdesdk-thumbnailers-23.08.4.tar.xz kdesdk-thumbnailers-23.08.4.tar.xz.sig New: ---- kdesdk-thumbnailers-24.02.0.tar.xz kdesdk-thumbnailers-24.02.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesdk-thumbnailers.spec ++++++ --- /var/tmp/diff_new_pack.LJT3Ec/_old 2024-03-11 15:35:00.132781811 +0100 +++ /var/tmp/diff_new_pack.LJT3Ec/_new 2024-03-11 15:35:00.136781957 +0100 @@ -1,7 +1,7 @@ # # spec file for package kdesdk-thumbnailers # -# 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,28 +16,31 @@ # +%define kf6_version 5.240.0 +%define qt6_version 6.6.0 + %bcond_without released Name: kdesdk-thumbnailers -Version: 23.08.4 +Version: 24.02.0 Release: 0 Summary: Translation file thumbnail generators License: GPL-2.0-or-later URL: https://www.kde.org -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 -BuildRequires: cmake(KF5Config) -BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(KF5KIO) -BuildRequires: cmake(Qt5Widgets) +BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} +# libgettextpo.so is needed +BuildRequires: gettext-tools +BuildRequires: cmake(KF6Config) >= %{kf6_version} +BuildRequires: cmake(KF6I18n) >= %{kf6_version} +BuildRequires: cmake(KF6KIO) >= %{kf6_version} +BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} %description -This package allows KDE applications to show thumbnails -and previews of po files. +This package allows KDE applications to show thumbnails and previews of po files. %lang_package @@ -45,22 +48,22 @@ %autosetup -p1 %build -%cmake_kf5 -d build -%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 +%find_lang %{name} --all-name %ldconfig_scriptlets %files %license LICENSES/* -%dir %{_kf5_plugindir}/kf5 -%dir %{_kf5_plugindir}/kf5/thumbcreator -%{_kf5_configkcfgdir}/pocreatorsettings.kcfg -%{_kf5_plugindir}/kf5/thumbcreator/pothumbnail.so +%{_kf6_configkcfgdir}/pocreatorsettings.kcfg +%dir %{_kf6_plugindir}/kf6/thumbcreator +%{_kf6_plugindir}/kf6/thumbcreator/pothumbnail.so %files lang -f %{name}.lang ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.LJT3Ec/_old and /var/tmp/diff_new_pack.LJT3Ec/_new differ ++++++ kdesdk-thumbnailers-23.08.4.tar.xz -> kdesdk-thumbnailers-24.02.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/.gitlab-ci.yml new/kdesdk-thumbnailers-24.02.0/.gitlab-ci.yml --- old/kdesdk-thumbnailers-23.08.4/.gitlab-ci.yml 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/.gitlab-ci.yml 2024-02-17 04:29:06.000000000 +0100 @@ -2,5 +2,9 @@ # 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/freebsd.yml + - project: sysadmin/ci-utilities + file: + - /gitlab-templates/linux.yml + - /gitlab-templates/freebsd.yml + - /gitlab-templates/linux-qt6.yml + - /gitlab-templates/freebsd-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/.kde-ci.yml new/kdesdk-thumbnailers-24.02.0/.kde-ci.yml --- old/kdesdk-thumbnailers-23.08.4/.kde-ci.yml 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/.kde-ci.yml 2024-02-17 04:29:06.000000000 +0100 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 Dependencies: -- 'on': ['@all'] +- 'on': ['Linux/Qt5', 'FreeBSD/Qt5'] 'require': 'frameworks/extra-cmake-modules': '@stable' 'frameworks/kcoreaddons': '@stable' @@ -10,3 +10,10 @@ 'frameworks/ki18n': '@stable' 'frameworks/kio': '@stable' +- 'on': ['Linux/Qt6', 'FreeBSD/Qt6'] + 'require': + 'frameworks/extra-cmake-modules': '@latest-kf6' + 'frameworks/kcoreaddons': '@latest-kf6' + 'frameworks/kconfig': '@latest-kf6' + 'frameworks/ki18n': '@latest-kf6' + 'frameworks/kio': '@latest-kf6' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/CMakeLists.txt new/kdesdk-thumbnailers-24.02.0/CMakeLists.txt --- old/kdesdk-thumbnailers-23.08.4/CMakeLists.txt 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/CMakeLists.txt 2024-02-17 04:29:06.000000000 +0100 @@ -1,16 +1,16 @@ 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_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kdesdk-thumbnailers VERSION ${RELEASE_SERVICE_VERSION}) set(QT_MIN_VERSION "5.15.2") -set(KF_MIN_VERSION "5.91.0") +set(KF_MIN_VERSION "5.100.0") find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${ECM_MODULE_PATH}) @@ -24,7 +24,7 @@ include(FeatureSummary) find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Widgets) -find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Config I18n KIO) +find_package(KF${QT_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS Config I18n KIO) find_package(GettextPO) set_package_properties("gettext-po" PROPERTIES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/ar/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/ar/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/ar/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/ar/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdesdk-thumbnailers\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2022-02-05 21:55+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n" "Language-Team: ar\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/bg/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/bg/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/bg/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/bg/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdesdk-thumbnailers\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2022-07-19 15:40+0200\n" "Last-Translator: Mincho Kondarev <mkonda...@yahoo.de>\n" "Language-Team: Bulgarian <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/bs/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/bs/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/bs/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/bs/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: bosnianuniversetranslation\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-10-05 22:24+0000\n" "Last-Translator: Samir RibiÄ <Unknown>\n" "Language-Team: Bosnian <b...@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/ca/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/ca/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/ca/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/ca/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdesdk-thumbnailers\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2020-07-16 14:29+0200\n" "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/ca@valencia/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/ca@valencia/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/ca@valencia/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/ca@valencia/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdesdk-thumbnailers\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2020-07-16 14:29+0200\n" "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/cs/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/cs/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/cs/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/cs/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-03 10:22+0200\n" "Last-Translator: Vit Pelcak <v...@pelcak.org>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/da/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/da/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/da/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/da/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-04-29 13:18+0200\n" "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n" "Language-Team: Danish <da...@dansk-gruppen.dk>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/de/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/de/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/de/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/de/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: pothumbnail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-04-25 17:55+0200\n" "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n" "Language-Team: German <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/el/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/el/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/el/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/el/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-11-30 14:48+0200\n" "Last-Translator: Petros Vidalis <pvida...@gmail.com>\n" "Language-Team: Greek <i18...@lists.hellug.gr>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/en_GB/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/en_GB/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/en_GB/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/en_GB/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2014-06-20 00:29+0100\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" "Language-Team: British English <kde-l10n-en...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/eo/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/eo/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/eo/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/eo/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdesdk-thumbnailers\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2023-06-14 21:27+0100\n" "Last-Translator: Oliver Kellogg <okell...@users.sourceforge.net>\n" "Language-Team: Esperanto <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/es/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/es/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/es/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/es/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-11 13:54+0200\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/et/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/et/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/et/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/et/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-22 15:09+0300\n" "Last-Translator: Marek Laane <b...@smail.ee>\n" "Language-Team: Estonian <kde...@linux.ee>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/eu/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/eu/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/eu/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/eu/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pothumbnail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2018-07-24 20:50+0100\n" "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n" "Language-Team: Basque <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/fi/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/fi/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/fi/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/fi/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pothumbnail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-07-04 13:38:40+0000\n" "Last-Translator: Ei tietoa\n" "Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/fr/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/fr/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/fr/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/fr/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: pothumbnail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-07-10 10:56+0200\n" "Last-Translator: Joëlle Cornavin <jc...@free.fr>\n" "Language-Team: French <kde-francoph...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/ga/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/ga/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/ga/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/ga/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pothumbnail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-14 16:25-0500\n" "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n" "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/gl/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/gl/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/gl/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/gl/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2013-01-02 00:35+0100\n" "Last-Translator: Adrian Chaves Fernandez <adriyeticha...@gmail.com>\n" "Language-Team: Galician <proxe...@trasno.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/hi/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/hi/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/hi/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/hi/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdesdk-thumbnailers\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2020-08-05 15:50+0530\n" "Last-Translator: Raghavendra kamath <ra...@raghukamath.com>\n" "Language-Team: English <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/hu/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/hu/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/hu/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/hu/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-06-19 21:18+0200\n" "Last-Translator: Balázs Ãr <urbal...@gmail.com>\n" "Language-Team: Hungarian <kde-l10n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/id/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/id/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/id/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/id/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdesdk-thumbnailers\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2023-06-08 02:47+0700\n" "Last-Translator: Wantoyèk <wanto...@gmail.com>\n" "Language-Team: Indonesian <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/is/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/is/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/is/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/is/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdesdk-thumbnailers\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2023-02-02 15:28+0000\n" "Last-Translator: Sveinn à Felli <s...@fellsnet.is>\n" "Language-Team: Icelandic\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/it/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/it/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/it/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/it/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pothumbnail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-07-18 14:36+0200\n" "Last-Translator: Nicola Ruggero <nic...@nxnt.org>\n" "Language-Team: Italian <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/ja/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/ja/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/ja/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/ja/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: pothumbnail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-03 20:51-0700\n" "Last-Translator: Japanese KDE translation team <kde...@kde.org>\n" "Language-Team: Japanese <kde...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/ka/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/ka/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/ka/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/ka/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdesdk-thumbnailers\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2022-05-16 06:44+0200\n" "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" "Language-Team: Georgian <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/kk/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/kk/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/kk/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/kk/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2013-01-16 03:59+0600\n" "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n" "Language-Team: Kazakh <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/ko/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/ko/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/ko/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/ko/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2014-03-01 01:54+0900\n" "Last-Translator: Shinjo Park <k...@peremen.name>\n" "Language-Team: Korean <kde...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/lt/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/lt/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/lt/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/lt/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2013-05-03 19:19+0300\n" "Last-Translator: Liudas AliÅ¡auskas <liu...@akmc.lt>\n" "Language-Team: Lithuanian <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/mr/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/mr/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/mr/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/mr/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2013-03-13 15:04+0530\n" "Last-Translator: Chetan Khona <che...@kompkin.com>\n" "Language-Team: Marathi <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/nb/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/nb/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/nb/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/nb/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-08-24 16:46+0200\n" "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n" "Language-Team: Norwegian BokmÃ¥l <l10n...@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/nds/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/nds/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/nds/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/nds/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2014-03-16 19:10+0100\n" "Last-Translator: Manfred Wiese <m.j.wi...@web.de>\n" "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/nl/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/nl/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/nl/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/nl/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-11 14:01+0200\n" "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n" "Language-Team: Dutch <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/nn/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/nn/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/nn/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/nn/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2016-12-11 14:02+0100\n" "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/pa/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/pa/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/pa/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/pa/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-12-16 13:07+0530\n" "Last-Translator: A S Alam <aa...@users.sf.net>\n" "Language-Team: Punjabi/Panjabi <punjabi-us...@lists.sf.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/pl/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/pl/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/pl/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/pl/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-12 08:54+0200\n" "Last-Translator: Åukasz WojniÅowicz <lukasz.wojnilow...@gmail.com>\n" "Language-Team: Polish <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/pt/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/pt/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/pt/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/pt/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: pothumbnail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-12 10:03+0000\n" "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n" "Language-Team: Portuguese <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/pt_BR/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/pt_BR/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/pt_BR/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/pt_BR/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-11 06:01-0300\n" "Last-Translator: Marcus Gama <marcus.g...@gmail.com>\n" "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/ro/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/ro/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/ro/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/ro/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdesdk-thumbnailers\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2020-09-20 13:14+0100\n" "Last-Translator: Sergiu Bivol <ser...@cip.md>\n" "Language-Team: Romanian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/ru/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/ru/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/ru/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/ru/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2013-06-13 09:48+0400\n" "Last-Translator: Alexander Lakhin <exclus...@gmail.com>\n" "Language-Team: Russian <kde-russ...@lists.kde.ru>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/sk/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/sk/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/sk/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/sk/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pothumbnail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-12 20:08+0100\n" "Last-Translator: Roman PaholÃk <wizzar...@gmail.com>\n" "Language-Team: Slovak <kde...@linux.sk>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/sl/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/sl/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/sl/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/sl/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2013-11-17 10:27+0100\n" "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n" "Language-Team: Slovenian <lugos-...@lugos.si>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/sv/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/sv/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/sv/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/sv/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-22 19:54+0200\n" "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n" "Language-Team: Swedish <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/tr/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/tr/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/tr/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/tr/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -1,41 +1,41 @@ -# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # # Translators: # obsoleteman <tulli...@gmail.com>, 2012 +# SPDX-FileCopyrightText: 2024 Emir SARI <emir_s...@icloud.com> msgid "" msgstr "" "Project-Id-Version: kdesdk-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" -"PO-Revision-Date: 2014-06-08 14:01+0000\n" -"Last-Translator: Volkan Gezer <volkange...@gmail.com>\n" -"Language-Team: Turkish (http://www.transifex.com/projects/p/kdesdk-k-tr/" -"language/tr/)\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" +"PO-Revision-Date: 2024-01-07 13:30+0300\n" +"Last-Translator: Emir SARI <emir_s...@icloud.com>\n" +"Language-Team: Turkish <kde-l10n...@kde.org>\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 24.01.85\n" #. i18n: ectx: property (text), widget (QLabel, label) #: pocreatorform.ui:20 #, kde-format msgid "Translated: " -msgstr "ÃevrilmiÅ: " +msgstr "Ãevrildi: " #. i18n: ectx: property (text), widget (QLabel, label_2) #: pocreatorform.ui:30 #, kde-format msgid "Fuzzy: " -msgstr "Gözden Geçirilmesi Gereken: " +msgstr "Bulanık: " #. i18n: ectx: property (text), widget (QLabel, label_3) #: pocreatorform.ui:40 #, kde-format msgid "Untranslated: " -msgstr "ÃevrilmemiÅ: " +msgstr "Ãevrilmedi: " #. i18n: ectx: property (text), widget (QLabel, label_4) #: pocreatorform.ui:50 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/ug/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/ug/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/ug/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/ug/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: pothumbnail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n" "Language-Team: Uyghur <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/uk/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/uk/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/uk/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/uk/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pothumbnail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-25 17:17+0300\n" "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/vi/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/vi/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/vi/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/vi/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdesdk-thumbnailers\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2022-05-12 16:53+0200\n" "Last-Translator: Phu Hung Nguyen <phu.ngu...@kdemail.net>\n" "Language-Team: Vietnamese <kde-l10n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/zh_CN/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/zh_CN/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/zh_CN/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/zh_CN/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"POT-Creation-Date: 2023-11-05 12:37+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/kdesdk-thumbnailers/pothumbnail.pot\n" -"X-Crowdin-File-ID: 4556\n" +"X-Crowdin-File: /kf5-trunk/messages/kdesdk-thumbnailers/pothumbnail.pot\n" +"X-Crowdin-File-ID: 5872\n" #. i18n: ectx: property (text), widget (QLabel, label) #: pocreatorform.ui:20 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po/zh_TW/pothumbnail.po new/kdesdk-thumbnailers-24.02.0/po/zh_TW/pothumbnail.po --- old/kdesdk-thumbnailers-23.08.4/po/zh_TW/pothumbnail.po 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po/zh_TW/pothumbnail.po 2024-02-17 04:29:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:12+0200\n" +"POT-Creation-Date: 2023-11-05 12:37+0000\n" "PO-Revision-Date: 2012-05-02 13:06+0800\n" "Last-Translator: Franklin Weng <frank...@goodhorse.idv.tw>\n" "Language-Team: Chinese Traditional <kde...@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po_thumbnailer/CMakeLists.txt new/kdesdk-thumbnailers-24.02.0/po_thumbnailer/CMakeLists.txt --- old/kdesdk-thumbnailers-23.08.4/po_thumbnailer/CMakeLists.txt 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po_thumbnailer/CMakeLists.txt 2024-02-17 04:29:06.000000000 +0100 @@ -12,9 +12,10 @@ target_link_libraries(pothumbnail Qt::Widgets - KF5::I18n - KF5::ConfigGui - KF5::KIOWidgets + KF${QT_MAJOR_VERSION}::I18n + KF${QT_MAJOR_VERSION}::ConfigGui + KF${QT_MAJOR_VERSION}::KIOGui + KF${QT_MAJOR_VERSION}::WidgetsAddons GettextPO::GettextPO ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po_thumbnailer/pocreator.cpp new/kdesdk-thumbnailers-24.02.0/po_thumbnailer/pocreator.cpp --- old/kdesdk-thumbnailers-23.08.4/po_thumbnailer/pocreator.cpp 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po_thumbnailer/pocreator.cpp 2024-02-17 04:29:06.000000000 +0100 @@ -12,23 +12,14 @@ #include <QLatin1String> #include <QPainter> #include <QWidget> + #include <KLocalizedString> +#include <KPluginFactory> #include "pocreatorsettings.h" #include "ui_pocreatorform.h" -extern "C" { - Q_DECL_EXPORT ThumbCreator* new_creator() { - return new PoCreator; - } -} - -class KIOPluginForMetaData : public QObject -{ - Q_OBJECT - Q_PLUGIN_METADATA(IID "KIOPluginForMetaData" FILE "pothumbnail.json") -}; - +K_PLUGIN_CLASS_WITH_JSON(PoCreator, "pothumbnail.json") static bool readerror = false; @@ -91,7 +82,8 @@ return true; } -PoCreator::PoCreator() +PoCreator::PoCreator(QObject *parent, const QVariantList &args) + : KIO::ThumbnailCreator(parent, args) { } @@ -99,24 +91,24 @@ { } -bool PoCreator::create( const QString& path, int width, int height, QImage& img ) +KIO::ThumbnailResult PoCreator::create( const KIO::ThumbnailRequest &request ) { int translate = 0; int untranslate = 0; int fuzzy = 0; int obsolete = 0; - if ( !get_po_info( path.toLocal8Bit().constData(), translate, untranslate, fuzzy, obsolete ) ) - return false; + if ( !get_po_info( request.url().toLocalFile().toLocal8Bit().constData(), translate, untranslate, fuzzy, obsolete ) ) + return KIO::ThumbnailResult::fail(); int total = translate + untranslate + fuzzy + obsolete; if (total == 0) { // Treat a .po file with no strings as an invalid file - return false; + return KIO::ThumbnailResult::fail(); } - int d = ( width < height ) ? width - 2 : height - 2; + int d = ( request.targetSize().width() < request.targetSize().height() ) ? request.targetSize().width() - 2 : request.targetSize().height() - 2; QImage pix( d + 2, d + 2, QImage::Format_ARGB32_Premultiplied ); pix.fill( Qt::transparent ); /// transparent background @@ -159,39 +151,7 @@ p.drawPie( 1, 1, d, d, -fuzzyAngle-untranslateAngle-obsoleteAngle, -translateAngle ); } - img = pix; - - return true; -} - -#if KIOWIDGETS_ENABLE_DEPRECATED_SINCE(5, 87) - -class PoCreatorFormWidget : public QWidget, public Ui::PoCreatorForm -{ -public: - PoCreatorFormWidget() { setupUi( this ); } -}; - -QWidget* PoCreator::createConfigurationWidget() -{ - PoCreatorFormWidget* cw = new PoCreatorFormWidget; - cw->translatedButton->setColor( PoCreatorSettings::self()->translatedColor() ); - cw->fuzzyButton->setColor( PoCreatorSettings::self()->fuzzyColor() ); - cw->untranslatedButton->setColor( PoCreatorSettings::self()->untranslatedColor() ); - cw->obsoletedButton->setColor( PoCreatorSettings::self()->obsoletedColor() ); - return cw; + return KIO::ThumbnailResult::pass(pix); } -void PoCreator::writeConfiguration( const QWidget* configurationWidget ) -{ - const PoCreatorFormWidget* cw = static_cast<const PoCreatorFormWidget*>(configurationWidget); - PoCreatorSettings::self()->setTranslatedColor( cw->translatedButton->color() ); - PoCreatorSettings::self()->setFuzzyColor( cw->fuzzyButton->color() ); - PoCreatorSettings::self()->setUntranslatedColor( cw->untranslatedButton->color() ); - PoCreatorSettings::self()->setObsoletedColor( cw->obsoletedButton->color() ); - PoCreatorSettings::self()->save(); -} - -#endif - #include "pocreator.moc" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po_thumbnailer/pocreator.h new/kdesdk-thumbnailers-24.02.0/po_thumbnailer/pocreator.h --- old/kdesdk-thumbnailers-23.08.4/po_thumbnailer/pocreator.h 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po_thumbnailer/pocreator.h 2024-02-17 04:29:06.000000000 +0100 @@ -7,18 +7,14 @@ #ifndef POCREATOR_H #define POCREATOR_H -#include <KIO/ThumbCreator> +#include <KIO/ThumbnailCreator> -class PoCreator : public ThumbCreator +class PoCreator : public KIO::ThumbnailCreator { public: - PoCreator(); + PoCreator(QObject *parent, const QVariantList &args); ~PoCreator() override; - bool create( const QString& path, int width, int height, QImage& img ) override; -#if KIOWIDGETS_ENABLE_DEPRECATED_SINCE(5, 87) - QWidget* createConfigurationWidget() override; - void writeConfiguration( const QWidget* configurationWidget ) override; -#endif + KIO::ThumbnailResult create( const KIO::ThumbnailRequest &request ) override; }; #endif // POCREATOR_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesdk-thumbnailers-23.08.4/po_thumbnailer/pothumbnail.json new/kdesdk-thumbnailers-24.02.0/po_thumbnailer/pothumbnail.json --- old/kdesdk-thumbnailers-23.08.4/po_thumbnailer/pothumbnail.json 2023-11-30 17:48:49.000000000 +0100 +++ new/kdesdk-thumbnailers-24.02.0/po_thumbnailer/pothumbnail.json 2024-02-17 04:29:06.000000000 +0100 @@ -26,6 +26,7 @@ "Name[fr]": "Traduction du logiciel « Gettext »", "Name[ga]": "Aistriúchán Gettext", "Name[gl]": "Tradución Gettext", + "Name[he]": "תר×××× Gettext", "Name[hi]": "à¤à¥à¤-à¤à¥à¤à¥à¤¸à¥à¤ ठनà¥à¤µà¤¾à¤¦", "Name[hu]": "Gettext fordÃtás", "Name[id]": "Terjemahan Gettext",