Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkcddb for openSUSE:Factory 
checked in at 2023-04-23 22:44:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkcddb (Old)
 and      /work/SRC/openSUSE:Factory/.libkcddb.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkcddb"

Sun Apr 23 22:44:37 2023 rev:79 rq:1080707 version:23.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkcddb/libkcddb.changes        2023-03-03 
22:26:54.671029459 +0100
+++ /work/SRC/openSUSE:Factory/.libkcddb.new.1533/libkcddb.changes      
2023-04-23 22:46:03.550235347 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:46:29 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.0/
+
+-------------------------------------------------------------------
+Fri Mar 31 16:42:35 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Fri Mar 17 20:44:19 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.03.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  libkcddb-22.12.3.tar.xz
  libkcddb-22.12.3.tar.xz.sig

New:
----
  libkcddb-23.04.0.tar.xz
  libkcddb-23.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ libkcddb.spec ++++++
--- /var/tmp/diff_new_pack.bvYnNz/_old  2023-04-23 22:46:04.814242488 +0200
+++ /var/tmp/diff_new_pack.bvYnNz/_new  2023-04-23 22:46:04.818242511 +0200
@@ -16,11 +16,9 @@
 #
 
 
-# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           libkcddb
-Version:        22.12.3
+Version:        23.04.0
 Release:        0
 Summary:        CDDB library for KDE Applications
 License:        GPL-2.0-or-later
@@ -34,6 +32,7 @@
 BuildRequires:  libmusicbrainz5-devel
 BuildRequires:  xz
 BuildRequires:  cmake(KF5Codecs)
