Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package knights for openSUSE:Factory checked 
in at 2021-04-25 21:26:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knights (Old)
 and      /work/SRC/openSUSE:Factory/.knights.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knights"

Sun Apr 25 21:26:49 2021 rev:31 rq:887697 version:21.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knights/knights.changes  2021-03-10 
08:54:32.646721076 +0100
+++ /work/SRC/openSUSE:Factory/.knights.new.12324/knights.changes       
2021-04-25 21:27:53.724464584 +0200
@@ -1,0 +2,26 @@
+Fri Apr 16 16:12:19 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04
+- No code change since 21.03.90
+
+-------------------------------------------------------------------
+Fri Apr  9 17:40:45 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+-------------------------------------------------------------------
+Sun Mar 21 13:28:33 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * Autogenerate categories file
+  * Remove not implemented method or unused signal
+  * knights: disable the animation by default
+
+-------------------------------------------------------------------

Old:
----
  knights-20.12.3.tar.xz
  knights-20.12.3.tar.xz.sig

New:
----
  knights-21.04.0.tar.xz
  knights-21.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ knights.spec ++++++
--- /var/tmp/diff_new_pack.TYkDTy/_old  2021-04-25 21:27:54.244465210 +0200
+++ /var/tmp/diff_new_pack.TYkDTy/_new  2021-04-25 21:27:54.244465210 +0200
@@ -18,13 +18,17 @@
 
 %bcond_without lang
 Name:           knights
-Version:        20.12.3
+Version:        21.04.0
 Release:        0
 Summary:        A simple chess board
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Board/Chess
-URL:            https://www.kde.org
+URL:            https://apps.kde.org/knights
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5Crash)
@@ -47,10 +51,6 @@
 Recommends:     %{name}-lang
 Suggests:       crafty
 Obsoletes:      kchess
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -65,7 +65,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %cmake_kf5 -d build
@@ -86,16 +86,15 @@
 %files
 %license LICENSE
 %doc README.themes
+%doc %{_kf5_htmldir}/en/knights/
 %{_kf5_applicationsdir}/org.kde.knights.desktop
 %{_kf5_appstreamdir}/org.kde.knights.appdata.xml
 %{_kf5_bindir}/knights
-%{_kf5_knsrcfilesdir}/knights.knsrc
-%dir %{_kf5_configkcfgdir}
 %{_kf5_configkcfgdir}/knights.kcfg
 %{_kf5_dbusinterfacesdir}/org.kde.Knights.xml
 %{_kf5_debugdir}/knights.categories
-%doc %{_kf5_htmldir}/en/knights/
 %{_kf5_iconsdir}/*/*/*/knights.*
+%{_kf5_knsrcfilesdir}/knights.knsrc
 %{_kf5_kxmlguidir}/knights/
 %{_kf5_sharedir}/knights/
 


++++++ knights-20.12.3.tar.xz -> knights-21.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/CMakeLists.txt 
new/knights-21.04.0/CMakeLists.txt
--- old/knights-20.12.3/CMakeLists.txt  2021-02-25 00:24:56.000000000 +0100
+++ new/knights-21.04.0/CMakeLists.txt  2021-04-14 17:19:36.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
 
 # Release Service version, managed by release script
-set (RELEASE_SERVICE_VERSION_MAJOR "20")
-set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MAJOR "21")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 # Bump KNIGHTS_BASE_VERSION once new features are added
@@ -16,8 +16,8 @@
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 set(CMAKE_CXX_EXTENSIONS OFF)
 
