Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2019-09-23 12:28:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old)
 and      /work/SRC/openSUSE:Factory/.kdesignerplugin.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesignerplugin"

Mon Sep 23 12:28:24 2019 rev:71 rq:730977 version:5.62.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes  
2019-08-19 21:04:34.728899661 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesignerplugin.new.7948/kdesignerplugin.changes    
    2019-09-23 12:28:25.593698638 +0200
@@ -1,0 +2,11 @@
+Sat Sep  7 20:36:40 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Deprecate kgendesignerplugin, drop bundle plugim for all KF5 widgets
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+-------------------------------------------------------------------

Old:
----
  kdesignerplugin-5.61.0.tar.xz
  kdesignerplugin-5.61.0.tar.xz.sig

New:
----
  kdesignerplugin-5.62.0.tar.xz
  kdesignerplugin-5.62.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdesignerplugin.spec ++++++
--- /var/tmp/diff_new_pack.Qlonpc/_old  2019-09-23 12:28:26.157698545 +0200
+++ /var/tmp/diff_new_pack.Qlonpc/_new  2019-09-23 12:28:26.157698545 +0200
@@ -16,43 +16,43 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kdesignerplugin
-Version:        5.61.0
+Version:        5.62.0
 Release:        0
 Summary:        Framework for integration of KDE frameworks widgets with Qt 
Designer
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
-BuildRequires:  kbookmarks-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcompletion-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfigwidgets-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdbusaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kguiaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kitemviews-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kplotting-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ktextwidgets-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kxmlgui-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Bookmarks) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Completion) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Plotting) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Designer) >= 5.6.0
 %if %{with lang}
