Hello community, here is the log from the commit of package kconfig for openSUSE:Factory checked in at 2018-03-20 21:43:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kconfig (Old) and /work/SRC/openSUSE:Factory/.kconfig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kconfig" Tue Mar 20 21:43:51 2018 rev:53 rq:586812 version:5.44.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes 2018-02-16 21:29:09.832672019 +0100 +++ /work/SRC/openSUSE:Factory/.kconfig.new/kconfig.changes 2018-03-20 21:45:00.370851874 +0100 @@ -1,0 +2,11 @@ +Mon Mar 12 23:29:40 CET 2018 - [email protected] + +- Update to 5.44.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.44.0.php +- Changes since 5.43.0: + * Save some memory allocations by using the right API + * Export kconf_update with tooling + +------------------------------------------------------------------- Old: ---- kconfig-5.43.0.tar.xz New: ---- kconfig-5.44.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfig.spec ++++++ --- /var/tmp/diff_new_pack.GZia88/_old 2018-03-20 21:45:01.814799905 +0100 +++ /var/tmp/diff_new_pack.GZia88/_new 2018-03-20 21:45:01.842798897 +0100 @@ -18,13 +18,13 @@ %bcond_without lang %define sonum 5 -%define _tar_path 5.43 +%define _tar_path 5.44 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: kconfig -Version: 5.43.0 +Version: 5.44.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} @@ -37,7 +37,7 @@ BuildRequires: cmake(Qt5Gui) >= 5.6.0 BuildRequires: cmake(Qt5Xml) >= 5.6.0 Summary: Provides an advanced configuration system -License: LGPL-2.1+ and GPL-2.0+ +License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: System/GUI/KDE Url: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz ++++++ kconfig-5.43.0.tar.xz -> kconfig-5.44.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/CMakeLists.txt new/kconfig-5.44.0/CMakeLists.txt --- old/kconfig-5.43.0/CMakeLists.txt 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/CMakeLists.txt 2018-03-03 11:01:39.000000000 +0100 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.43.0") # handled by release scripts +set(KF5_VERSION "5.44.0") # handled by release scripts project(KConfig VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.43.0 NO_MODULE) +find_package(ECM 5.44.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/po/de/kconfig5_qt.po new/kconfig-5.44.0/po/de/kconfig5_qt.po --- old/kconfig-5.43.0/po/de/kconfig5_qt.po 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/po/de/kconfig5_qt.po 2018-03-03 11:01:39.000000000 +0100 @@ -1,13 +1,13 @@ # Thomas Diehl <[email protected]>, 2003. # Thomas Reitelbach <[email protected]>, 2006, 2007, 2008. # Frederik Schwarzer <[email protected]>, 2012, 2014, 2015, 2016. -# Burkhard Lück <[email protected]>, 2014, 2015, 2016, 2017. +# Burkhard Lück <[email protected]>, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2017-09-25 15:13+0100\n" +"PO-Revision-Date: 2018-02-27 14:01+0100\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" @@ -386,12 +386,9 @@ msgstr "Kurzbefehle" #: gui/kstandardshortcut.cpp:159 -#, fuzzy -#| msgctxt "KStandardShortcut|@action" -#| msgid "Configure Notifications" msgctxt "KStandardShortcut|@action" msgid "Configure Application" -msgstr "Benachrichtigungen festlegen" +msgstr "Anwendung einrichten" #: gui/kstandardshortcut.cpp:160 msgctxt "KStandardShortcut|@action" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/po/en_GB/kconfig5_qt.po new/kconfig-5.44.0/po/en_GB/kconfig5_qt.po --- old/kconfig-5.43.0/po/en_GB/kconfig5_qt.po 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/po/en_GB/kconfig5_qt.po 2018-03-03 11:01:39.000000000 +0100 @@ -3,13 +3,13 @@ # # Malcolm Hunter <[email protected]>, 2003, 2008. # Andrew Coles <[email protected]>, 2009. -# Steve Allewell <[email protected]>, 2014, 2015, 2016, 2017. +# Steve Allewell <[email protected]>, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2017-11-26 15:57+0000\n" +"PO-Revision-Date: 2018-02-18 16:22+0000\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" "Language: en_GB\n" @@ -388,12 +388,9 @@ msgstr "Key Bindings" #: gui/kstandardshortcut.cpp:159 -#, fuzzy -#| msgctxt "KStandardShortcut|@action" -#| msgid "Configure Notifications" msgctxt "KStandardShortcut|@action" msgid "Configure Application" -msgstr "Configure Notifications" +msgstr "Configure Application" #: gui/kstandardshortcut.cpp:160 msgctxt "KStandardShortcut|@action" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/po/fi/kconfig5_qt.po new/kconfig-5.44.0/po/fi/kconfig5_qt.po --- old/kconfig-5.43.0/po/fi/kconfig5_qt.po 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/po/fi/kconfig5_qt.po 2018-03-03 11:01:39.000000000 +0100 @@ -1,11 +1,12 @@ # Lasse Liehu <[email protected]>, 2014, 2015, 2016, 2017. +# Tommi Nieminen <[email protected]>, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2017-08-31 13:47+0900\n" -"Last-Translator: Lasse Liehu <[email protected]>\n" +"PO-Revision-Date: 2018-02-20 14:42+0200\n" +"Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\n" "MIME-Version: 1.0\n" @@ -383,12 +384,9 @@ msgstr "Näppäinyhdistelmät" #: gui/kstandardshortcut.cpp:159 -#, fuzzy -#| msgctxt "KStandardShortcut|@action" -#| msgid "Configure Notifications" msgctxt "KStandardShortcut|@action" msgid "Configure Application" -msgstr "Muokkaa ilmoituksia" +msgstr "Sovelluksen asetukset" #: gui/kstandardshortcut.cpp:160 msgctxt "KStandardShortcut|@action" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/po/fr/kconfig5_qt.po new/kconfig-5.44.0/po/fr/kconfig5_qt.po --- old/kconfig-5.43.0/po/fr/kconfig5_qt.po 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/po/fr/kconfig5_qt.po 2018-03-03 11:01:39.000000000 +0100 @@ -10,14 +10,15 @@ # xavier <[email protected]>, 2013. # Maxime Corteel <[email protected]>, 2014, 2015. # Vincent Pinon <[email protected]>, 2016, 2017. +# Simon Depiets <[email protected]>, 2018. # msgid "" msgstr "" "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2017-09-14 18:07+0100\n" -"Last-Translator: Vincent Pinon <[email protected]>\n" +"PO-Revision-Date: 2018-01-28 17:12+0800\n" +"Last-Translator: Simon Depiets <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -398,12 +399,9 @@ msgstr "Raccourcis clavier" #: gui/kstandardshortcut.cpp:159 -#, fuzzy -#| msgctxt "KStandardShortcut|@action" -#| msgid "Configure Notifications" msgctxt "KStandardShortcut|@action" msgid "Configure Application" -msgstr "Configurer les notifications" +msgstr "Configurer l'application" #: gui/kstandardshortcut.cpp:160 msgctxt "KStandardShortcut|@action" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/po/id/kconfig5_qt.po new/kconfig-5.44.0/po/id/kconfig5_qt.po --- old/kconfig-5.43.0/po/id/kconfig5_qt.po 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/po/id/kconfig5_qt.po 2018-03-03 11:01:39.000000000 +0100 @@ -10,7 +10,7 @@ "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2018-01-31 08:14+0700\n" +"PO-Revision-Date: 2018-03-03 08:12+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -30,7 +30,7 @@ #, qt-format msgctxt "KConfigIniBackend|" msgid "Configuration file \"%1\" not writable.\n" -msgstr "Berkas konfigurasi \"%1\" tak dapat ditulis.\n" +msgstr "Fail konfigurasi \"%1\" tak dapat ditulis.\n" #: core/kemailsettings.cpp:256 core/kemailsettings.cpp:259 #: core/kemailsettings.cpp:267 @@ -76,7 +76,7 @@ #: gui/kstandardshortcut.cpp:82 msgctxt "KStandardShortcut|@action" msgid "Redo" -msgstr "Balikkan" +msgstr "Balik" #: gui/kstandardshortcut.cpp:83 msgctxt "KStandardShortcut|@action" @@ -441,7 +441,7 @@ #: gui/kstandardshortcut.cpp:169 msgctxt "KStandardShortcut|@action" msgid "Move to Trash" -msgstr "Pindah ke Tempat Sampah" +msgstr "Pindah ke Tong Sampah" #: gui/kstandardshortcut.cpp:170 msgctxt "KStandardShortcut|@action" @@ -451,7 +451,7 @@ #: kconf_update/kconf_update.cpp:953 msgctxt "main|" msgid "KDE Tool for updating user configuration files" -msgstr "Alat KDE untuk memperbarui file konfigurasi pengguna" +msgstr "Alat KDE untuk memperbarui fail konfigurasi pengguna" #: kconf_update/kconf_update.cpp:955 msgctxt "main|" @@ -464,23 +464,23 @@ "For unit tests only: use test directories to stay away from the user's real " "files" msgstr "" -"Untuk uji unit saja: gunakan direktori uji agar menjauh dari file asli " +"Untuk uji unit saja: gunakan direktori uji agar menjauh dari fail asli " "pengguna" #: kconf_update/kconf_update.cpp:957 msgctxt "main|" msgid "Check whether config file itself requires updating" -msgstr "Cek apakah berkas konfigurasi itu sendiri memerlukan pemutakhiran" +msgstr "Cek apakah fail konfigurasi itu sendiri memerlukan pemutakhiran" #: kconf_update/kconf_update.cpp:958 msgctxt "main|" msgid "File(s) to read update instructions from" -msgstr "File untuk membaca instruksi pembaruan dari" +msgstr "Fail untuk membaca instruksi pembaruan dari" #: kconfig_compiler/kconfig_compiler.cpp:1572 msgctxt "main|" msgid "Directory to generate files in [.]" -msgstr "Direktori untuk membuat berkas di [.]" +msgstr "Direktori untuk membuat fail di [.]" #: kconfig_compiler/kconfig_compiler.cpp:1573 msgctxt "main|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/po/nb/kconfig5_qt.po new/kconfig-5.44.0/po/nb/kconfig5_qt.po --- old/kconfig-5.43.0/po/nb/kconfig5_qt.po 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/po/nb/kconfig5_qt.po 2018-03-03 11:01:39.000000000 +0100 @@ -22,7 +22,7 @@ "X-Text-Markup: qtrich\n" "X-Qt-Contexts: true\n" -#: core/kconfig.cpp:909 +#: core/kconfig.cpp:910 msgctxt "KConfig|" msgid "Please contact your system administrator." msgstr "Kontakt systemadministratoren din." @@ -391,8 +391,8 @@ #: gui/kstandardshortcut.cpp:159 msgctxt "KStandardShortcut|@action" -msgid "Preferences" -msgstr "Innstillinger" +msgid "Configure Application" +msgstr "" #: gui/kstandardshortcut.cpp:160 msgctxt "KStandardShortcut|@action" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/po/nn/kconfig5_qt.po new/kconfig-5.44.0/po/nn/kconfig5_qt.po --- old/kconfig-5.43.0/po/nn/kconfig5_qt.po 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/po/nn/kconfig5_qt.po 2018-03-03 11:01:39.000000000 +0100 @@ -1,14 +1,14 @@ # Translation of kconfig5_qt to Norwegian Nynorsk # # Håvard Korsvoll <[email protected]>, 2004. -# Karl Ove Hufthammer <[email protected]>, 2007, 2008, 2015, 2016. +# Karl Ove Hufthammer <[email protected]>, 2007, 2008, 2015, 2016, 2018. # Eirik U. Birkeland <[email protected]>, 2008. msgid "" msgstr "" "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2016-10-13 22:35+0100\n" +"PO-Revision-Date: 2018-02-12 19:57+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" "Language: nn\n" @@ -392,7 +392,7 @@ #: gui/kstandardshortcut.cpp:159 msgctxt "KStandardShortcut|@action" msgid "Configure Application" -msgstr "" +msgstr "Set opp program" #: gui/kstandardshortcut.cpp:160 msgctxt "KStandardShortcut|@action" @@ -432,12 +432,12 @@ #: gui/kstandardshortcut.cpp:167 msgctxt "KStandardShortcut|@action" msgid "Delete" -msgstr "" +msgstr "Slett" #: gui/kstandardshortcut.cpp:168 msgctxt "KStandardShortcut|@action" msgid "Rename" -msgstr "" +msgstr "Endra namn" #: gui/kstandardshortcut.cpp:169 msgctxt "KStandardShortcut|@action" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/po/pl/kconfig5_qt.po new/kconfig-5.44.0/po/pl/kconfig5_qt.po --- old/kconfig-5.43.0/po/pl/kconfig5_qt.po 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/po/pl/kconfig5_qt.po 2018-03-03 11:01:39.000000000 +0100 @@ -2,13 +2,13 @@ # Copyright (C) 2003, 2008 Free Software Foundation, Inc. # # Michal Rudolf <[email protected]>, 2003, 2008. -# Łukasz Wojniłowicz <[email protected]>, 2014, 2015, 2016, 2017. +# Łukasz Wojniłowicz <[email protected]>, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2017-09-02 19:41+0100\n" +"PO-Revision-Date: 2018-02-24 07:32+0100\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" "Language: pl\n" @@ -388,12 +388,9 @@ msgstr "Skróty klawiszowe" #: gui/kstandardshortcut.cpp:159 -#, fuzzy -#| msgctxt "KStandardShortcut|@action" -#| msgid "Configure Notifications" msgctxt "KStandardShortcut|@action" msgid "Configure Application" -msgstr "Ustawienia powiadomień" +msgstr "Ustawienia aplikacji" #: gui/kstandardshortcut.cpp:160 msgctxt "KStandardShortcut|@action" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/po/zh_CN/kconfig5_qt.po new/kconfig-5.44.0/po/zh_CN/kconfig5_qt.po --- old/kconfig-5.43.0/po/zh_CN/kconfig5_qt.po 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/po/zh_CN/kconfig5_qt.po 2018-03-03 11:01:39.000000000 +0100 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2018-02-01 07:11-0500\n" +"PO-Revision-Date: 2018-02-28 02:23-0500\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/po/zh_TW/kconfig5_qt.po new/kconfig-5.44.0/po/zh_TW/kconfig5_qt.po --- old/kconfig-5.43.0/po/zh_TW/kconfig5_qt.po 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/po/zh_TW/kconfig5_qt.po 2018-03-03 11:01:39.000000000 +0100 @@ -2,13 +2,13 @@ # # Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2006, 2008. # Franklin Weng <franklin at goodhorse dot idv dot tw>, 2007, 2014, 2015. -# Jeff Huang <[email protected]>, 2016, 2017. +# Jeff Huang <[email protected]>, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2017-09-27 08:50+0800\n" +"PO-Revision-Date: 2018-02-21 21:05+0800\n" "Last-Translator: Jeff Huang <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" "Language: zh_TW\n" @@ -387,12 +387,9 @@ msgstr "按鍵組合" #: gui/kstandardshortcut.cpp:159 -#, fuzzy -#| msgctxt "KStandardShortcut|@action" -#| msgid "Configure Notifications" msgctxt "KStandardShortcut|@action" msgid "Configure Application" -msgstr "設定通知" +msgstr "設定應用程式" #: gui/kstandardshortcut.cpp:160 msgctxt "KStandardShortcut|@action" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/src/core/kconfig.cpp new/kconfig-5.44.0/src/core/kconfig.cpp --- old/kconfig-5.43.0/src/core/kconfig.cpp 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/src/core/kconfig.cpp 2018-03-03 11:01:39.000000000 +0100 @@ -200,13 +200,13 @@ } else if (aValue[nDollarPos + 1] != QLatin1Char('$')) { int nEndPos = nDollarPos + 1; // the next character is not $ - QString aVarName; + QStringRef aVarName; if (aValue[nEndPos] == QLatin1Char('{')) { while ((nEndPos <= aValue.length()) && (aValue[nEndPos] != QLatin1Char('}'))) { nEndPos++; } nEndPos++; - aVarName = aValue.mid(nDollarPos + 2, nEndPos - nDollarPos - 3); + aVarName = aValue.midRef(nDollarPos + 2, nEndPos - nDollarPos - 3); } else { while (nEndPos <= aValue.length() && (aValue[nEndPos].isNumber() || @@ -214,7 +214,7 @@ aValue[nEndPos] == QLatin1Char('_'))) { nEndPos++; } - aVarName = aValue.mid(nDollarPos + 1, nEndPos - nDollarPos - 1); + aVarName = aValue.midRef(nDollarPos + 1, nEndPos - nDollarPos - 1); } QString env; if (!aVarName.isEmpty()) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.43.0/src/kconf_update/CMakeLists.txt new/kconfig-5.44.0/src/kconf_update/CMakeLists.txt --- old/kconfig-5.43.0/src/kconf_update/CMakeLists.txt 2018-02-05 12:58:13.000000000 +0100 +++ new/kconfig-5.44.0/src/kconf_update/CMakeLists.txt 2018-03-03 11:01:39.000000000 +0100 @@ -21,4 +21,4 @@ # Although this is mostly an internal binary (hence installing it in # KF5_LIBEXEC_INSTALL_DIR), it is used by kded, and so we export its location -install(TARGETS kconf_update EXPORT KF5ConfigTargets DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF5}) +install(TARGETS kconf_update EXPORT KF5ConfigCompilerTargets DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF5})