-set (QT_MIN_VERSION "5.10.0")
-set (KF5_MIN_VERSION "5.57.0")
+set (QT_MIN_VERSION "5.12.0")
+set (KF5_MIN_VERSION "5.68.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG)
 
@@ -60,20 +60,30 @@
 
 find_package(KF5KDEGames 4.9.0 REQUIRED)
 
+include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
+
 include(FeatureSummary)
 include(ECMAddAppIcon)
 include(ECMInstallIcons)
 include(ECMQtDeclareLoggingCategory)
-include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
-include(KDECMakeSettings)
 include(ECMSetupVersion)
 
 add_definitions(
     -DQT_NO_FOREACH
     -DQT_NO_KEYWORDS
+    -DQT_NO_CAST_TO_ASCII
+    -DQT_NO_CAST_FROM_ASCII
+    -DQT_NO_URL_CAST_FROM_STRING
+    -DQT_NO_CAST_FROM_BYTEARRAY
+    -DQT_USE_QSTRINGBUILDER
+    -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
+    -DQT_STRICT_ITERATORS
     -DQT_DISABLE_DEPRECATED_BEFORE=0x050A00
+    -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
     -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053900
+    -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
 )
 
 add_subdirectory(doc)
@@ -82,11 +92,7 @@
 add_subdirectory(src)
 add_subdirectory(themes)
 
-if (${ECM_VERSION} STRGREATER "5.58.0")
-    install(FILES knights.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-else()
-    install(FILES knights.categories  DESTINATION ${KDE_INSTALL_CONFDIR})
-endif()
+ecm_qt_install_logging_categories(EXPORT KNIGHTS FILE knights.categories 
DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 
 ki18n_install(po)
 kdoctools_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/knights.categories 
new/knights-21.04.0/knights.categories
--- old/knights-20.12.3/knights.categories      2021-02-25 00:24:56.000000000 
+0100
+++ new/knights-21.04.0/knights.categories      1970-01-01 01:00:00.000000000 
+0100
@@ -1 +0,0 @@
-log_knights knights IDENTIFIER [LOG_KNIGHTS]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/ar/knights.po 
new/knights-21.04.0/po/ar/knights.po
--- old/knights-20.12.3/po/ar/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/ar/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2014-07-11 02:51+0300\n"
 "Last-Translator: Abdalrahim G. Fakhouri <[email protected]>\n"
 "Language-Team: Arabic <Arabic <[email protected]>>\n"
@@ -45,8 +45,8 @@
 msgid "Black"
 msgstr "????????"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/bg/knights.po 
new/knights-21.04.0/po/bg/knights.po
--- old/knights-20.12.3/po/bg/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/bg/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2015-01-26 17:05+0200\n"
 "Last-Translator: Yasen Pramatarov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "??????????"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/bs/knights.po 
new/knights-21.04.0/po/bs/knights.po
--- old/knights-20.12.3/po/bs/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/bs/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2014-10-20 19:25+0000\n"
 "Last-Translator: Samir Ribi?? <Unknown>\n"
 "Language-Team: Bosnian <[email protected]>\n"
@@ -52,8 +52,8 @@
 
 # >! Contexts.
 # >> @option:radio Your Color
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/ca/knights.po 
new/knights-21.04.0/po/ca/knights.po
--- old/knights-20.12.3/po/ca/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/ca/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2020-08-05 16:26+0200\n"
 "Last-Translator: Antoni Bella P??rez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -47,8 +47,8 @@
 msgid "Black"
 msgstr "Negres"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/ca@valencia/knights.po 
new/knights-21.04.0/po/ca@valencia/knights.po
--- old/knights-20.12.3/po/ca@valencia/knights.po       2021-03-02 
01:44:47.000000000 +0100
+++ new/knights-21.04.0/po/ca@valencia/knights.po       2021-04-16 
10:41:50.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2020-08-05 16:26+0200\n"
 "Last-Translator: Antoni Bella P??rez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -47,8 +47,8 @@
 msgid "Black"
 msgstr "Negres"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/cs/knights.po 
new/knights-21.04.0/po/cs/knights.po
--- old/knights-20.12.3/po/cs/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/cs/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-15 14:53+0200\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
@@ -47,8 +47,8 @@
 msgid "Black"
 msgstr "??ern??"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/da/knights.po 
new/knights-21.04.0/po/da/knights.po
--- old/knights-20.12.3/po/da/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/da/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2020-07-23 11:26+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "Sort"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/de/docs/knights/index.docbook 
new/knights-21.04.0/po/de/docs/knights/index.docbook
--- old/knights-20.12.3/po/de/docs/knights/index.docbook        2021-03-02 
01:44:47.000000000 +0100
+++ new/knights-21.04.0/po/de/docs/knights/index.docbook        2021-04-16 
10:41:51.000000000 +0200
@@ -883,7 +883,7 @@
 >Designs</title>
                        <para
 >Auf dieser Seite k??nnen Sie ein Design ausw??hlen. Das Design besteht aus 
 >den Bildern und Symbolen f??r das Schachbrett, die Spielfiguren, Markierungen 
 >und anderen Elementen. Durch Klicken auf den Namen in der Liste w??hlen Sie 
 >ein neues Design aus. Auf dieser Seite k??nnen Sie au??erdem auch neues 
 >Designs herunterladen, indem Sie den Knopf <guibutton
->Neue Designs herunterladen ...</guibutton
+>Neue Designs holen ...</guibutton
 > dr??cken. Designs werden auf kde-look.org unter &knights; gespeichert. 
 > </para>
                        <note>
                                <title
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/de/knights.po 
new/knights-21.04.0/po/de/knights.po
--- old/knights-20.12.3/po/de/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/de/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-14 07:02+0200\n"
 "Last-Translator: Burkhard L??ck <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
@@ -44,8 +44,8 @@
 msgid "Black"
 msgstr "Schwarz"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/el/knights.po 
new/knights-21.04.0/po/el/knights.po
--- old/knights-20.12.3/po/el/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/el/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2020-09-24 09:12+0300\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
@@ -46,8 +46,8 @@
 msgid "Black"
 msgstr "??????????"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/en_GB/knights.po 
new/knights-21.04.0/po/en_GB/knights.po
--- old/knights-20.12.3/po/en_GB/knights.po     2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/en_GB/knights.po     2021-04-16 10:41:50.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-11-03 11:38+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
@@ -44,8 +44,8 @@
 msgid "Black"
 msgstr "Black"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/eo/knights.po 
new/knights-21.04.0/po/eo/knights.po
--- old/knights-20.12.3/po/eo/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/eo/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2010-06-20 20:01+0200\n"
 "Last-Translator: Axel Rousseau <[email protected]>\n"
 "Language-Team: esperanto <[email protected]>\n"
@@ -42,8 +42,8 @@
 msgid "Black"
 msgstr "Negra"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/es/knights.po 
new/knights-21.04.0/po/es/knights.po
--- old/knights-20.12.3/po/es/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/es/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-10 12:31+0200\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
@@ -47,8 +47,8 @@
 msgid "Black"
 msgstr "Negras"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/et/knights.po 
new/knights-21.04.0/po/et/knights.po
--- old/knights-20.12.3/po/et/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/et/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-11-11 19:17+0200\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "Must"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/eu/knights.po 
new/knights-21.04.0/po/eu/knights.po
--- old/knights-20.12.3/po/eu/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/eu/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2020-03-01 15:21+0100\n"
 "Last-Translator: Ander Elortondo <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
@@ -46,8 +46,8 @@
 msgid "Black"
 msgstr "Beltza"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/fa/knights.po 
new/knights-21.04.0/po/fa/knights.po
--- old/knights-20.12.3/po/fa/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/fa/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2014-07-22 16:23+0430\n"
 "Last-Translator: Mohi Mirdamadi <[email protected]>\n"
 "Language-Team: Farsi (Persian) <[email protected]>\n"
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "????????"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/fi/knights.po 
new/knights-21.04.0/po/fi/knights.po
--- old/knights-20.12.3/po/fi/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/fi/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2020-12-29 18:57+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
@@ -51,8 +51,8 @@
 msgid "Black"
 msgstr "Musta"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/fr/knights.po 
new/knights-21.04.0/po/fr/knights.po
--- old/knights-20.12.3/po/fr/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/fr/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2021-01-13 07:14+0100\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
@@ -48,8 +48,8 @@
 msgid "Black"
 msgstr "Noirs"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/ga/knights.po 
new/knights-21.04.0/po/ga/knights.po
--- old/knights-20.12.3/po/ga/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/ga/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2011-12-28 13:57-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "Dubh"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/gl/knights.po 
new/knights-21.04.0/po/gl/knights.po
--- old/knights-20.12.3/po/gl/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/gl/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-19 15:09+0200\n"
 "Last-Translator: Adri??n Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
@@ -46,8 +46,8 @@
 msgid "Black"
 msgstr "Negras"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/hu/knights.po 
new/knights-21.04.0/po/hu/knights.po
--- old/knights-20.12.3/po/hu/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/hu/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2013-08-11 23:21+0200\n"
 "Last-Translator: Bal??zs ??r <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
@@ -44,8 +44,8 @@
 msgid "Black"
 msgstr "S??t??t"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/id/knights.po 
new/knights-21.04.0/po/id/knights.po
--- old/knights-20.12.3/po/id/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/id/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-12-01 10:31+0700\n"
 "Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "Hitam"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/it/knights.po 
new/knights-21.04.0/po/it/knights.po
--- old/knights-20.12.3/po/it/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/it/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-12 21:09+0200\n"
 "Last-Translator: Valter Mura <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "Nero"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/ja/knights.po 
new/knights-21.04.0/po/ja/knights.po
--- old/knights-20.12.3/po/ja/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/ja/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2010-05-08 12:40-0700\n"
 "Last-Translator: Japanese KDE translation team <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
@@ -40,8 +40,8 @@
 msgid "Black"
 msgstr ""
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/km/knights.po 
new/knights-21.04.0/po/km/knights.po
--- old/knights-20.12.3/po/km/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/km/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2012-07-13 10:01+0700\n"
 "Last-Translator: sutha <[email protected]>\n"
 "Language-Team: Khmer <support@khmeros>\n"
@@ -47,8 +47,8 @@
 msgid "Black"
 msgstr "????????????"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/ko/knights.po 
new/knights-21.04.0/po/ko/knights.po
--- old/knights-20.12.3/po/ko/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/ko/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: KDE ????????? ??????\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2020-04-04 00:43+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
@@ -41,8 +41,8 @@
 msgid "Black"
 msgstr "??????"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/lt/knights.po 
new/knights-21.04.0/po/lt/knights.po
--- old/knights-20.12.3/po/lt/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/lt/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2013-07-11 14:08+0300\n"
 "Last-Translator: Liudas Ali??auskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
@@ -48,8 +48,8 @@
 msgid "Black"
 msgstr "Juodieji"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/ml/knights.po 
new/knights-21.04.0/po/ml/knights.po
--- old/knights-20.12.3/po/ml/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/ml/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-12-12 21:50+0000\n"
 "Last-Translator: Vivek KJ Pazhedath <[email protected]>\n"
 "Language-Team: Swathantra Malayalam Computing | ??????????????????????????? 
?????????????????? ??????????????????????????????????????? "
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "?????????????????????"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/mr/knights.po 
new/knights-21.04.0/po/mr/knights.po
--- old/knights-20.12.3/po/mr/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/mr/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2013-03-11 18:08+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: Marathi <[email protected]>\n"
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "????????????"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/nb/knights.po 
new/knights-21.04.0/po/nb/knights.po
--- old/knights-20.12.3/po/nb/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/nb/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2013-01-07 20:11+0100\n"
 "Last-Translator: Bj??rn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokm??l <[email protected]>\n"
@@ -46,8 +46,8 @@
 msgid "Black"
 msgstr "Svart"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/nds/knights.po 
new/knights-21.04.0/po/nds/knights.po
--- old/knights-20.12.3/po/nds/knights.po       2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/nds/knights.po       2021-04-16 10:41:50.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2014-05-28 17:52+0200\n"
 "Last-Translator: S??nke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
@@ -45,8 +45,8 @@
 msgid "Black"
 msgstr "Swatt"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/nl/knights.po 
new/knights-21.04.0/po/nl/knights.po
--- old/knights-20.12.3/po/nl/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/nl/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-11 16:57+0100\n"
 "Last-Translator: jaap <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
@@ -45,8 +45,8 @@
 msgid "Black"
 msgstr "Zwart"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/nn/knights.po 
new/knights-21.04.0/po/nn/knights.po
--- old/knights-20.12.3/po/nn/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/nn/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2020-02-16 14:39+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
@@ -46,8 +46,8 @@
 msgid "Black"
 msgstr "Svart"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/pl/knights.po 
new/knights-21.04.0/po/pl/knights.po
--- old/knights-20.12.3/po/pl/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/pl/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-11-01 08:26+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
@@ -44,8 +44,8 @@
 msgid "Black"
 msgstr "Czarne"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/pt/knights.po 
new/knights-21.04.0/po/pt/knights.po
--- old/knights-20.12.3/po/pt/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/pt/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-10 11:21+0100\n"
 "Last-Translator: Pedro Morais <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
@@ -49,8 +49,8 @@
 msgid "Black"
 msgstr "Pretas"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/pt_BR/knights.po 
new/knights-21.04.0/po/pt_BR/knights.po
--- old/knights-20.12.3/po/pt_BR/knights.po     2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/pt_BR/knights.po     2021-04-16 10:41:50.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-19 13:02-0300\n"
 "Last-Translator: Andr?? Marcelo Alvarenga <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
@@ -48,8 +48,8 @@
 msgid "Black"
 msgstr "Pretas"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/ro/knights.po 
new/knights-21.04.0/po/ro/knights.po
--- old/knights-20.12.3/po/ro/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/ro/knights.po        2021-04-16 10:41:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2012-12-22 11:47+0200\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "Negru"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/ru/knights.po 
new/knights-21.04.0/po/ru/knights.po
--- old/knights-20.12.3/po/ru/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/ru/knights.po        2021-04-16 10:41:51.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2017-11-21 19:08+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
@@ -51,8 +51,8 @@
 msgid "Black"
 msgstr "????????????"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/sk/knights.po 
new/knights-21.04.0/po/sk/knights.po
--- old/knights-20.12.3/po/sk/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/sk/knights.po        2021-04-16 10:41:51.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-12 22:18+0200\n"
 "Last-Translator: Roman Pahol??k <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "??ierna"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/sl/knights.po 
new/knights-21.04.0/po/sl/knights.po
--- old/knights-20.12.3/po/sl/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/sl/knights.po        2021-04-16 10:41:51.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2020-02-17 09:22+0100\n"
 "Last-Translator: Matja?? Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
@@ -46,8 +46,8 @@
 msgid "Black"
 msgstr "??rni"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/sv/knights.po 
new/knights-21.04.0/po/sv/knights.po
--- old/knights-20.12.3/po/sv/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/sv/knights.po        2021-04-16 10:41:51.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-12 12:35+0100\n"
 "Last-Translator: Stefan Asserh??ll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
@@ -45,8 +45,8 @@
 msgid "Black"
 msgstr "Svart"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/tr/knights.po 
new/knights-21.04.0/po/tr/knights.po
--- old/knights-20.12.3/po/tr/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/tr/knights.po        2021-04-16 10:41:51.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: extragear-games-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2017-10-23 08:36+0000\n"
 "Last-Translator: Kaan <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
@@ -46,8 +46,8 @@
 msgid "Black"
 msgstr "Siyah"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/ug/knights.po 
new/knights-21.04.0/po/ug/knights.po
--- old/knights-20.12.3/po/ug/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/ug/knights.po        2021-04-16 10:41:51.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2013-09-08 07:04+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
@@ -43,8 +43,8 @@
 msgid "Black"
 msgstr "????????"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/uk/knights.po 
new/knights-21.04.0/po/uk/knights.po
--- old/knights-20.12.3/po/uk/knights.po        2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/uk/knights.po        2021-04-16 10:41:51.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: knights\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-10 08:17+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
@@ -46,8 +46,8 @@
 msgid "Black"
 msgstr "??????????"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/zh_CN/knights.po 
new/knights-21.04.0/po/zh_CN/knights.po
--- old/knights-20.12.3/po/zh_CN/knights.po     2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/zh_CN/knights.po     2021-04-16 10:41:51.000000000 
+0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
+"PO-Revision-Date: 2021-03-27 17:31\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -48,8 +48,8 @@
 msgid "Black"
 msgstr "???"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/po/zh_TW/knights.po 
new/knights-21.04.0/po/zh_TW/knights.po
--- old/knights-20.12.3/po/zh_TW/knights.po     2021-03-02 01:44:47.000000000 
+0100
+++ new/knights-21.04.0/po/zh_TW/knights.po     2021-04-16 10:41:51.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-02 02:12+0100\n"
+"POT-Creation-Date: 2021-03-28 13:52+0000\n"
 "PO-Revision-Date: 2019-10-11 12:24+0800\n"
 "Last-Translator: pan93412 <[email protected]>\n"
 "Language-Team: Chinese <[email protected]>\n"
@@ -45,8 +45,8 @@
 msgid "Black"
 msgstr "???"
 
-#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
+#. i18n: ectx: property (title), widget (QGroupBox, groupW)
 #: clockwidget.ui:44 gamedialog.ui:90
 #, kde-format
 msgid "White"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/sounds/CMakeLists.txt 
new/knights-21.04.0/sounds/CMakeLists.txt
--- old/knights-20.12.3/sounds/CMakeLists.txt   2021-02-25 00:24:56.000000000 
+0100
+++ new/knights-21.04.0/sounds/CMakeLists.txt   2021-04-14 17:19:36.000000000 
+0200
@@ -3,4 +3,4 @@
        capture_black.ogg
        move_white.ogg
        move_black.ogg
-       DESTINATION ${DATA_INSTALL_DIR}/knights/sounds)
+       DESTINATION ${KDE_INSTALL_DATADIR}/knights/sounds)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/src/CMakeLists.txt 
new/knights-21.04.0/src/CMakeLists.txt
--- old/knights-20.12.3/src/CMakeLists.txt      2021-02-25 00:24:56.000000000 
+0100
+++ new/knights-21.04.0/src/CMakeLists.txt      2021-04-14 17:19:36.000000000 
+0200
@@ -62,7 +62,7 @@
 
 kconfig_add_kcfg_files(knights_SRCS settings.kcfgc )
 qt5_add_dbus_adaptor(knights_SRCS org.kde.Knights.xml externalcontrol.h 
Knights::ExternalControl)
-ecm_qt_declare_logging_category(knights_SRCS HEADER knightsdebug.h IDENTIFIER 
LOG_KNIGHTS CATEGORY_NAME log_knights)
+ecm_qt_declare_logging_category(knights_SRCS HEADER knightsdebug.h IDENTIFIER 
LOG_KNIGHTS CATEGORY_NAME log_knights DESCRIPTION "knights" EXPORT KNIGHTS)
 
 file(GLOB ICON_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../icons/*-apps-knights.png")
 ecm_add_app_icon(knights_SRCS ICONS ${ICON_SRCS})
@@ -95,8 +95,8 @@
 ########### install files ###############
 
 install( PROGRAMS org.kde.knights.desktop  DESTINATION ${KDE_INSTALL_APPDIR} )
-install( FILES knights.kcfg  DESTINATION  ${KCFG_INSTALL_DIR} )
+install( FILES knights.kcfg  DESTINATION  ${KDE_INSTALL_KCFGDIR} )
 install( FILES knightsui.rc  DESTINATION  ${KDE_INSTALL_KXMLGUI5DIR}/knights )
 install( FILES knights.knsrc  DESTINATION  ${KDE_INSTALL_DATADIR}/knsrcfiles )
-install( FILES org.kde.Knights.xml DESTINATION ${DBUS_INTERFACES_INSTALL_DIR} )
+install( FILES org.kde.Knights.xml DESTINATION ${KDE_INSTALL_DBUSINTERFACEDIR} 
)
 install( FILES org.kde.knights.appdata.xml DESTINATION 
${KDE_INSTALL_METAINFODIR} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/src/board.h 
new/knights-21.04.0/src/board.h
--- old/knights-20.12.3/src/board.h     2021-02-25 00:24:56.000000000 +0100
+++ new/knights-21.04.0/src/board.h     2021-04-14 17:19:36.000000000 +0200
@@ -104,7 +104,6 @@
        QPointF mapToScene(Pos);
        void centerOnPos(Item* item, const Pos& pos, bool animated = true);
        void centerOnPos(Item* item, bool animated = true);
-       void removeFrame();
        void centerAndResize(Item* item, QSize size, bool animated = true);
        PieceType getPromotedType();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/src/core/move.h 
new/knights-21.04.0/src/core/move.h
--- old/knights-20.12.3/src/core/move.h 2021-02-25 00:24:56.000000000 +0100
+++ new/knights-21.04.0/src/core/move.h 2021-04-14 17:19:36.000000000 +0200
@@ -111,7 +111,6 @@
        Notation notation() const;
 
        bool operator==(Move other ) const;
-       void toCoordinateNotation(Grid);
 
        void setTime(const QTime&);
        QTime time();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/src/knights.kcfg 
new/knights-21.04.0/src/knights.kcfg
--- old/knights-20.12.3/src/knights.kcfg        2021-02-25 00:24:56.000000000 
+0100
+++ new/knights-21.04.0/src/knights.kcfg        2021-04-14 17:19:36.000000000 
+0200
@@ -29,7 +29,7 @@
         <choice name="Slow" />
       </choices>
          <label>Moves animation speed</label>
-         <default>Normal</default>
+         <default>Instant</default>
     </entry>
     <entry name="animateBoard" type="Bool">
       <label>whether the Board is animated during rotating and resizing</label>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/src/knightsview.h 
new/knights-21.04.0/src/knightsview.h
--- old/knights-20.12.3/src/knightsview.h       2021-02-25 00:24:56.000000000 
+0100
+++ new/knights-21.04.0/src/knightsview.h       2021-04-14 17:19:36.000000000 
+0200
@@ -78,8 +78,6 @@
 
        void displayedPlayerChanged(Color);
 
-       void popupAccepted();
-       void popupRejected();
 };
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/src/org.kde.knights.appdata.xml 
new/knights-21.04.0/src/org.kde.knights.appdata.xml
--- old/knights-20.12.3/src/org.kde.knights.appdata.xml 2021-02-25 
00:24:56.000000000 +0100
+++ new/knights-21.04.0/src/org.kde.knights.appdata.xml 2021-04-14 
17:19:36.000000000 +0200
@@ -938,9 +938,9 @@
     <binary>knights</binary>
   </provides>
   <releases>
+    <release version="2.6.21040" date="2021-04-22"/>
     <release version="2.6.20123" date="2021-03-04"/>
     <release version="2.6.20122" date="2021-02-04"/>
     <release version="2.6.20121" date="2021-01-07"/>
-    <release version="2.6.20120" date="2020-12-10"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/src/proto/ficsdialog.h 
new/knights-21.04.0/src/proto/ficsdialog.h
--- old/knights-20.12.3/src/proto/ficsdialog.h  2021-02-25 00:24:56.000000000 
+0100
+++ new/knights-21.04.0/src/proto/ficsdialog.h  2021-04-14 17:19:36.000000000 
+0200
@@ -39,7 +39,6 @@
     explicit FicsDialog ( QWidget* parent = nullptr, Qt::WindowFlags f = {} );
        ~FicsDialog() override;
 
-       int acceptedGameId();
        QString userName();
        QString password();
        bool remember();
@@ -72,7 +71,6 @@
 
 Q_SIGNALS:
     void login ( const QString &username, const QString &password );
-       void createAccount();
 
        void seekingChanged ( bool seek );
        void declineButtonNeeded ( bool needed );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/src/proto/protocol.h 
new/knights-21.04.0/src/proto/protocol.h
--- old/knights-20.12.3/src/proto/protocol.h    2021-02-25 00:24:56.000000000 
+0100
+++ new/knights-21.04.0/src/proto/protocol.h    2021-04-14 17:19:36.000000000 
+0200
@@ -145,14 +145,11 @@
        void illegalMove();
        void gameOver ( Color winner );
 
-       void errorStringChanged ( const QString& errorString );
-       void errorCodeChanged ( const ErrorCode& error );
 
        void initSuccesful();
        void error ( const Protocol::ErrorCode& errorCode, const QString& 
errorString = QString() );
 
        void timeChanged ( const QTime& time );
-       void timeLimitChanged ( const QTime& time );
        void undoPossible ( bool possible );
        void redoPossible ( bool possible );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knights-20.12.3/themes/CMakeLists.txt 
new/knights-21.04.0/themes/CMakeLists.txt
--- old/knights-20.12.3/themes/CMakeLists.txt   2021-02-25 00:24:56.000000000 
+0100
+++ new/knights-21.04.0/themes/CMakeLists.txt   2021-04-14 17:19:36.000000000 
+0200
@@ -14,4 +14,4 @@
     east_west.desktop
     east_west.svgz
     east_west.png
-    DESTINATION ${DATA_INSTALL_DIR}/knights/themes)
+    DESTINATION ${KDE_INSTALL_DATADIR}/knights/themes)

Reply via email to