+BuildRequires:  cmake(KF5KCMUtils)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
@@ -90,10 +89,10 @@
 
 %files
 %doc %lang(en) %{_kf5_htmldir}/en/*/
+%{_kf5_applicationsdir}/kcm_cddb.desktop
 %{_kf5_configkcfgdir}/
 %{_kf5_debugdir}/libkcddb.categories
 %{_kf5_plugindir}/
-%{_kf5_servicesdir}/
 
 %files -n libKF5Cddb5
 %license LICENSES/*
@@ -103,7 +102,6 @@
 %{_includedir}/KCddb5/
 %{_kf5_cmakedir}/KF5Cddb/
 %{_kf5_includedir}/KCddb/
-%{_kf5_includedir}/kcddb_version.h
 %{_kf5_libdir}/libKF5Cddb.so
 %{_kf5_mkspecsdir}/qt_KCddb.pri
 


++++++ libkcddb-22.12.3.tar.xz -> libkcddb-23.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/.gitlab-ci.yml 
new/libkcddb-23.04.0/.gitlab-ci.yml
--- old/libkcddb-22.12.3/.gitlab-ci.yml 2023-02-25 06:18:35.000000000 +0100
+++ new/libkcddb-23.04.0/.gitlab-ci.yml 2023-04-12 05:26:05.000000000 +0200
@@ -6,3 +6,5 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.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-qt6.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/.kde-ci.yml 
new/libkcddb-23.04.0/.kde-ci.yml
--- old/libkcddb-22.12.3/.kde-ci.yml    2023-02-25 06:18:35.000000000 +0100
+++ new/libkcddb-23.04.0/.kde-ci.yml    2023-04-12 05:26:05.000000000 +0200
@@ -2,7 +2,18 @@
 # SPDX-License-Identifier: CC0-1.0
 
 Dependencies:
-- 'on': ['@all']
+- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6']
+  'require':
+    'frameworks/extra-cmake-modules': '@latest-kf6'
+    'frameworks/kconfig': '@latest-kf6'
+    'frameworks/kconfigwidgets': '@latest-kf6'
+    'frameworks/kdoctools': '@latest-kf6'
+    'frameworks/ki18n': '@latest-kf6'
+    'frameworks/kio': '@latest-kf6'
+    'frameworks/kwidgetsaddons': '@latest-kf6'
+    'frameworks/kcmutils': '@latest-kf6'
+
+- 'on': ['Linux/Qt5', 'FreeBSD/Qt5', 'Windows/Qt5']
   'require':
     'frameworks/extra-cmake-modules': '@stable'
     'frameworks/kconfig': '@stable'
@@ -11,3 +22,4 @@
     'frameworks/ki18n': '@stable'
     'frameworks/kio': '@stable'
     'frameworks/kwidgetsaddons': '@stable'
+    'frameworks/kcmutils': '@stable'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/CMakeLists.txt 
new/libkcddb-23.04.0/CMakeLists.txt
--- old/libkcddb-22.12.3/CMakeLists.txt 2023-02-25 06:18:35.000000000 +0100
+++ new/libkcddb-23.04.0/CMakeLists.txt 2023-04-12 05:26:05.000000000 +0200
@@ -3,7 +3,7 @@
 project(libkcddb VERSION "5.1.0")
 
 set(QT_MIN_VERSION 5.15.2)
-set(KF_MIN_VERSION 5.90.0)
+set(KF_MIN_VERSION 5.92.0)
 
 # ECM setup
 include(FeatureSummary)
@@ -20,11 +20,19 @@
 include(ECMQtDeclareLoggingCategory)
 include(CMakePackageConfigHelpers)
 include(ECMGenerateHeaders)
+include(ECMDeprecationSettings)
+if (QT_MAJOR_VERSION STREQUAL "6")
+    set(QT_REQUIRED_VERSION "6.4.0")
+    set(KF_MIN_VERSION "5.240.0")
+    set(KF_MAJOR_VERSION "6")
+else()
+    set(KF_MAJOR_VERSION "5")
+endif()
 
 set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of 
deprecated API excluded from the build [default=0].")
 
 find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED COMPONENTS 
Network Widgets)
-find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Config DocTools I18n 
KIO WidgetsAddons)
+find_package(KF${KF_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS 
Config DocTools I18n KIO WidgetsAddons KCMUtils)
 if (QT_MAJOR_VERSION STREQUAL 6)
     find_package(Qt6 REQUIRED COMPONENTS Core5Compat)
 endif()
@@ -41,11 +49,9 @@
     set(HAVE_MUSICBRAINZ5 0)
 endif()
 
-add_definitions(
-    -DQT_DISABLE_DEPRECATED_BEFORE=0x050f00
-    -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
-    -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055800
-    -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
+ecm_set_disabled_deprecation_versions(
+    QT 5.15.2
+    KF 5.101
 )
 
 configure_file(config-musicbrainz.h.in 
${CMAKE_CURRENT_BINARY_DIR}/config-musicbrainz.h )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/kcmcddb/CMakeLists.txt 
new/libkcddb-23.04.0/kcmcddb/CMakeLists.txt
--- old/libkcddb-22.12.3/kcmcddb/CMakeLists.txt 2023-02-25 06:18:35.000000000 
+0100
+++ new/libkcddb-23.04.0/kcmcddb/CMakeLists.txt 2023-04-12 05:26:05.000000000 
+0200
@@ -2,29 +2,26 @@
 
 add_subdirectory(doc)
 
-add_library(kcm_cddb MODULE)
+kcoreaddons_add_plugin(kcm_cddb INSTALL_NAMESPACE 
"plasma/kcms/systemsettings_qwidgets")
+kcmutils_generate_desktop_file(kcm_cddb)
 
 ki18n_wrap_ui(kcm_cddb cddbconfigwidget.ui)
 
 target_sources(kcm_cddb PRIVATE
     cddbconfigwidget.cpp
-    kcmcddb.cpp
+    kcmcddb.cpp kcmcddb.h
 )
 
 set_source_files_properties(cddbconfigwidget.cpp PROPERTIES OBJECT_DEPENDS 
${CMAKE_CURRENT_BINARY_DIR}/ui_cddbconfigwidget.h)
 
 target_link_libraries(kcm_cddb PRIVATE
-    KF5::ConfigWidgets
-    KF5::I18n
-    KF5::KIOCore
-    KF5::KIOWidgets
-    KF5::WidgetsAddons
+    KF${KF_MAJOR_VERSION}::ConfigWidgets
+    KF${KF_MAJOR_VERSION}::I18n
+    KF${KF_MAJOR_VERSION}::KIOCore
+    KF${KF_MAJOR_VERSION}::KIOWidgets
+    KF${KF_MAJOR_VERSION}::WidgetsAddons
     KF5::Cddb
 )
 target_include_directories(kcm_cddb
     PRIVATE ${CMAKE_SOURCE_DIR} # for libkcddb/ prefixed includes of library 
headers
 )
-
-install(TARGETS kcm_cddb DESTINATION ${KDE_INSTALL_PLUGINDIR})
-
-install(FILES libkcddb.desktop  DESTINATION  ${KDE_INSTALL_KSERVICESDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/kcmcddb/kcm_cddb.json 
new/libkcddb-23.04.0/kcmcddb/kcm_cddb.json
--- old/libkcddb-22.12.3/kcmcddb/kcm_cddb.json  1970-01-01 01:00:00.000000000 
+0100
+++ new/libkcddb-23.04.0/kcmcddb/kcm_cddb.json  2023-04-12 05:26:05.000000000 
+0200
@@ -0,0 +1,137 @@
+{
+    "KPlugin": {
+        "BugReportUrl": "https://bugs.kde.org/enter_bug.cgi?product=libkcddb";,
+        "Description": "Configure the CDDB Retrieval",
+        "Description[ar]": "اضبط جلب CDDB",
+        "Description[bg]": "Настройки на изтегляне на 
данни от CDDB",
+        "Description[ca@valencia]": "Configura la recuperació CDDB",
+        "Description[ca]": "Configura la recuperació CDDB",
+        "Description[cs]": "Nastavení stahování z CDDB",
+        "Description[de]": "CDDB-Abfrage einrichten",
+        "Description[en_GB]": "Configure the CDDB Retrieval",
+        "Description[es]": "Configurar la recuperación de CDDB",
+        "Description[eu]": "Konfiguratu CDDB berreskuratzea",
+        "Description[fr]": "Configurer la recherche « CDDB »",
+        "Description[ia]": "Configura le Recuperation de CDDB",
+        "Description[is]": "Stilla CDDB-sækni",
+        "Description[it]": "Configura il recupero CDDB",
+        "Description[ka]": "CDDB-ის მიღების მორ
გება",
+        "Description[ko]": "CDDB 가져오기 설정",
+        "Description[nl]": "Ophalen van CDDB-informatie instellen",
+        "Description[nn]": "Oppsett av CDDB-henting",
+        "Description[pl]": "Ustawienia pobierania danych z CDDB",
+        "Description[pt]": "Configurar a Transferência de CDDB",
+        "Description[pt_BR]": "Configure a recuperação do CDDB",
+        "Description[ru]": "Настройка получения 
сведений из CDDB",
+        "Description[sl]": "Konfiguriraj pridobivanje CDDB",
+        "Description[tr]": "CDDB Alımını Yapılandır",
+        "Description[uk]": "Налаштування отримання з 
CDDB",
+        "Description[x-test]": "xxConfigure the CDDB Retrievalxx",
+        "Description[zh_CN]": "配置 CDDB 数据获取功能",
+        "Icon": "media-optical-audio",
+        "Name": "CDDB Retrieval",
+        "Name[ar]": "جلب CDDB",
+        "Name[bg]": "Изтегляне на данни от CDDB",
+        "Name[bs]": "Dobavljanje iz CDDB‑a",
+        "Name[ca@valencia]": "Recuperació CDDB",
+        "Name[ca]": "Recuperació CDDB",
+        "Name[cs]": "Získání CDDB",
+        "Name[da]": "CDDB-hentning",
+        "Name[de]": "CDDB-Abfrage",
+        "Name[el]": "Ανάκτηση CDDB",
+        "Name[en_GB]": "CDDB Retrieval",
+        "Name[es]": "Recuperación de CDDB",
+        "Name[et]": "CDDB ülekanded",
+        "Name[eu]": "CDDB berreskuratzea",
+        "Name[fi]": "CDDB-haku",
+        "Name[fr]": "Recherche « CDDB »",
+        "Name[ga]": "Aisghabháil CDDB",
+        "Name[gl]": "Obtención CDDB",
+        "Name[hu]": "CDDB letöltés",
+        "Name[ia]": "Recuperation de CDDB",
+        "Name[is]": "CDDB-sækni",
+        "Name[it]": "Recupero CDDB",
+        "Name[ja]": "CDDB 検索",
+        "Name[ka]": "CDDB მიღება",
+        "Name[kk]": "CDDB деректерді алу",
+        "Name[km]": "កា​រទៅ​យក CDDB",
+        "Name[ko]": "CDDB 가져오기",
+        "Name[lt]": "CDDB atsisiuntimas",
+        "Name[mr]": "CDDB पुन्हा-प्राप्ती",
+        "Name[nb]": "CDDB-henting",
+        "Name[nds]": "CDDB-Affraag",
+        "Name[nl]": "CDDB-informatie",
+        "Name[nn]": "CDDB-henting",
+        "Name[pa]": "CDDB ਪ੍ਰਾਪਤੀ",
+        "Name[pl]": "Pobieranie z CDDB",
+        "Name[pt]": "Transferência de CDDB",
+        "Name[pt_BR]": "Recuperação do CDDB",
+        "Name[ro]": "Preluare CDDB",
+        "Name[ru]": "Доступ к CDDB",
+        "Name[sk]": "Informácie z CDDB",
+        "Name[sl]": "Pridobivanje CDDB",
+        "Name[sr@ijekavian]": "Добављање из ЦДДБ‑а",
+        "Name[sr@ijekavianlatin]": "Dobavljanje iz CDDB‑a",
+        "Name[sr@latin]": "Dobavljanje iz CDDB‑a",
+        "Name[sr]": "Добављање из ЦДДБ‑а",
+        "Name[sv]": "Hämta från CDDB",
+        "Name[tr]": "CDDB Erişimi",
+        "Name[uk]": "Отримання з CDDB",
+        "Name[x-test]": "xxCDDB Retrievalxx",
+        "Name[zh_CN]": "CDDB 数据获取",
+        "Name[zh_TW]": "CDDB 取得資訊",
+        "ServiceTypes": [
+            "KCModule"
+        ]
+    },
+    "Keywords": "cddb;",
+    "Keywords[ar]": "أقراص;",
+    "Keywords[bg]": "cddb;данни;диск;",
+    "Keywords[bs]": "cddb;",
+    "Keywords[ca@valencia]": "cddb;",
+    "Keywords[ca]": "cddb;",
+    "Keywords[cs]": "cddb;",
+    "Keywords[da]": "cddb;",
+    "Keywords[de]": "cddb;",
+    "Keywords[el]": "cddb;",
+    "Keywords[en_GB]": "cddb;",
+    "Keywords[es]": "cddb;",
+    "Keywords[et]": "cddb;",
+    "Keywords[eu]": "cddb;",
+    "Keywords[fi]": "cddb;",
+    "Keywords[fr]": "cddb ;",
+    "Keywords[ga]": "cddb;",
+    "Keywords[gl]": "cddb;",
+    "Keywords[hu]": "cddb;",
+    "Keywords[ia]": "cddb;",
+    "Keywords[is]": "cddb;",
+    "Keywords[it]": "cddb;",
+    "Keywords[ka]": "cddb;",
+    "Keywords[kk]": "cddb;",
+    "Keywords[ko]": "cddb;",
+    "Keywords[mr]": "cddb;",
+    "Keywords[nb]": "cddb;",
+    "Keywords[nds]": "CDDB;cddb;",
+    "Keywords[nl]": "cddb;",
+    "Keywords[nn]": "cddb;",
+    "Keywords[pl]": "cddb;",
+    "Keywords[pt]": "cddb;",
+    "Keywords[pt_BR]": "cddb;",
+    "Keywords[ro]": "cddb;",
+    "Keywords[ru]": "cddb;",
+    "Keywords[sk]": "cddb;",
+    "Keywords[sl]": "cddb;",
+    "Keywords[sr@ijekavian]": "CDDB;ЦДДБ;",
+    "Keywords[sr@ijekavianlatin]": "CDDB;CDDB;",
+    "Keywords[sr@latin]": "CDDB;CDDB;",
+    "Keywords[sr]": "CDDB;ЦДДБ;",
+    "Keywords[sv]": "cddb;",
+    "Keywords[tr]": "cddb;",
+    "Keywords[ug]": "cddb;",
+    "Keywords[uk]": "cddb;",
+    "Keywords[x-test]": "xxcddbxx;",
+    "Keywords[zh_CN]": "cddb;",
+    "Keywords[zh_TW]": "cddb;",
+    "X-DocPath": "kcontrol/cddbretrieval5/index.html",
+    "X-KDE-System-Settings-Parent-Category": "audio-and-video"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/kcmcddb/kcmcddb.cpp 
new/libkcddb-23.04.0/kcmcddb/kcmcddb.cpp
--- old/libkcddb-22.12.3/kcmcddb/kcmcddb.cpp    2023-02-25 06:18:35.000000000 
+0100
+++ new/libkcddb-23.04.0/kcmcddb/kcmcddb.cpp    2023-04-12 05:26:05.000000000 
+0200
@@ -20,7 +20,7 @@
 #include <QCheckBox>
 #include <QVBoxLayout>
 
-K_PLUGIN_FACTORY(KCDDBFactory, registerPlugin<CDDBModule>();)
+K_PLUGIN_CLASS_WITH_JSON(CDDBModule, "kcm_cddb.json")
 
 CDDBModule::CDDBModule(QWidget *parent, const QVariantList &args)
   : KCModule(parent, args)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/kcmcddb/libkcddb.desktop 
new/libkcddb-23.04.0/kcmcddb/libkcddb.desktop
--- old/libkcddb-22.12.3/kcmcddb/libkcddb.desktop       2023-02-25 
06:18:35.000000000 +0100
+++ new/libkcddb-23.04.0/kcmcddb/libkcddb.desktop       1970-01-01 
01:00:00.000000000 +0100
@@ -1,217 +0,0 @@
-[Desktop Entry]
-Exec=systemsettings5 libkcddb
-Icon=media-optical-audio
-Type=Service
-ServiceTypes=KCModule
-X-KDE-System-Settings-Parent-Category=audio-and-video
-
-X-KDE-Library=kcm_cddb
-X-KDE-ParentApp=kcontrol
-X-DocPath=kcontrol/cddbretrieval5/index.html
-
-Name=CDDB Retrieval
-Name[ar]=جلب CDDB
-Name[bg]=Изтегляне на данни от CDDB
-Name[bs]=Dobavljanje iz CDDB‑a
-Name[ca]=Recuperació CDDB
-Name[ca@valencia]=Recuperació CDDB
-Name[cs]=Získání CDDB
-Name[da]=CDDB-hentning
-Name[de]=CDDB-Abfrage
-Name[el]=Ανάκτηση CDDB
-Name[en_GB]=CDDB Retrieval
-Name[es]=Recuperación de CDDB
-Name[et]=CDDB ülekanded
-Name[eu]=CDDB berreskuratzea
-Name[fi]=CDDB-haku
-Name[fr]=Recherche « CDDB »
-Name[ga]=Aisghabháil CDDB
-Name[gl]=Obtención CDDB
-Name[hu]=CDDB letöltés
-Name[ia]=Recuperationde CDDB
-Name[is]=CDDB-sækni
-Name[it]=Recupero CDDB
-Name[ja]=CDDB 検索
-Name[ka]=CDDB მიღება
-Name[kk]=CDDB деректерді алу
-Name[km]=កា​រទៅ​យក CDDB
-Name[ko]=CDDB 가져오기
-Name[lt]=CDDB atsisiuntimas
-Name[mr]=CDDB पुन्हा-प्राप्ती
-Name[nb]=CDDB-henting
-Name[nds]=CDDB-Affraag
-Name[nl]=CDDB-informatie
-Name[nn]=CDDB-henting
-Name[pa]=CDDB ਪ੍ਰਾਪਤੀ
-Name[pl]=Pobieranie z CDDB
-Name[pt]=Transferência de CDDB
-Name[pt_BR]=Recuperação do CDDB
-Name[ro]=Preluare CDDB
-Name[ru]=Доступ к CDDB
-Name[sk]=Informácie z CDDB
-Name[sl]=Pridobivanje CDDB
-Name[sr]=Добављање из ЦДДБ‑а
-Name[sr@ijekavian]=Добављање из ЦДДБ‑а
-Name[sr@ijekavianlatin]=Dobavljanje iz CDDB‑a
-Name[sr@latin]=Dobavljanje iz CDDB‑a
-Name[sv]=Hämta från CDDB
-Name[tr]=CDDB Erişimi
-Name[uk]=Отримання з CDDB
-Name[x-test]=xxCDDB Retrievalxx
-Name[zh_CN]=CDDB 获取
-Name[zh_TW]=CDDB 取得資訊
-
-GenericName=CDDB Configuration
-GenericName[ar]=ضبط CDDB
-GenericName[bg]=Настройки на CDDB
-GenericName[bs]=Konfiguracija CDDB‑a
-GenericName[ca]=Configuració CDDB
-GenericName[ca@valencia]=Configuració CDDB
-GenericName[cs]=Nastavení CDDB
-GenericName[da]=CDDB-indstilling
-GenericName[de]=CDDB-Einrichtung
-GenericName[el]=Διαμόρφωση CDDB
-GenericName[en_GB]=CDDB Configuration
-GenericName[es]=Configuración de CDDB
-GenericName[et]=CDDB seadistamine
-GenericName[eu]=CDDB konfiguratzea
-GenericName[fi]=CDDB-asetukset
-GenericName[fr]=Configuration « CDDB »
-GenericName[ga]=Cumraíocht CDDB
-GenericName[gl]=Configuración da CDDB
-GenericName[hu]=CDDB beállítás
-GenericName[ia]=Configuration de CDDB
-GenericName[is]=Stillingar CDDB
-GenericName[it]=Configurazione CDDB
-GenericName[ja]=CDDB の設定
-GenericName[ka]=CDDB მორგება
-GenericName[kk]=CDDB конфигурациясы
-GenericName[km]=ការ​កំណត់​រច
នាសម្ព័ន្ធ CDDB
-GenericName[ko]=CDDB 설정
-GenericName[lt]=CDDB konfigūravimas
-GenericName[mr]=CDDB संयोजना
-GenericName[nb]=CDDB-oppsett
-GenericName[nds]=CDDB-Instellen
-GenericName[nl]=CDDB-instellingen
-GenericName[nn]=CDDB-oppsett
-GenericName[pa]=CDDB ਸੰਰਚਨਾ
-GenericName[pl]=Ustawienia CDDB
-GenericName[pt]=Configuração do CDDB
-GenericName[pt_BR]=Configuração do CDDB
-GenericName[ro]=Configurare CDDB
-GenericName[ru]=Настройка CDDB
-GenericName[sk]=Nastavenie CDDB
-GenericName[sl]=Nastavitve CDDB
-GenericName[sr]=Постава ЦДДБ‑а
-GenericName[sr@ijekavian]=Постава ЦДДБ‑а
-GenericName[sr@ijekavianlatin]=Postava CDDB‑a
-GenericName[sr@latin]=Postava CDDB‑a
-GenericName[sv]=CDDB-inställning
-GenericName[tr]=CDDB Yapılandırması
-GenericName[ug]=CDDB سەپلىمىسى
-GenericName[uk]=Налаштування CDDB
-GenericName[x-test]=xxCDDB Configurationxx
-GenericName[zh_CN]=CDDB 配置
-GenericName[zh_TW]=CDDB 設定
-
-Comment=Configure the CDDB Retrieval
-Comment[ar]=اضبط جلب CDDB
-Comment[bg]=Настройки на изтегляне на данни от 
CDDB
-Comment[bs]=Podesite dobavljanje iz CDDB‑a
-Comment[ca]=Configura la recuperació CDDB
-Comment[ca@valencia]=Configura la recuperació CDDB
-Comment[cs]=Nastavení stahování z CDDB
-Comment[da]=Indstil hentning via CDDB
-Comment[de]=CDDB-Abfrage einrichten
-Comment[el]=Διαμόρφωση της ανάκτησης CDDB
-Comment[en_GB]=Configure the CDDB Retrieval
-Comment[es]=Configurar la recuperación de CDDB
-Comment[et]=CDDB ülekannete seadistamine
-Comment[eu]=Konfiguratu CDDB berreskuratzea
-Comment[fi]=Aseta CDDB-haku
-Comment[fr]=Configurer la recherche « CDDB »
-Comment[ga]=Cumraigh aisghabháil CDDB
-Comment[gl]=Configurar a recuperación de CDDB
-Comment[hu]=A CDDB letöltés beállítása
-Comment[ia]=Configura le Recuperation de CDDB
-Comment[is]=Stilla CDDB sækni
-Comment[it]=Configura il recupero CDDB
-Comment[ja]=CDDB 検索の設定
-Comment[ka]=CDDB მიღების მორგება
-Comment[kk]=CDDB деректер алуды баптау
-Comment[km]=កំណត់​រច
នាសម្ព័ន្ធ​ការ​ទៅ​យក CDDB
-Comment[ko]=CDDB 가져오기 설정
-Comment[lt]=Konfigūruoti CDDB atsisiuntimą
-Comment[mr]=CDDB पुन्हा-प्राप्ती 
संयोजीत करा
-Comment[nb]=Oppsett av CDDB-henting
-Comment[nds]=CDDB-Affraag instellen
-Comment[nl]=Ophalen van CDDB-informatie instellen
-Comment[nn]=Oppsett av CDDB-henting
-Comment[pl]=Ustawienia pobierania danych z CDDB
-Comment[pt]=Configurar a Transferência de CDDB
-Comment[pt_BR]=Configurar a recuperação do CDDB
-Comment[ro]=Configurează preluarea CDDB
-Comment[ru]=Настройка CDDB
-Comment[sk]=Nastavenie informácií z CDDB
-Comment[sl]=Nastavi pridobivanje CDDB
-Comment[sr]=Подесите добављање из ЦДДБ‑а
-Comment[sr@ijekavian]=Подесите добављање из ЦДДБ‑а
-Comment[sr@ijekavianlatin]=Podesite dobavljanje iz CDDB‑a
-Comment[sr@latin]=Podesite dobavljanje iz CDDB‑a
-Comment[sv]=Anpassa hämtning från CDDB
-Comment[tr]=CDDB Erişimini Yapılandır
-Comment[uk]=Налаштування отримання з CDDB
-Comment[x-test]=xxConfigure the CDDB Retrievalxx
-Comment[zh_CN]=配置 CDDB 获取
-Comment[zh_TW]=CDDB 取得資訊設定
-
-Keywords=cddb;
-Keywords[ar]=أقراص;
-Keywords[bg]=cddb;данни;диск;
-Keywords[bs]=cddb;
-Keywords[ca]=cddb;
-Keywords[ca@valencia]=cddb;
-Keywords[cs]=cddb;
-Keywords[da]=cddb;
-Keywords[de]=cddb;
-Keywords[el]=cddb;
-Keywords[en_GB]=cddb;
-Keywords[es]=cddb;
-Keywords[et]=cddb;
-Keywords[eu]=cddb;
-Keywords[fi]=cddb;
-Keywords[fr]=cddb ;
-Keywords[ga]=cddb;
-Keywords[gl]=cddb;
-Keywords[hu]=cddb;
-Keywords[ia]=cddb;
-Keywords[is]=cddb;
-Keywords[it]=cddb;
-Keywords[ka]=cddb;
-Keywords[kk]=cddb;
-Keywords[ko]=cddb;
-Keywords[mr]=cddb;
-Keywords[nb]=cddb;
-Keywords[nds]=CDDB;cddb;
-Keywords[nl]=cddb;
-Keywords[nn]=cddb;
-Keywords[pl]=cddb;
-Keywords[pt]=cddb;
-Keywords[pt_BR]=cddb;
-Keywords[ro]=cddb;
-Keywords[ru]=cddb;
-Keywords[sk]=cddb;
-Keywords[sl]=cddb;
-Keywords[sr]=CDDB;ЦДДБ;
-Keywords[sr@ijekavian]=CDDB;ЦДДБ;
-Keywords[sr@ijekavianlatin]=CDDB;CDDB;
-Keywords[sr@latin]=CDDB;CDDB;
-Keywords[sv]=cddb;
-Keywords[tr]=cddb;
-Keywords[ug]=cddb;
-Keywords[uk]=cddb;
-Keywords[x-test]=xxcddbxx;
-Keywords[zh_CN]=cddb;
-Keywords[zh_TW]=cddb;
-
-Categories=Qt;KDE;X-KDE-settings-sound;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/libkcddb/CMakeLists.txt 
new/libkcddb-23.04.0/libkcddb/CMakeLists.txt
--- old/libkcddb-22.12.3/libkcddb/CMakeLists.txt        2023-02-25 
06:18:35.000000000 +0100
+++ new/libkcddb-23.04.0/libkcddb/CMakeLists.txt        2023-04-12 
05:26:05.000000000 +0200
@@ -16,7 +16,7 @@
 if(MUSICBRAINZ5_FOUND)
     set(musicbrainz_sources
        musicbrainz/musicbrainzlookup.cpp
-       musicbrainz/asyncmusicbrainzlookup.cpp)
+       musicbrainz/asyncmusicbrainzlookup.cpp 
musicbrainz/asyncmusicbrainzlookup.h)
 
     if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC" OR (WIN32 AND 
"${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel"))
         set(enable_exceptions -EHsc)
@@ -40,38 +40,38 @@
 )
 
 target_sources(KCddb PRIVATE
-    cache.cpp
-    cdinfo.cpp
-    config.cpp
-    client.cpp
-    kcddb.cpp
+    cache.cpp cache.h
+    cdinfo.cpp cdinfo.h
+    config.cpp config.h
+    client.cpp client.h
+    kcddb.cpp kcddb.h
     cddb.cpp
     lookup.cpp
-    cddbplookup.cpp
-    synccddbplookup.cpp
-    asynccddbplookup.cpp
-    httplookup.cpp
+    cddbplookup.cpp cddbplookup.h
+    synccddbplookup.cpp synccddbplookup.h
+    asynccddbplookup.cpp asynccddbplookup.h
+    httplookup.cpp httplookup.h
     synchttplookup.cpp
-    asynchttplookup.cpp
-    smtpsubmit.cpp
-    asyncsmtpsubmit.cpp
-    syncsmtpsubmit.cpp
+    asynchttplookup.cpp asynchttplookup.h
+    smtpsubmit.cpp smtpsubmit.h
+    asyncsmtpsubmit.cpp asyncsmtpsubmit.h
+    syncsmtpsubmit.cpp syncsmtpsubmit.h
     submit.cpp
-    sites.cpp
+    sites.cpp sites.h
     httpsubmit.cpp
-    asynchttpsubmit.cpp
+    asynchttpsubmit.cpp asynchttpsubmit.h
     synchttpsubmit.cpp
-    categories.cpp
-    genres.cpp
+    categories.cpp categories.h
+    genres.cpp genres.h
     ${musicbrainz_sources}
 )
 
 target_link_libraries(KCddb
     PUBLIC
-        KF5::ConfigGui
+        KF${KF_MAJOR_VERSION}::ConfigGui
     PRIVATE
-        KF5::I18n
-        KF5::KIOCore
+        KF${KF_MAJOR_VERSION}::I18n
+        KF${KF_MAJOR_VERSION}::KIOCore
         Qt${QT_MAJOR_VERSION}::Network
 )
 
@@ -133,7 +133,7 @@
 
 install(FILES
     "${CMAKE_CURRENT_BINARY_DIR}/kcddb_version.h"
-    DESTINATION "${KDE_INSTALL_INCLUDEDIR_KF}"
+    DESTINATION "${KCDDB_INSTALL_INCLUDEDIR}"
     COMPONENT Devel
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/libkcddb/KF5CddbConfig.cmake.in 
new/libkcddb-23.04.0/libkcddb/KF5CddbConfig.cmake.in
--- old/libkcddb-22.12.3/libkcddb/KF5CddbConfig.cmake.in        2023-02-25 
06:18:35.000000000 +0100
+++ new/libkcddb-23.04.0/libkcddb/KF5CddbConfig.cmake.in        2023-04-12 
05:26:05.000000000 +0200
@@ -1,6 +1,6 @@
 @PACKAGE_INIT@
 
 include(CMakeFindDependencyMacro)
-find_dependency(KF5Config "@KF_MIN_VERSIONN@")
+find_dependency(KF@KF_MAJOR_VERSION@Config "@KF_MIN_VERSIONN@")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5CddbTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/po/ca/kcmcddb.po 
new/libkcddb-23.04.0/po/ca/kcmcddb.po
--- old/libkcddb-22.12.3/po/ca/kcmcddb.po       2023-02-25 06:18:35.000000000 
+0100
+++ new/libkcddb-23.04.0/po/ca/kcmcddb.po       2023-04-12 05:26:05.000000000 
+0200
@@ -217,3 +217,6 @@
 #, kde-format
 msgid "Incorrect Email Settings"
 msgstr "Paràmetres incorrectes de l'adreça de correu"
+
+#~ msgid "freedb.freedb.org"
+#~ msgstr "freedb.freedb.org"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/po/ca/libkcddb.po 
new/libkcddb-23.04.0/po/ca/libkcddb.po
--- old/libkcddb-22.12.3/po/ca/libkcddb.po      2023-02-25 06:18:35.000000000 
+0100
+++ new/libkcddb-23.04.0/po/ca/libkcddb.po      2023-04-12 05:26:05.000000000 
+0200
@@ -1025,3 +1025,97 @@
 #, kde-format
 msgid "%1 (disc %2)"
 msgstr "%1 (disc %2)"
+
+#~ msgid "Track"
+#~ msgstr "Peça"
+
+#~ msgid "Length"
+#~ msgstr "Durada"
+
+#~ msgid "Title"
+#~ msgstr "Títol"
+
+#~ msgid "Artist"
+#~ msgstr "Artista"
+
+#~ msgid "Comment"
+#~ msgstr "Comentari"
+
+#~ msgid "Change Encoding"
+#~ msgstr "Canvia la codificació"
+
+#~ msgid "Revision:"
+#~ msgstr "Revisió:"
+
+#~ msgid "Use the name of the artist if there is no title."
+#~ msgstr "Usa el nom de l'artista si no hi ha títol."
+
+#~ msgid "&Category:"
+#~ msgstr "&Categoria:"
+
+#~ msgid ""
+#~ "Write names as \"first last\", not \"last, first\". Omit any leading \"The"
+#~ "\".  Use \"Various\" for compilations."
+#~ msgstr ""
+#~ "Escriviu els noms com «primer darrer», no com «darrer, primer». 
Suprimiu "
+#~ "qualsevol article (p. ex. «Els») inicial. Feu servir «Varis» per les "
+#~ "recopilacions."
+
+#~ msgid "&Artist:"
+#~ msgstr "&Artista:"
+
+#~ msgid "&Year:"
+#~ msgstr "An&y:"
+
+#~ msgid "&Genre:"
+#~ msgstr "&Gènere:"
+
+#~ msgid "Disc Id values must be unique within a category."
+#~ msgstr "L'identificador de disc ha de ser únic dins de cada categoria."
+
+#~ msgid "&Multiple artists"
+#~ msgstr "Artistes &múltiples"
+
+#~ msgid "Comment:"
+#~ msgstr "Comentari:"
+
+#~ msgid "&Title:"
+#~ msgstr "&Títol:"
+
+#~ msgid "Avoid custom values, as they will be written to CDDB as-is."
+#~ msgstr ""
+#~ "Eviteu valors personalitzats, ja que s'escriuran al CDDB tal com són."
+
+#~ msgid "Disc Id:"
+#~ msgstr "Identificador de disc:"
+
+#~ msgid "Length:"
+#~ msgstr "Durada:"
+
+#~ msgid "For a CD-Extra, set title to \"Data\"."
+#~ msgstr "Per als CD-Extra, indiqueu «Data» al títol."
+
+#~ msgid "Change Encoding..."
+#~ msgstr "Canvia la codificació..."
+
+#~ msgid "Playing order:"
+#~ msgstr "Ordre de reproducció:"
+
+#~ msgctxt "artist - cdtitle"
+#~ msgid "%1 - %2"
+#~ msgstr "%1 - %2"
+
+#~ msgid "Preview"
+#~ msgstr "Vista prèvia"
+
+#~ msgid "Encoding"
+#~ msgstr "Codificació"
+
+#~ msgid "freedb.freedb.org"
+#~ msgstr "freedb.freedb.org"
+
+#~ msgid "Ok"
+#~ msgstr "D'acord"
+
+#~ msgid "Cancel"
+#~ msgstr "Cancel·la"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/po/cs/kcmcddb.po 
new/libkcddb-23.04.0/po/cs/kcmcddb.po
--- old/libkcddb-22.12.3/po/cs/kcmcddb.po       2023-02-25 06:18:35.000000000 
+0100
+++ new/libkcddb-23.04.0/po/cs/kcmcddb.po       2023-04-12 05:26:05.000000000 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <v...@pelcak.org>, 2010, 2011, 2013.
+# Vít Pelčák <v...@pelcak.org>, 2010, 2011, 2013, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kcmcddb\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-27 00:44+0000\n"
-"PO-Revision-Date: 2013-04-24 13:53+0200\n"
+"PO-Revision-Date: 2023-03-03 15:21+0100\n"
 "Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: cddbconfigwidget.cpp:40
 #, kde-format
@@ -101,7 +101,7 @@
 #: cddbconfigwidget.ui:67
 #, kde-format
 msgid "gnudb.gnudb.org"
-msgstr ""
+msgstr "gnudb.gnudb.org"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel3_3)
 #. i18n: ectx: property (text), widget (QLabel, textLabel3_2)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/po/cs/libkcddb.po 
new/libkcddb-23.04.0/po/cs/libkcddb.po
--- old/libkcddb-22.12.3/po/cs/libkcddb.po      2023-02-25 06:18:35.000000000 
+0100
+++ new/libkcddb-23.04.0/po/cs/libkcddb.po      2023-04-12 05:26:05.000000000 
+0200
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <v...@pelcak.org>, 2011, 2012, 2013, 2017.
+# Vít Pelčák <v...@pelcak.org>, 2011, 2012, 2013, 2017, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: libkcddb\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-27 00:44+0000\n"
-"PO-Revision-Date: 2017-02-24 16:39+0100\n"
-"Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
+"PO-Revision-Date: 2023-03-04 23:29+0100\n"
+"Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: kcmcddb/cddbconfigwidget.cpp:40
 #, kde-format
@@ -102,7 +102,7 @@
 #: kcmcddb/cddbconfigwidget.ui:67
 #, kde-format
 msgid "gnudb.gnudb.org"
-msgstr ""
+msgstr "gnudb.gnudb.org"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel3_3)
 #. i18n: ectx: property (text), widget (QLabel, textLabel3_2)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/po/eo/libkcddb.po 
new/libkcddb-23.04.0/po/eo/libkcddb.po
--- old/libkcddb-22.12.3/po/eo/libkcddb.po      2023-02-25 06:18:35.000000000 
+0100
+++ new/libkcddb-23.04.0/po/eo/libkcddb.po      2023-04-12 05:26:05.000000000 
+0200
@@ -1,13 +1,16 @@
-# Translation of libkcddb into esperanto.
+# Translation of libkcddb.pot into esperanto.
+# Copyright (C) 2009 Free Software Foundation, Inc.
+# This file is distributed under the same license as the libkcddb package.
 # Axel Rousseau <a...@esperanto-jeunes.org>, 2009.
+# Oliver Kellogg <okell...@users.sourceforge.net>, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: libkcddb\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-27 00:44+0000\n"
-"PO-Revision-Date: 2009-11-15 12:06+0100\n"
-"Last-Translator: Axel Rousseau <a...@esperanto-jeunes.org>\n"
+"PO-Revision-Date: 2023-01-08 12:30+0100\n"
+"Last-Translator: Oliver Kellogg <okell...@users.sourceforge.net>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
 "Language: eo\n"
 "MIME-Version: 1.0\n"
@@ -19,27 +22,27 @@
 #: kcmcddb/cddbconfigwidget.cpp:40
 #, kde-format
 msgid "Cache Locations"
-msgstr ""
+msgstr "Kaŝmemoraj Lokoj"
 
 #: kcmcddb/cddbconfigwidget.cpp:75
 #, kde-format
 msgid "Could not fetch mirror list."
-msgstr ""
+msgstr "Ne eblis venigi spegulliston."
 
 #: kcmcddb/cddbconfigwidget.cpp:75
 #, kde-format
 msgid "Could Not Fetch"
-msgstr ""
+msgstr "Ne Eblis Venigi"
 
 #: kcmcddb/cddbconfigwidget.cpp:79
 #, kde-format
 msgid "Select mirror"
-msgstr ""
+msgstr "Elekti spegulilon"
 
 #: kcmcddb/cddbconfigwidget.cpp:80
 #, kde-format
 msgid "Select one of these mirrors"
-msgstr ""
+msgstr "Elekti unu el tiuj speguliloj"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, 
kcfg_FreedbLookupTransport)
 #. i18n: ectx: property (text), widget (QRadioButton, httpButton)
@@ -47,7 +50,7 @@
 #: kcmcddb/cddbconfigwidget.ui:179
 #, kde-format
 msgid "HTTP"
-msgstr ""
+msgstr "HTTP"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, 
kcfg_FreedbLookupTransport)
 #: kcmcddb/cddbconfigwidget.cpp:99 kcmcddb/cddbconfigwidget.ui:124
@@ -65,7 +68,7 @@
 #: kcmcddb/cddbconfigwidget.ui:20
 #, kde-format
 msgid "&Lookup"
-msgstr ""
+msgstr "S&erĉi"
 
 #. i18n: ectx: property (text), widget (QCheckBox, 
kcfg_MusicBrainzLookupEnabled)
 #: kcmcddb/cddbconfigwidget.ui:26
@@ -122,7 +125,7 @@
 #: kcmcddb/cddbconfigwidget.ui:108
 #, kde-format
 msgid "&Transport:"
-msgstr ""
+msgstr "&Transporto:"
 
 #. i18n: ectx: property (whatsThis), widget (QComboBox, 
kcfg_FreedbLookupTransport)
 #: kcmcddb/cddbconfigwidget.ui:120
@@ -134,13 +137,13 @@
 #: kcmcddb/cddbconfigwidget.ui:137
 #, kde-format
 msgid "Show &Mirror List"
-msgstr ""
+msgstr "&Montri Spegulliston"
 
 #. i18n: ectx: attribute (title), widget (QWidget, tabSubmit)
 #: kcmcddb/cddbconfigwidget.ui:153
 #, kde-format
 msgid "&Submit"
-msgstr ""
+msgstr "&Enmeti"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel1)
 #: kcmcddb/cddbconfigwidget.ui:161
@@ -152,7 +155,7 @@
 #: kcmcddb/cddbconfigwidget.ui:173
 #, kde-format
 msgid "Submit Method"
-msgstr ""
+msgstr "Enmeta Metodo"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel2)
 #: kcmcddb/cddbconfigwidget.ui:189
@@ -261,11 +264,9 @@
 msgstr "Rock"
 
 #: libkcddb/categories.cpp:30 libkcddb/genres.cpp:96
-#, fuzzy, kde-format
-#| msgid "%n track"
-#| msgid_plural "%n tracks"
+#, kde-format
 msgid "Soundtrack"
-msgstr "%n trako"
+msgstr "Sontrako"
 
 #: libkcddb/genres.cpp:64
 #, kde-format
@@ -275,57 +276,57 @@
 #: libkcddb/genres.cpp:64
 #, kde-format
 msgid "A Cappella"
-msgstr ""
+msgstr "Nurvoĉa"
 
 #: libkcddb/genres.cpp:64
 #, kde-format
 msgid "Acid Jazz"
-msgstr ""
+msgstr "Acida Ä´azo"
 
 #: libkcddb/genres.cpp:65
 #, kde-format
 msgid "Acid Punk"
-msgstr ""
+msgstr "Acida Punko"
 
 #: libkcddb/genres.cpp:65
 #, kde-format
 msgid "Acid"
-msgstr "Acid"
+msgstr "Acida"
 
 #: libkcddb/genres.cpp:65
 #, kde-format
 msgid "Acoustic"
-msgstr ""
+msgstr "Akustika"
 
 #: libkcddb/genres.cpp:65
 #, kde-format
 msgid "Alternative"
-msgstr "Alternative"
+msgstr "Alternativa"
 
 #: libkcddb/genres.cpp:66
 #, kde-format
 msgid "Alt. Rock"
-msgstr ""
+msgstr "Alt. Roko"
 
 #: libkcddb/genres.cpp:66
 #, kde-format
 msgid "Ambient"
-msgstr ""
+msgstr "Ĉirkaŭa"
 
 #: libkcddb/genres.cpp:66
 #, kde-format
 msgid "Anime"
-msgstr "Anime"
+msgstr "Animea"
 
 #: libkcddb/genres.cpp:66
 #, kde-format
 msgid "Avantgarde"
-msgstr "Avantgarde"
+msgstr "Avangarda"
 
 #: libkcddb/genres.cpp:67
 #, kde-format
 msgid "Ballad"
-msgstr ""
+msgstr "Balado"
 
 #: libkcddb/genres.cpp:67
 #, kde-format
@@ -778,9 +779,9 @@
 msgstr ""
 
 #: libkcddb/genres.cpp:91
-#, fuzzy, kde-format
+#, kde-format
 msgid "Psychedelic"
-msgstr "Ciklaj koloroj"
+msgstr "Psikedela"
 
 #: libkcddb/genres.cpp:91
 #, kde-format
@@ -1016,67 +1017,3 @@
 #, kde-format
 msgid "%1 (disc %2)"
 msgstr ""
-
-#~ msgid "Track"
-#~ msgstr "Trako"
-
-#~ msgid "Length"
-#~ msgstr "Longo"
-
-#~ msgid "Title"
-#~ msgstr "Titolo"
-
-#~ msgid "Artist"
-#~ msgstr "Artisto"
-
-#~ msgid "Comment"
-#~ msgstr "Komento"
-
-#~ msgid "Change Encoding"
-#~ msgstr "Ŝanĝi &signokodon"
-
-#~ msgid "&Category:"
-#~ msgstr "&Kategorio:"
-
-#~ msgid "&Artist:"
-#~ msgstr "&Artisto:"
-
-#~ msgid "&Year:"
-#~ msgstr "&Jaro:"
-
-#~ msgid "&Genre:"
-#~ msgstr "&Ĝenro:"
-
-#~ msgid "Comment:"
-#~ msgstr "Komento:"
-
-#~ msgid "&Title:"
-#~ msgstr "&Titolo:"
-
-#, fuzzy
-#~| msgid "Disco"
-#~ msgid "Disc Id:"
-#~ msgstr "Disco"
-
-#~ msgid "Length:"
-#~ msgstr "Longo:"
-
-#, fuzzy
-#~| msgid "Change Encoding"
-#~ msgid "Change Encoding..."
-#~ msgstr "Ŝanĝi &signokodon"
-
-#~ msgctxt "artist - cdtitle"
-#~ msgid "%1 - %2"
-#~ msgstr "%1 - %2"
-
-#~ msgid "Preview"
-#~ msgstr "AntaÅ­rigardo"
-
-#~ msgid "Encoding"
-#~ msgstr "Kodoprezento"
-
-#, fuzzy
-#~| msgid "Dance"
-#~ msgid "Cancel"
-#~ msgstr "Dance"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/po/ka/kcmcddb.po 
new/libkcddb-23.04.0/po/ka/kcmcddb.po
--- old/libkcddb-22.12.3/po/ka/kcmcddb.po       2023-02-25 06:18:35.000000000 
+0100
+++ new/libkcddb-23.04.0/po/ka/kcmcddb.po       2023-04-12 05:26:05.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: libkcddb\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-27 00:44+0000\n"
-"PO-Revision-Date: 2022-11-23 07:06+0100\n"
+"PO-Revision-Date: 2022-11-16 08:25+0100\n"
 "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
 "Language-Team: Georgian <kde-i18n-...@kde.org>\n"
 "Language: ka\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/po/ka/libkcddb.po 
new/libkcddb-23.04.0/po/ka/libkcddb.po
--- old/libkcddb-22.12.3/po/ka/libkcddb.po      2023-02-25 06:18:35.000000000 
+0100
+++ new/libkcddb-23.04.0/po/ka/libkcddb.po      2023-04-12 05:26:05.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: libkcddb\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-27 00:44+0000\n"
-"PO-Revision-Date: 2022-11-23 07:06+0100\n"
+"PO-Revision-Date: 2022-11-16 08:26+0100\n"
 "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
 "Language-Team: Georgian <kde-i18n-...@kde.org>\n"
 "Language: ka\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/po/zh_CN/kcmcddb.po 
new/libkcddb-23.04.0/po/zh_CN/kcmcddb.po
--- old/libkcddb-22.12.3/po/zh_CN/kcmcddb.po    2023-02-25 06:18:35.000000000 
+0100
+++ new/libkcddb-23.04.0/po/zh_CN/kcmcddb.po    2023-04-12 05:26:05.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-27 00:44+0000\n"
-"PO-Revision-Date: 2023-02-24 12:58\n"
+"PO-Revision-Date: 2023-04-10 14:12\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-22.12.3/po/zh_CN/libkcddb.po 
new/libkcddb-23.04.0/po/zh_CN/libkcddb.po
--- old/libkcddb-22.12.3/po/zh_CN/libkcddb.po   2023-02-25 06:18:35.000000000 
+0100
+++ new/libkcddb-23.04.0/po/zh_CN/libkcddb.po   2023-04-12 05:26:05.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-27 00:44+0000\n"
-"PO-Revision-Date: 2023-02-24 12:58\n"
+"PO-Revision-Date: 2023-04-10 14:12\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkcddb-22.12.3/tests/musicbrainztest-severaldiscs.cpp 
new/libkcddb-23.04.0/tests/musicbrainztest-severaldiscs.cpp
--- old/libkcddb-22.12.3/tests/musicbrainztest-severaldiscs.cpp 2023-02-25 
06:18:35.000000000 +0100
+++ new/libkcddb-23.04.0/tests/musicbrainztest-severaldiscs.cpp 2023-04-12 
05:26:05.000000000 +0200
@@ -11,7 +11,7 @@
 #include "config-musicbrainz.h"
 #include <QTest>
 
-static void setEnvironment()
+void MusicBrainzTestSeveralDiscs::initMain()
 {
     qputenv("LANG", "C.UTF-8");
     qputenv("LANGUAGE", "C.UTF-8");
@@ -127,6 +127,4 @@
   }
 }
 
-Q_COREAPP_STARTUP_FUNCTION(setEnvironment)
-
 QTEST_GUILESS_MAIN(MusicBrainzTestSeveralDiscs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkcddb-22.12.3/tests/musicbrainztest-severaldiscs.h 
new/libkcddb-23.04.0/tests/musicbrainztest-severaldiscs.h
--- old/libkcddb-22.12.3/tests/musicbrainztest-severaldiscs.h   2023-02-25 
06:18:35.000000000 +0100
+++ new/libkcddb-23.04.0/tests/musicbrainztest-severaldiscs.h   2023-04-12 
05:26:05.000000000 +0200
@@ -12,6 +12,8 @@
 class MusicBrainzTestSeveralDiscs : public QObject
 {
   Q_OBJECT
+  public:
+    static void initMain();
   private Q_SLOTS:
     void testLookup();
 };

Reply via email to