@@ -107,9 +107,6 @@
 %doc README*
 %{_kf5_bindir}/kgendesignerplugin
 %doc %lang(en) %{_kf5_mandir}/*/kgendesignerplugin.*
-%{_kf5_datadir}/widgets/
-%dir %{_kf5_plugindir}
-%{_kf5_plugindir}/designer/
 
 %files devel
 %{_kf5_libdir}/cmake/KF5DesignerPlugin/


++++++ kdesignerplugin-5.61.0.tar.xz -> kdesignerplugin-5.62.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.61.0/CMakeLists.txt 
new/kdesignerplugin-5.62.0/CMakeLists.txt
--- old/kdesignerplugin-5.61.0/CMakeLists.txt   2019-08-03 21:53:24.000000000 
+0200
+++ new/kdesignerplugin-5.62.0/CMakeLists.txt   2019-09-07 15:58:03.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(KDesignerPlugin VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.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)
 
@@ -31,51 +31,6 @@
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5DocTools ${KF5_DEP_VERSION})
 
-find_package(KF5Completion ${KF5_DEP_VERSION})
-set_package_properties(KF5Completion PROPERTIES TYPE OPTIONAL
-   PURPOSE "Required to build the Qt Designer plugin for KDE Frameworks 
widgets")
-
-find_package(KF5ConfigWidgets ${KF5_DEP_VERSION})
-set_package_properties(KF5ConfigWidgets PROPERTIES TYPE OPTIONAL
-   PURPOSE "Required to build the Qt Designer plugin for KDE Frameworks 
widgets")
-
-find_package(KF5IconThemes ${KF5_DEP_VERSION})
-set_package_properties(KF5IconThemes PROPERTIES TYPE OPTIONAL
-   PURPOSE "Required to build the Qt Designer plugin for KDE Frameworks 
widgets")
-
-find_package(KF5KIO ${KF5_DEP_VERSION})
-set_package_properties(KF5KIO PROPERTIES TYPE OPTIONAL
-   PURPOSE "Required to build the Qt Designer plugin for KDE Frameworks 
widgets")
-
-find_package(KF5ItemViews ${KF5_DEP_VERSION})
-set_package_properties(KF5ItemViews PROPERTIES TYPE OPTIONAL
-   PURPOSE "Required to build the Qt Designer plugin for KDE Frameworks 
widgets")
-
-find_package(KF5Plotting ${KF5_DEP_VERSION})
-set_package_properties(KF5Plotting PROPERTIES TYPE OPTIONAL
-   PURPOSE "Required to build the Qt Designer plugin for KDE Frameworks 
widgets")
-
-find_package(KF5TextWidgets ${KF5_DEP_VERSION})
-set_package_properties(KF5TextWidgets PROPERTIES TYPE OPTIONAL
-   PURPOSE "Required to build the Qt Designer plugin for KDE Frameworks 
widgets")
-
-find_package(KF5WidgetsAddons ${KF5_DEP_VERSION})
-set_package_properties(KF5WidgetsAddons PROPERTIES TYPE OPTIONAL
-   PURPOSE "Required to build the Qt Designer plugin for KDE Frameworks 
widgets")
-
-find_package(KF5XmlGui ${KF5_DEP_VERSION})
-set_package_properties(KF5XmlGui PROPERTIES TYPE OPTIONAL
-   PURPOSE "Required to build the Qt Designer plugin for KDE Frameworks 
widgets")
-
-find_package(KF5Sonnet ${KF5_DEP_VERSION})
-set_package_properties(KF5Sonnet PROPERTIES TYPE OPTIONAL
-   PURPOSE "Required to build the Qt Designer plugin for KDE Frameworks 
widgets")
-
-if(Qt5Designer_FOUND AND KF5Completion_FOUND AND KF5ConfigWidgets_FOUND AND
-  KF5IconThemes_FOUND AND KF5KIO_FOUND AND KF5ItemViews_FOUND AND 
KF5Plotting_FOUND
-  AND KF5TextWidgets_FOUND AND KF5WidgetsAddons_FOUND AND KF5XmlGui_FOUND AND 
KF5Sonnet_FOUND)
-    set(BUILD_KF5_DESIGNER_PLUGIN TRUE)
-endif()
 
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DesignerPlugin")
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.61.0/README.md 
new/kdesignerplugin-5.62.0/README.md
--- old/kdesignerplugin-5.61.0/README.md        2019-08-03 21:53:24.000000000 
+0200
+++ new/kdesignerplugin-5.62.0/README.md        2019-09-07 15:58:03.000000000 
+0200
@@ -1,13 +1,13 @@
 # KDesignerPlugin
 
-Integrating KDE frameworks widgets with Qt Designer
+Integrating custom widgets with Qt Designer
+
+This tool is deprecated. In your CMake-based build system use 
[ECMAddQtDesignerPlugin](https://api.kde.org/ecm/module/ECMAddQtDesignerPlugin.html)
 from "Extra CMake Modules" instead.
 
 ## Introduction
 
-This framework provides plugins for Qt Designer that allow it to display
-the widgets provided by various KDE frameworks, as well as a utility
-(kgendesignerplugin) that can be used to generate other such plugins
-from ini-style description files.
+This framework provides a utility (kgendesignerplugin) that can be used to
+generate plugins for Qt Designer from ini-style description files.
 
 ## kgendesignerplugin
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.61.0/metainfo.yaml 
new/kdesignerplugin-5.62.0/metainfo.yaml
--- old/kdesignerplugin-5.61.0/metainfo.yaml    2019-08-03 21:53:24.000000000 
+0200
+++ new/kdesignerplugin-5.62.0/metainfo.yaml    2019-09-07 15:58:03.000000000 
+0200
@@ -1,5 +1,5 @@
 maintainer: alexmerry
-description: Integration of Frameworks widgets in Qt Designer/Creator
+description: Tool to generate custom widget plugins for Qt Designer/Creator
 tier: 3
 type: functional
 platforms:
@@ -7,11 +7,11 @@
     - name: FreeBSD
     - name: Windows
     - name: MacOSX
-portingAid: false
-deprecated: false
+portingAid: true
+deprecated: true
 release: true
 cmakename: KF5DesignerPlugin
 
 public_lib: true
 group: Frameworks
-subgroup: Tier 3
+subgroup: Porting Aids
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.61.0/po/br/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.62.0/po/br/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.61.0/po/br/kdesignerplugin5_qt.po     2019-08-03 
21:53:24.000000000 +0200
+++ new/kdesignerplugin-5.62.0/po/br/kdesignerplugin5_qt.po     2019-09-07 
15:58:03.000000000 +0200
@@ -16,7 +16,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Qt-Contexts: true\n"
 
 #: kgendesignerplugin.cpp:88
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.61.0/po/ml/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.62.0/po/ml/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.61.0/po/ml/kdesignerplugin5_qt.po     2019-08-03 
21:53:24.000000000 +0200
+++ new/kdesignerplugin-5.62.0/po/ml/kdesignerplugin5_qt.po     2019-09-07 
15:58:03.000000000 +0200
@@ -26,28 +26,24 @@
 
 #: kgendesignerplugin.cpp:88
 #, fuzzy
-#| msgid "Builds Qt widget plugins from an ini style description file."
 msgctxt "main|"
 msgid "Builds Qt widget plugins from an ini style description file."
 msgstr "ini ശൈലിയിലുള്ള വിശദീകരണ ഫയലില്‍ നിന്നും ക്യൂട്ടി ഉരുപ്പടി 
സംയോജകങ്ങല്‍ സൃഷ്ടിയ്ക്കുന്നു."
 
 #: kgendesignerplugin.cpp:95
 #, fuzzy
-#| msgid "Input file"
 msgctxt "main|"
 msgid "Input file."
 msgstr "ഇന്‍പുട്ട് ഫയല്‍"
 
 #: kgendesignerplugin.cpp:96
 #, fuzzy
-#| msgid "Output file"
 msgctxt "main|"
 msgid "Output file."
 msgstr "ഔട്ട്പുട്ട് ഫൈല്‍"
 
 #: kgendesignerplugin.cpp:97
 #, fuzzy
-#| msgid "Name of the plugin class to generate"
 msgctxt "main|"
 msgid ""
 "Name of the plugin class to generate (deprecated, use PluginName in the "
@@ -56,7 +52,6 @@
 
 #: kgendesignerplugin.cpp:98
 #, fuzzy
-#| msgid "Default widget group name to display in designer"
 msgctxt "main|"
 msgid ""
 "Default widget group name to display in designer (deprecated, use "
@@ -70,21 +65,18 @@
 
 #: kgendesignerplugin.cpp:105
 #, fuzzy
-#| msgid "(C) 2004-2005 Ian Reinhart Geiser"
 msgctxt "kgendesignerplugin about data|"
 msgid "(C) 2004-2005 Ian Reinhart Geiser"
 msgstr "(C) 2004-2005 ഇയാന്‍ റെയിന്‍ഹാര്‍ട്ട് ഗെയിസര്‍"
 
 #: kgendesignerplugin.cpp:109
 #, fuzzy
-#| msgid "Ian Reinhart Geiser"
 msgctxt "kgendesignerplugin about data|"
 msgid "Ian Reinhart Geiser"
 msgstr "ഇയാന്‍ റെയിന്‍ഹാര്‍ട്ട് ഗെയിസര്‍"
 
 #: kgendesignerplugin.cpp:110
 #, fuzzy
-#| msgid "Daniel Molkentin"
 msgctxt "kgendesignerplugin about data|"
 msgid "Daniel Molkentin"
 msgstr "ഡാനിയല്‍ മോല്‍ക്കെന്‍ടിന്‍"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.61.0/po/tg/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.62.0/po/tg/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.61.0/po/tg/kdesignerplugin5_qt.po     2019-08-03 
21:53:24.000000000 +0200
+++ new/kdesignerplugin-5.62.0/po/tg/kdesignerplugin5_qt.po     2019-09-07 
15:58:03.000000000 +0200
@@ -1,90 +1,76 @@
 # translation of kdelibs4.po to Tajik Language
+# Copyright (C) 2004, 2002, 2005, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 # 2004, 2005, 2006, 2007 infoDev, a World Bank organization.
 # 2004, 2005, 2006, 2007 Khujand Computer Technologies, Inc.
 # 2004, 2005, 2006, 2007 Youth Opportunities, NGO, 2005.
 # Roger Kovacs <[email protected]>, 2003.
 # Thomas Diehl <[email protected]>, 2003.
-# Akmal Vatanshoev <[email protected]>, 2004.
-# Victor Ibragimov <[email protected]>, 2003, 2004, 2005, 2006, 
2007, 2008.
-# Copyright (C) 2004, 2002, 2005, 2006, 2007, 2008 Free Software Foundation, 
Inc.
+# Victor Ibragimov <[email protected]>, 2003, 2004, 2005, 2006, 2007, 
2008, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2013-06-04 17:36+0500\n"
+"PO-Revision-Date: 2019-08-16 13:07+0500\n"
 "Last-Translator: Victor Ibragimov <[email protected]>\n"
-"Language-Team: Tajik Language\n"
+"Language-Team: English <[email protected]>\n"
 "Language: tg\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.5.4\n"
+"X-Generator: Lokalize 19.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
 #: kgendesignerplugin.cpp:88
-#, fuzzy
-#| msgid "Builds Qt widget plugins from an ini style description file."
 msgctxt "main|"
 msgid "Builds Qt widget plugins from an ini style description file."
-msgstr "Сохтани гузориши штеплер бо вусъати Qt аз намуди тавсифоти файли ini."
+msgstr "Васлкунакҳои виҷети Qt-ро аз файли тавсифи услуби ini месозад."
 
 #: kgendesignerplugin.cpp:95
-#, fuzzy
-#| msgid "Input file"
 msgctxt "main|"
 msgid "Input file."
-msgstr "Файли вурудӣ"
+msgstr "Файли вурудӣ."
 
 #: kgendesignerplugin.cpp:96
-#, fuzzy
-#| msgid "Output file"
 msgctxt "main|"
 msgid "Output file."
-msgstr "Барориши файл"
+msgstr "Файли барориш."
 
 #: kgendesignerplugin.cpp:97
-#, fuzzy
-#| msgid "Name of the plugin class to generate"
 msgctxt "main|"
 msgid ""
 "Name of the plugin class to generate (deprecated, use PluginName in the "
 "input file)."
-msgstr "Номи синфи гузориши штепсель барои эҷод намудан"
+msgstr ""
+"Номи синфи васлкунак барои эҷодкунӣ (эътирозшуда, аз PluginName дар файли "
+"вурудӣ истифода баред)."
 
 #: kgendesignerplugin.cpp:98
-#, fuzzy
-#| msgid "Default widget group name to display in designer"
 msgctxt "main|"
 msgid ""
 "Default widget group name to display in designer (deprecated, use "
 "DefaultGroup in the input file)."
 msgstr ""
-"Номи гурӯҳҳои пешфарзотро вусъат додан, барои дар дизайнер тасовир намудан"
+"Номи гурӯҳи виҷети стандартӣ барои намоиш дар тарроҳ (эътирозшуда, аз "
+"DefaultGroup дар файли вурудӣ истифода баред)."
 
 #: kgendesignerplugin.cpp:101
 msgctxt "kgendesignerplugin about data|"
 msgid "kgendesignerplugin"
-msgstr ""
+msgstr "kgendesignerplugin"
 
 #: kgendesignerplugin.cpp:105
-#, fuzzy
-#| msgid "(C) 2004-2005 Ian Reinhart Geiser"
 msgctxt "kgendesignerplugin about data|"
 msgid "(C) 2004-2005 Ian Reinhart Geiser"
-msgstr "(C) 2004-2005 Ian Reinhart Geiser"
+msgstr "(C) 2004-2005 Иан Рейнхарт Гейзер (Ian Reinhart Geiser)"
 
 #: kgendesignerplugin.cpp:109
-#, fuzzy
-#| msgid "Ian Reinhart Geiser"
 msgctxt "kgendesignerplugin about data|"
 msgid "Ian Reinhart Geiser"
-msgstr "Ian Reinhart Geiser"
+msgstr "Иан Рейнхарт Гейзер (Ian Reinhart Geiser)"
 
 #: kgendesignerplugin.cpp:110
-#, fuzzy
-#| msgid "Daniel Molkentin"
 msgctxt "kgendesignerplugin about data|"
 msgid "Daniel Molkentin"
-msgstr "Daniel Molkentin"
+msgstr "Даниэл Молкентин (Daniel Molkentin)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesignerplugin-5.61.0/po/zh_CN/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.62.0/po/zh_CN/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.61.0/po/zh_CN/kdesignerplugin5_qt.po  2019-08-03 
21:53:24.000000000 +0200
+++ new/kdesignerplugin-5.62.0/po/zh_CN/kdesignerplugin5_qt.po  2019-09-07 
15:58:03.000000000 +0200
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2019-07-18 14:57\n"
+"PO-Revision-Date: 2019-09-05 09:24\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.61.0/src/CMakeLists.txt 
new/kdesignerplugin-5.62.0/src/CMakeLists.txt
--- old/kdesignerplugin-5.61.0/src/CMakeLists.txt       2019-08-03 
21:53:24.000000000 +0200
+++ new/kdesignerplugin-5.62.0/src/CMakeLists.txt       2019-09-07 
15:58:03.000000000 +0200
@@ -1,9 +1,5 @@
 include(ECMMarkNonGuiExecutable)
 
-add_subdirectory( pics )
-
-########### next target ###############
-
 ecm_create_qm_loader(kdesignerplugin_QM_LOADER kdesignerplugin5_qt)
 
 set(kgendesignerplugin_SRCS
@@ -19,39 +15,3 @@
                                          )
 
 install(TARGETS kgendesignerplugin  EXPORT KF5DesignerPluginTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS} )
-
-
-########### next target ###############
-
-if(${Qt5Designer_FOUND})
-    include(${KDesignerPlugin_SOURCE_DIR}/KF5DesignerPluginMacros.cmake)
-endif()
-
-if(BUILD_KF5_DESIGNER_PLUGIN)
-    kf5designerplugin_add_plugin(kf5widgets kde.widgets kdewidgets.qrc)
-
-    target_link_libraries(kf5widgets
-        KF5::Completion
-        KF5::ConfigWidgets
-        KF5::IconThemes
-        KF5::KIOFileWidgets
-        KF5::KIOWidgets
-        KF5::ItemViews
-        KF5::Plotting
-        KF5::TextWidgets
-        KF5::WidgetsAddons
-        KF5::XmlGui
-        KF5::SonnetCore
-    )
-    if(NOT WIN32)
-        # Since there are no libraries provided by this module,
-        # there is no point including the build tree in RPath,
-        # and then having to edit it at install time.
-        set_target_properties(kf5widgets PROPERTIES
-            SKIP_BUILD_RPATH TRUE
-            BUILD_WITH_INSTALL_RPATH TRUE
-        )
-    endif()
-
-    install(TARGETS kf5widgets DESTINATION ${KDE_INSTALL_QTPLUGINDIR}/designer)
-endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.61.0/src/kde.widgets 
new/kdesignerplugin-5.62.0/src/kde.widgets
--- old/kdesignerplugin-5.61.0/src/kde.widgets  2019-08-03 21:53:24.000000000 
+0200
+++ new/kdesignerplugin-5.62.0/src/kde.widgets  1970-01-01 01:00:00.000000000 
+0100
@@ -1,335 +0,0 @@
-[Global]
-PluginName=KF5Widgets
-
-# KWidgetsAddons
-[KActionSelector]
-IncludeFile=kactionselector.h
-ToolTip=A widget for selecting and arranging actions/objects
-Group=Views (KF5)
-
-# KWidgetsAddons
-[KMessageWidget]
-IncludeFile=kmessagewidget.h
-ToolTip=Display an information or error message in an animated bubble.
-Group=Display (KF5)
-
-# KWidgetsAddons
-[KAnimatedButton]
-IncludeFile=kanimatedbutton.h
-ToolTip=An extended version of QToolButton which can display an animated icon.
-Group=Display (KF5)
-
-# KWidgetsAddons
-[KBusyIndicatorWidget]
-IncludeFile=kbusyindicatorwidget.h
-ToolTip=Busy Indicator (KF5)
-ConstructorArgs=(parent)
-Group=Display (KF5)
-
-# KWidgetsAddons
-[KCapacityBar]
-IncludeFile=kcapacitybar.h
-ToolTip=Capacity Bar (KF5)
-ConstructorArgs=(KCapacityBar::DrawTextOutline, parent)
-Group=Display (KF5)
-
-# KItemViews
-[KCategorizedView]
-ToolTip=Categorized Item View (KF5)
-WhatsThis=Item view for listing items in a categorized fashion optionally.
-Group=Views (KF5)
-
-# KWidgetsAddons
-[KCharSelect]
-ToolTip=Character Selection Widget (KF5)
-WhatsThis=A widget that allows selection a character out ot a table
-Group=Graphics (KF5)
-ConstructorArgs=(parent)
-
-# KWidgetsAddons
-[KCollapsibleGroupBox]
-IncludeFile=kcollapsiblegroupbox.h
-ToolTip=A group box which can be expanded and collapsed
-Group=Display (KF5)
-IsContainer=true
-ConstructorArgs=(parent)
-
-# KWidgetsAddons
-[KColorButton]
-ToolTip=Color Chooser Button (KF5)
-WhatsThis=A button that allows selecting a color
-Group=Graphics (KF5)
-
-# KWidgetsAddons
-[KColorCombo]
-ToolTip=Color Combo Box (KF5)
-Group=Graphics (KF5)
-
-# KCompletion
-[KComboBox]
-ToolTip=Combo Box (KF5)
-Group=Input (KF5)
-
-# KWidgetsAddons
-[KDatePicker]
-ToolTip=A date selection widget (KF5)
-WhatsThis=Provides a widget for calendar date input
-Group=Date/Time (KF5)
-
-# KWidgetsAddons
-[KDateComboBox]
-ToolTip=This widget can be used to display or edit the date. (KF5)
-IncludeFile=kdatecombobox.h
-Group=Date/Time (KF5)
-
-# KWidgetsAddons
-[KTimeComboBox]
-ToolTip=This widget can be used to display or edit the time. (KF5)
-IncludeFile=ktimecombobox.h
-Group=Date/Time (KF5)
-
-# KWidgetsAddons
-[KDateTimeEdit]
-ToolTip=This widget can be used to display or edit the date and time. (KF5)
-IncludeFile=kdatetimeedit.h
-Group=Date/Time (KF5)
-
-# KWidgetsAddons
-[KEditListWidget]
-ToolTip=Fullfeatured edit box with buttons (KF5)
-Group=Views (KF5)
-
-# KItemViews
-[KFilterProxySearchLine]
-IncludeFile=kfilterproxysearchline.h
-ToolTip=Filter proxy search line
-WhatsThis=A search line widget which works on a QSortFilterProxyModel
-Group=Input (KF5)
-
-# KWidgetsAddons
-[KFontChooser]
-IncludeFile=kfontchooser.h
-IconSet=kfontcombo.png
-ToolTip=Font Chooser (KF5)
-WhatsThis=A font type, size and style selection widget complete with preview
-Group=Input (KF5)
-
-# KWidgetsAddons
-[KFontRequester]
-IncludeFile=kfontrequester.h
-ToolTip=Font Requester (KF5)
-WhatsThis=A compact font selection and preview widget
-Group=Input (KF5)
-
-# KWidgetsAddons
-[KGradientSelector]
-IncludeFile=kselector.h
-ToolTip=Gradient Color Selector (KF5)
-Group=Input (KF5)
-
-# KCompletion
-[KHistoryComboBox]
-IncludeFile=khistorycombobox.h
-ToolTip=A combobox for offering a history and completion (KF5)
-WhatsThis=A combobox which implements a history like a unix shell
-Group=Input (KF5)
-
-# KIconThemes
-[KIconButton]
-IncludeFile=kiconbutton.h
-ToolTip=Button for selecting an icon (KF5)
-Group=Buttons (KF5)
-
-# KIOFileWidgets
-[KImageFilePreview]
-IncludeFile=kimagefilepreview.h
-ToolTip=A widget that provides a image preview of a URL
-Group=Display (KF5)
-ConstructorArgs=(parent)
-
-# KXmlGui
-[KKeySequenceWidget]
-ToolTip=QKeySequence picker widget. (KF5)
-WhatsThis=A widget to pick a QKeySequence.
-IncludeFile=kkeysequencewidget.h
-Group=Buttons (KF5)
-
-# KConfigWidgets
-[KLanguageButton]
-ToolTip=Language Button (KF5)
-WhatsThis=A pushbutton for language selection from a popup list.
-IncludeFile=klanguagebutton.h
-Group=Buttons (KF5)
-
-# KWidgetsAddons
-[KLed]
-ToolTip=LED Widget (KF5)
-WhatsThis=A widget showing a light emitter diode
-Group=Display (KF5)
-
-# KCompletion
-[KLineEdit]
-ToolTip=Line Edit (KF5)
-Group=Input (KF5)
-
-# KItemViews
-[KListWidgetSearchLine]
-ToolTip=QListWidget Search Line (KF5)
-Group=Input (KF5)
-ConstructorArgs=(parent)
-
-# KWidgetsAddons
-[KMultiTabBar]
-ToolTip=Multi Tab Bar Widget (KF5)
-WhatsThis=A Widget for horizontal and vertical tabs.
-ConstructorArgs=(KMultiTabBar::Left, parent)
-Group=Display (KF5)
-
-# KWidgetsAddons
-[KNewPasswordWidget]
-ToolTip=A password input widget
-WhatsThis=This widget allows the user to enter a new password.
-Group=Input (KF5)
-
-# KWidgetsAddons
-[KPageView]
-ToolTip=Paged View (KF5)
-WhatsThis=A base class which can handle multiple pages.
-Group=Views (KF5)
-
-# KWidgetsAddons
-[KPageWidget]
-ToolTip=Paged Widget (KF5)
-WhatsThis=Page widget with many layouts (faces).
-Group=Views (KF5)
-
-# KWidgetsAddons
-[KPasswordLineEdit]
-ToolTip=A Password LineEdit (KF5)
-WhatsThis=A Custom LineEdit which allows to show password
-Group=Input (KF5)
-
-# KWidgetsAddons
-[KPixmapRegionSelectorWidget]
-IncludeFile=kpixmapregionselectorwidget.h
-ToolTip=Pixmap Region Selector (KF5)
-Group=Graphics (KF5)
-
-# KWidgetsAddons
-[KPixmapSequenceWidget]
-ToolTip=Pixmap Sequence Widget (KF5)
-WhatsThis=A simple widget showing a fixed size pixmap sequence.
-Group=Display (KF5)
-
-# KPlotting
-[KPlotWidget]
-IncludeFile=kplotwidget.h
-ToolTip=A plot widget
-WhatsThis=A widget for easily making 2-dimensional plots
-Group=Plot (KF5)
-
-# KWidgetsAddons
-[KRatingWidget]
-IncludeFile=kratingwidget.h
-ToolTip=Rating value display (KF5)
-WhatsThis=Displays a rating as a range of stars or other arbitrary pixmaps.
-Group=Display (KF5)
-
-# KTextWidgets
-[KRichTextEdit]
-IncludeFile=krichtextedit.h
-ToolTip=Rich Text Editor (KF5)
-Group=Input (KF5)
-
-# KTextWidgets
-[KRichTextWidget]
-IncludeFile=krichtextwidget.h
-ToolTip=Rich Text Widget (KF5)
-Group=Input (KF5)
-
-# KWidgetsAddons
-[KRuler]
-ToolTip=Measuring Ruler Widget (KF5)
-WhatsThis=A measuring ruler widget as seen in KWord for page widths and heights
-Group=Display (KF5)
-
-# KWidgetsAddons
-[KSeparator]
-IncludeFile=kseparator.h
-ToolTip=Standard horizontal or vertical separator.
-Group=Display (KF5)
-
-# KXmlGui
-[KShortcutsEditor]
-ToolTip=Shortcuts editor widget. (KF5)
-WhatsThis=A widget to edit a list of shortcuts.
-IncludeFile=kshortcutseditor.h
-Group=Input (KF5)
-
-# KXmlGui
-[KShortcutWidget]
-ToolTip=Shortcut picker widget. (KF5)
-WhatsThis=A widget to pick a KShortcut.
-IncludeFile=kshortcutwidget.h
-Group=Buttons (KF5)
-
-# KWidgetsAddons
-[KSqueezedTextLabel]
-ToolTip=A QLabel that squeezes its text (KF5)
-WhatsThis=If the text is too long to fit into the label it is divided into 
remaining left and right parts which are separated by three dots
-ConstructorArgs=(QStringLiteral("KSqueezedTextLabel"), parent)
-Group=Display (KF5)
-
-# KTextWidgets
-[KTextEdit]
-ToolTip=Improved QTextEdit (KF5)
-WhatsThis=An improved version of the QTextEdit with mail or system browser 
invocation support
-Group=Input (KF5)
-
-[KPluralHandlingSpinBox]
-ToolTip=A QSpinBox with plural handling for the suffix (KF5)
-WhatsThis=A QSpinBox with plural handling for the suffix
-Group=Input (KF5)
-
-# KWidgetsAddons
-[KTitleWidget]
-ToolTip=Title box with label and icon
-WhatsThis=A styled frame to be used in title positions in dialogs and other 
widgets
-Group=Display (KF5)
-
-# KItemViews
-[KTreeWidgetSearchLine]
-ToolTip=QTreeWidget Search Line (KF5)
-Group=Input (KF5)
-
-# KItemViews
-[KTreeWidgetSearchLineWidget]
-ToolTip=QTreeWidget Search Line Widget (KF5)
-IncludeFile=ktreewidgetsearchlinewidget.h
-Group=Input (KF5)
-
-# KIOWidgets
-[KUrlComboRequester]
-ToolTip=URL Requester (KF5)
-WhatsThis=A widget holding a combobox and a pushbutton. A "file open" dialog 
opened when clicking on the pushbutton
-IncludeFile=kurlrequester.h
-Group=Input (KF5)
-
-# KWidgetsAddons
-[KUrlLabel]
-ToolTip=URL Label (KF5)
-ConstructorArgs=(QStringLiteral("KUrlLabel"), QString(), parent)
-Group=Display (KF5)
-
-# KIOWidgets
-[KUrlRequester]
-ToolTip=URL Requester (KF5)
-WhatsThis=A widget holding a lineedit and a pushbutton. A "file open" dialog 
opened when clicking on the pushbutton
-Group=Input (KF5)
-
-# Sonnet
-[Sonnet::DictionaryComboBox]
-IncludeFile=sonnet/dictionarycombobox.h
-ToolTip=Dictionary Combobox
-WhatsThis=A combobox to select a dictionary for spellchecking
-Group=Sonnet (KF5)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.61.0/src/kdewidgets.qrc 
new/kdesignerplugin-5.62.0/src/kdewidgets.qrc
--- old/kdesignerplugin-5.61.0/src/kdewidgets.qrc       2019-08-03 
21:53:24.000000000 +0200
+++ new/kdesignerplugin-5.62.0/src/kdewidgets.qrc       1970-01-01 
01:00:00.000000000 +0100
@@ -1,34 +0,0 @@
-<!DOCTYPE RCC><RCC version="1.0">
-<qresource>
-<file>pics/kactionselector.png</file>
-<file>pics/kactivelabel.png</file>
-<file>pics/kbusyindicatorwidget.png</file>
-<file>pics/kcharselect.png</file>
-<file>pics/kcmodule.png</file>
-<file>pics/kcolorbutton.png</file>
-<file>pics/kcolorcombo.png</file>
-<file>pics/kcombobox.png</file>
-<file>pics/kdatepicker.png</file>
-<file>pics/kdatetable.png</file>
-<file>pics/kdualcolorbutton.png</file>
-<file>pics/keditlistwidget.png</file>
-<file>pics/kfontcombo.png</file>
-<file>pics/kfontrequester.png</file>
-<file>pics/kgradientselector.png</file>
-<file>pics/khistorycombo.png</file>
-<file>pics/khsselector.png</file>
-<file>pics/kiconbutton.png</file>
-<file>pics/kkeybutton.png</file>
-<file>pics/kled.png</file>
-<file>pics/klineedit.png</file>
-<file>pics/klistbox.png</file>
-<file>pics/kpalettetable.png</file>
-<file>pics/kpasswordedit.png</file>
-<file>pics/kruler.png</file>
-<file>pics/ksqueezedtextlabel.png</file>
-<file>pics/ktextedit.png</file>
-<file>pics/kurlcomborequester.png</file>
-<file>pics/kurllabel.png</file>
-<file>pics/kurlrequester.png</file>
-</qresource>
-</RCC>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.61.0/src/pics/CMakeLists.txt 
new/kdesignerplugin-5.62.0/src/pics/CMakeLists.txt
--- old/kdesignerplugin-5.61.0/src/pics/CMakeLists.txt  2019-08-03 
21:53:24.000000000 +0200
+++ new/kdesignerplugin-5.62.0/src/pics/CMakeLists.txt  1970-01-01 
01:00:00.000000000 +0100
@@ -1,36 +0,0 @@
-
-########### install files ###############
-
-install( FILES
- kbusyindicatorwidget.png
- klineedit.png
- kpasswordedit.png
- kfontrequester.png
- kurlrequester.png
- kcombobox.png
- k3iconview.png
- kled.png
- ksqueezedtextlabel.png
- kurllabel.png
- kruler.png
- kcmodule.png
- klistbox.png
- k3listview.png
- kactivelabel.png
- kiconbutton.png
- kcolorcombo.png
- khsselector.png
- kcolorbutton.png
- kgradientselector.png
- kdualcolorbutton.png
- kcharselect.png
- kdatepicker.png
- kfontcombo.png
- khistorycombo.png
- ktextedit.png
- kurlcomborequester.png
- kkeybutton.png
- kpalettetable.png
- kactionselector.png
- kdatetable.png
- DESTINATION  ${KDE_INSTALL_DATADIR_KF5}/widgets/pics)
Binary files old/kdesignerplugin-5.61.0/src/pics/k3iconview.png and 
new/kdesignerplugin-5.62.0/src/pics/k3iconview.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/k3listview.png and 
new/kdesignerplugin-5.62.0/src/pics/k3listview.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kactionselector.png and 
new/kdesignerplugin-5.62.0/src/pics/kactionselector.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kactivelabel.png and 
new/kdesignerplugin-5.62.0/src/pics/kactivelabel.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kbusyindicatorwidget.png and 
new/kdesignerplugin-5.62.0/src/pics/kbusyindicatorwidget.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kcharselect.png and 
new/kdesignerplugin-5.62.0/src/pics/kcharselect.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kcmodule.png and 
new/kdesignerplugin-5.62.0/src/pics/kcmodule.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kcolorbutton.png and 
new/kdesignerplugin-5.62.0/src/pics/kcolorbutton.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kcolorcombo.png and 
new/kdesignerplugin-5.62.0/src/pics/kcolorcombo.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kcombobox.png and 
new/kdesignerplugin-5.62.0/src/pics/kcombobox.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kdatepicker.png and 
new/kdesignerplugin-5.62.0/src/pics/kdatepicker.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kdatetable.png and 
new/kdesignerplugin-5.62.0/src/pics/kdatetable.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kdualcolorbutton.png and 
new/kdesignerplugin-5.62.0/src/pics/kdualcolorbutton.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/keditlistwidget.png and 
new/kdesignerplugin-5.62.0/src/pics/keditlistwidget.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kfontcombo.png and 
new/kdesignerplugin-5.62.0/src/pics/kfontcombo.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kfontrequester.png and 
new/kdesignerplugin-5.62.0/src/pics/kfontrequester.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kgradientselector.png and 
new/kdesignerplugin-5.62.0/src/pics/kgradientselector.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/khistorycombo.png and 
new/kdesignerplugin-5.62.0/src/pics/khistorycombo.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/khsselector.png and 
new/kdesignerplugin-5.62.0/src/pics/khsselector.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kiconbutton.png and 
new/kdesignerplugin-5.62.0/src/pics/kiconbutton.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kkeybutton.png and 
new/kdesignerplugin-5.62.0/src/pics/kkeybutton.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kled.png and 
new/kdesignerplugin-5.62.0/src/pics/kled.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/klineedit.png and 
new/kdesignerplugin-5.62.0/src/pics/klineedit.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/klistbox.png and 
new/kdesignerplugin-5.62.0/src/pics/klistbox.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kpalettetable.png and 
new/kdesignerplugin-5.62.0/src/pics/kpalettetable.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kpasswordedit.png and 
new/kdesignerplugin-5.62.0/src/pics/kpasswordedit.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kruler.png and 
new/kdesignerplugin-5.62.0/src/pics/kruler.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/ksqueezedtextlabel.png and 
new/kdesignerplugin-5.62.0/src/pics/ksqueezedtextlabel.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/ktextedit.png and 
new/kdesignerplugin-5.62.0/src/pics/ktextedit.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kurlcomborequester.png and 
new/kdesignerplugin-5.62.0/src/pics/kurlcomborequester.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kurllabel.png and 
new/kdesignerplugin-5.62.0/src/pics/kurllabel.png differ
Binary files old/kdesignerplugin-5.61.0/src/pics/kurlrequester.png and 
new/kdesignerplugin-5.62.0/src/pics/kurlrequester.png differ


Reply via email to