Hello community,

here is the log from the commit of package kblocks for openSUSE:Leap:15.2 
checked in at 2020-05-13 03:51:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kblocks (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.kblocks.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kblocks"

Wed May 13 03:51:25 2020 rev:43 rq:797352 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kblocks/kblocks.changes        2020-03-15 
13:36:29.386842668 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kblocks.new.2738/kblocks.changes      
2020-05-13 03:51:26.788150832 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:22:08 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+-------------------------------------------------------------------
+Sun Apr  5 20:29:50 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:16:46 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * get appstream version from release/19.12
+  * Use safe hardcoded value for ProvidersUrl
+  * Use the default address for KNewStuff instead of the hardcoded
+  * Remove endl at the end of QDebug. It already adds it
+  * Fix link: ui.html -> menus.html
+
+-------------------------------------------------------------------

Old:
----
  kblocks-19.12.3.tar.xz
  kblocks-19.12.3.tar.xz.sig

New:
----
  kblocks-20.04.0.tar.xz
  kblocks-20.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kblocks.spec ++++++
--- /var/tmp/diff_new_pack.Egm4lB/_old  2020-05-13 03:51:27.208151712 +0200
+++ /var/tmp/diff_new_pack.Egm4lB/_new  2020-05-13 03:51:27.212151720 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kblocks
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,35 +21,31 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kblocks
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        A classic falling blocks game
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Strategy/Real Time
 URL:            https://www.kde.org
 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:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5QuickWidgets)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Test)
@@ -57,15 +53,15 @@
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
 %if %{with lang}
-Recommends:     %{name}-lang
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
 %endif
+Recommends:     %{name}-lang
 
 %description
 KBlocks is the KDE version of the classic falling blocks game.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n kblocks-%{version}


++++++ kblocks-19.12.3.tar.xz -> kblocks-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/CMakeLists.txt 
new/kblocks-20.04.0/CMakeLists.txt
--- old/kblocks-19.12.3/CMakeLists.txt  2020-03-03 01:19:11.000000000 +0100
+++ new/kblocks-20.04.0/CMakeLists.txt  2020-04-17 02:31:31.000000000 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
 
 # KDE Application Version, managed by release script
-set(KDE_APPLICATIONS_VERSION_MAJOR "19")
-set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
-set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
+set(RELEASE_SERVICE_VERSION_MAJOR "20")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
-project(kblocks VERSION ${KDE_APPLICATIONS_VERSION})
+project(kblocks VERSION ${RELEASE_SERVICE_VERSION})
 
 set (QT_MIN_VERSION "5.7.0")
 set (KF5_MIN_VERSION "5.30.0")
@@ -43,10 +43,7 @@
         add_definitions(-DQT_NO_FOREACH)
         MESSAGE(STATUS "compile without foreach")
 endif()
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000)
-endif()
+
 
 add_subdirectory(themes)
 add_subdirectory(sounds)
@@ -99,7 +96,7 @@
    utils.cpp
 )
 
-ecm_setup_version(${KDE_APPLICATIONS_VERSION} VARIABLE_PREFIX KBLOCKS 
VERSION_HEADER kblocks_version.h)
+ecm_setup_version(${RELEASE_SERVICE_VERSION} VARIABLE_PREFIX KBLOCKS 
VERSION_HEADER kblocks_version.h)
 
 ecm_qt_declare_logging_category(kblocks_SRCS HEADER kblocks_ai_debug.h 
IDENTIFIER KBlocksAI CATEGORY_NAME KBlocks.AI)
 ecm_qt_declare_logging_category(kblocks_SRCS HEADER kblocks_sound_debug.h 
IDENTIFIER KBSound CATEGORY_NAME KBlocks.Sound)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/KBlocksGraphics.cpp 
new/kblocks-20.04.0/KBlocksGraphics.cpp
--- old/kblocks-19.12.3/KBlocksGraphics.cpp     2020-03-01 10:42:39.000000000 
+0100
+++ new/kblocks-20.04.0/KBlocksGraphics.cpp     2020-04-15 11:13:16.000000000 
+0200
@@ -18,7 +18,7 @@
     m_theme = new KGameTheme();
     if (!m_theme->load(themeFile)) {
         qCWarning(KBGraphics) << "Error loading KBlocks .desktop theme"
-                                   << themeFile << endl;
+                                   << themeFile;
         m_theme->loadDefault();
     }
     m_renderer = new QSvgRenderer(m_theme->graphics());
@@ -35,12 +35,12 @@
 {
     if (!m_theme->load(themeFile)) {
         qCWarning(KBGraphics) << "Error loading KBlocks .desktop theme"
-                                   << themeFile << endl;
+                                   << themeFile;
         return false;
     }
     if (!m_renderer->load(m_theme->graphics())) {
         qCWarning(KBGraphics) << "Error loading SVG theme"
-                                   << m_theme->graphics() << endl;
+                                   << m_theme->graphics();
         return false;
     }
     //clear the cache or pixmaps from the old theme will be returned
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/KBlocksSound.cpp 
new/kblocks-20.04.0/KBlocksSound.cpp
--- old/kblocks-19.12.3/KBlocksSound.cpp        2020-03-01 10:42:39.000000000 
+0100
+++ new/kblocks-20.04.0/KBlocksSound.cpp        2020-04-15 11:13:16.000000000 
+0200
@@ -36,7 +36,7 @@
     KGameTheme theme;
     if (!theme.load(themeFile)) {
         qCWarning(KBSound) << "Error loading KBlocks .desktop theme"
-                                   << themeFile << endl;
+                                   << themeFile;
         theme.loadDefault();
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/doc/index.docbook 
new/kblocks-20.04.0/doc/index.docbook
--- old/kblocks-19.12.3/doc/index.docbook       2020-03-01 10:42:39.000000000 
+0100
+++ new/kblocks-20.04.0/doc/index.docbook       2020-04-15 11:13:16.000000000 
+0200
@@ -170,8 +170,8 @@
 
 <para>
 Additionally &kblocks; has the common &kde; <guimenu>Settings</guimenu> and 
<guimenu>Help</guimenu>
-menu items, for more information read the sections about the <ulink 
url="help:/fundamentals/ui.html#menus-settings"
->Settings Menu</ulink> and <ulink 
url="help:/fundamentals/ui.html#menus-help">Help Menu</ulink>
+menu items, for more information read the sections about the <ulink 
url="help:/fundamentals/menus.html#menus-settings"
+>Settings Menu</ulink> and <ulink 
url="help:/fundamentals/menus.html#menus-help">Help Menu</ulink>
 of the &kde; Fundamentals.
 </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/kblocks.knsrc 
new/kblocks-20.04.0/kblocks.knsrc
--- old/kblocks-19.12.3/kblocks.knsrc   2020-03-01 10:42:39.000000000 +0100
+++ new/kblocks-20.04.0/kblocks.knsrc   2020-04-15 11:13:16.000000000 +0200
@@ -1,5 +1,5 @@
 [KNewStuff3]
-ProvidersUrl=http://download.kde.org/ocs/providers.xml
+ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml
 Categories=KBlocks Themes
 TargetDir=kblocks/themes
 Uncompress=always
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/org.kde.kblocks.appdata.xml 
new/kblocks-20.04.0/org.kde.kblocks.appdata.xml
--- old/kblocks-19.12.3/org.kde.kblocks.appdata.xml     2020-03-01 
10:42:39.000000000 +0100
+++ new/kblocks-20.04.0/org.kde.kblocks.appdata.xml     2020-04-15 
11:13:16.000000000 +0200
@@ -124,9 +124,9 @@
     <binary>kblocks</binary>
   </provides>
   <releases>
+    <release version="20.04.0" date="2020-04-23"/>
     <release version="19.12.3" date="2020-03-05"/>
     <release version="19.12.2" date="2020-02-06"/>
     <release version="19.12.1" date="2020-01-09"/>
-    <release version="19.12.0" date="2019-12-12"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/de/docs/kblocks/index.docbook 
new/kblocks-20.04.0/po/de/docs/kblocks/index.docbook
--- old/kblocks-19.12.3/po/de/docs/kblocks/index.docbook        2020-03-03 
01:19:11.000000000 +0100
+++ new/kblocks-20.04.0/po/de/docs/kblocks/index.docbook        2020-04-17 
02:31:30.000000000 +0200
@@ -326,9 +326,9 @@
 >Einstellungen</guimenu
 > und <guimenu
 >Hilfe</guimenu
->, weitere Informationen dazu finden Sie in den Abschnitten über die Menüs 
<ulink url="help:/fundamentals/ui.html#menus-settings"
+>, weitere Informationen dazu finden Sie in den Abschnitten über die Menüs 
<ulink url="help:/fundamentals/menus.html#menus-settings"
 >Einstellungen</ulink
-> und <ulink url="help:/fundamentals/ui.html#menus-help"
+> und <ulink url="help:/fundamentals/menus.html#menus-help"
 >Hilfe</ulink
 > der &kde;-Grundlagen. </para>
 
@@ -545,8 +545,7 @@
 >Linda-Maria Wirthmann <email
 >[email protected]</email
 ></para
-> 
-&underFDL; &underGPL; </chapter>
+> &underFDL; &underGPL; </chapter>
 
 </book>
 <!--
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/en_GB/kblocks.po 
new/kblocks-20.04.0/po/en_GB/kblocks.po
--- old/kblocks-19.12.3/po/en_GB/kblocks.po     2020-03-03 01:19:09.000000000 
+0100
+++ new/kblocks-20.04.0/po/en_GB/kblocks.po     2020-04-17 02:31:29.000000000 
+0200
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
 "PO-Revision-Date: 2017-05-21 16:21+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/es/docs/kblocks/index.docbook 
new/kblocks-20.04.0/po/es/docs/kblocks/index.docbook
--- old/kblocks-19.12.3/po/es/docs/kblocks/index.docbook        2020-03-03 
01:19:11.000000000 +0100
+++ new/kblocks-20.04.0/po/es/docs/kblocks/index.docbook        2020-04-17 
02:31:30.000000000 +0200
@@ -340,9 +340,9 @@
 >Preferencias</guimenu
 > y <guimenu
 >Ayuda</guimenu
-> comunes de &kde;. Para obtener más información, consulte las secciones sobre 
el <ulink url="help:/fundamentals/ui.html#menus-settings"
+> comunes de &kde;. Para obtener más información, consulte las secciones sobre 
el <ulink url="help:/fundamentals/menus.html#menus-settings"
 >Menú «Preferencias»</ulink
-> y <ulink url="help:/fundamentals/ui.html#menus-help"
+> y <ulink url="help:/fundamentals/menus.html#menus-help"
 >Menú «Ayuda» </ulink
 > de «Aspectos básicos de &kde;». </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/et/kblocks.po 
new/kblocks-20.04.0/po/et/kblocks.po
--- old/kblocks-19.12.3/po/et/kblocks.po        2020-03-03 01:19:09.000000000 
+0100
+++ new/kblocks-20.04.0/po/et/kblocks.po        2020-04-17 02:31:29.000000000 
+0200
@@ -2,20 +2,20 @@
 # Copyright (C) 2008 This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Marek Laane <[email protected]>, 2008, 2009, 2010, 2016.
+# Marek Laane <[email protected]>, 2008, 2009, 2010, 2016, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kblocks\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
-"PO-Revision-Date: 2016-01-13 14:21+0200\n"
+"PO-Revision-Date: 2019-11-11 12:16+0200\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
-"Language-Team: Estonian <[email protected]>\n"
+"Language-Team: Estonian <[email protected]>\n"
 "Language: et\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.08.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -26,7 +26,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected]"
+msgstr "[email protected]"
 
 #. i18n: ectx: label, entry (Theme), group (General)
 #: kblocks.kcfg:9
@@ -152,8 +152,7 @@
 msgstr "KBlocks"
 
 #: main.cpp:318
-#, fuzzy, kde-format
-#| msgid "A falling blocks game for KDE"
+#, kde-format
 msgid "A falling blocks game by KDE"
 msgstr "KDE langevate klotside mäng"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/it/docs/kblocks/index.docbook 
new/kblocks-20.04.0/po/it/docs/kblocks/index.docbook
--- old/kblocks-19.12.3/po/it/docs/kblocks/index.docbook        2020-03-03 
01:19:11.000000000 +0100
+++ new/kblocks-20.04.0/po/it/docs/kblocks/index.docbook        2020-04-17 
02:31:31.000000000 +0200
@@ -312,9 +312,9 @@
 >Impostazioni</guimenu
 > e <guimenu
 >Aiuto</guimenu
->; per maggiori informazioni leggi le sezioni sul <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>; per maggiori informazioni leggi le sezioni sul <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >menu Impostazioni</ulink
-> e sul <ulink url="help:/fundamentals/ui.html#menus-help"
+> e sul <ulink url="help:/fundamentals/menus.html#menus-help"
 >menu Aiuto</ulink
 > dei Fondamentali di &kde;. </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/ml/kblocks.po 
new/kblocks-20.04.0/po/ml/kblocks.po
--- old/kblocks-19.12.3/po/ml/kblocks.po        2020-03-03 01:19:10.000000000 
+0100
+++ new/kblocks-20.04.0/po/ml/kblocks.po        2020-04-17 02:31:30.000000000 
+0200
@@ -8,14 +8,15 @@
 "Project-Id-Version: kblocks trunk\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
-"PO-Revision-Date: 2008-12-27 22:19+0530\n"
-"Last-Translator: Abhishek Jacob <[email protected]>\n"
-"Language-Team: Malayalam <[email protected]>\n"
+"PO-Revision-Date: 2019-12-12 21:42+0000\n"
+"Last-Translator: Vivek KJ Pazhedath <[email protected]>\n"
+"Language-Team: SMC <smc.org.in>\n"
 "Language: ml\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Weblate 3.9.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -25,7 +26,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected]"
+msgstr "[email protected],[email protected],[email protected]"
 
 #. i18n: ectx: label, entry (Theme), group (General)
 #: kblocks.kcfg:9
@@ -156,7 +157,8 @@
 msgid "KBlocks"
 msgstr "കെബ്ലോക്ക്സ്"
 
-# Its not a translation. But it defines the game i thnk, eventhough it is a 
bit lame. :(
+# Its not a translation. But it defines the game i thnk, eventhough it is a bit
+# lame. :(
 #: main.cpp:318
 #, fuzzy, kde-format
 #| msgid "A falling blocks game for KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/nb/kblocks.po 
new/kblocks-20.04.0/po/nb/kblocks.po
--- old/kblocks-19.12.3/po/nb/kblocks.po        2020-03-03 01:19:10.000000000 
+0100
+++ new/kblocks-20.04.0/po/nb/kblocks.po        2020-04-17 02:31:30.000000000 
+0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
 "PO-Revision-Date: 2010-10-19 12:05+0200\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
-"Language-Team: Norwegian Bokmål <[email protected]>\n"
+"Language-Team: Norwegian Bokmål <[email protected]>\n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/nl/docs/kblocks/index.docbook 
new/kblocks-20.04.0/po/nl/docs/kblocks/index.docbook
--- old/kblocks-19.12.3/po/nl/docs/kblocks/index.docbook        2020-03-03 
01:19:11.000000000 +0100
+++ new/kblocks-20.04.0/po/nl/docs/kblocks/index.docbook        2020-04-17 
02:31:31.000000000 +0200
@@ -298,9 +298,9 @@
 >Instellingen</guimenu
 > en <guimenu
 >Help</guimenu
->, voor meer informatie lees de secties over de <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>, voor meer informatie lees de secties over de <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >Menu-instellingen</ulink
-> en <ulink url="help:/fundamentals/ui.html#menus-help"
+> en <ulink url="help:/fundamentals/menus.html#menus-help"
 >Menu Help</ulink
 > van &kde;-fundamentals. </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/nn/kblocks.po 
new/kblocks-20.04.0/po/nn/kblocks.po
--- old/kblocks-19.12.3/po/nn/kblocks.po        2020-03-03 01:19:10.000000000 
+0100
+++ new/kblocks-20.04.0/po/nn/kblocks.po        2020-04-17 02:31:30.000000000 
+0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
 "PO-Revision-Date: 2017-09-03 18:04+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
-"Language-Team: Norwegian Nynorsk <[email protected]>\n"
+"Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/pt_BR/docs/kblocks/index.docbook 
new/kblocks-20.04.0/po/pt_BR/docs/kblocks/index.docbook
--- old/kblocks-19.12.3/po/pt_BR/docs/kblocks/index.docbook     2020-03-03 
01:19:11.000000000 +0100
+++ new/kblocks-20.04.0/po/pt_BR/docs/kblocks/index.docbook     2020-04-17 
02:31:31.000000000 +0200
@@ -1,7 +1,5 @@
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY kappname "&kblocks;">
-  <!ENTITY package "kdegames">
   <!ENTITY % addindex "IGNORE">
   <!ENTITY % Brazilian-Portuguese "INCLUDE"
 > <!-- change language only here -->
@@ -52,9 +50,9 @@
 >&FDLNotice;</legalnotice>
 
 <date
->05/05/2013</date>
+>09/05/2016</date>
 <releaseinfo
->0.3 (&kde; 4.11)</releaseinfo>
+>0.4 (Applications 16.04)</releaseinfo>
 
 <abstract
 ><para
@@ -98,6 +96,19 @@
 <chapter id="how-to-play">
 <title
 >Como jogar</title>
+
+<screenshot>
+<mediaobject>
+<imageobject>
+<imagedata fileref="gameboard.png" format="PNG"/>
+</imageobject>
+<textobject>
+<phrase
+>Tabuleiro do jogo &kblocks;</phrase>
+</textobject>
+</mediaobject>
+</screenshot>
+
 <note
 ><title
 >Objetivo:</title
@@ -270,28 +281,7 @@
 > do &kblocks;</para
 ></listitem>
 </varlistentry>
-<!--FIXME when is sound played ? see 
https://bugs.kde.org/show_bug.cgi?id=319372
-<varlistentry>
-<term
-><menuchoice>
-<shortcut>
-<keycombo action="simul"
->&Ctrl;<keycap
->Q</keycap
-></keycombo>
-</shortcut>
-<guimenu
->Settings</guimenu>
-<guimenuitem
->Play sound</guimenuitem
-> </menuchoice
-></term>
-<listitem
-><para
->???</para
-></listitem>
-</varlistentry>
--->
+
 <varlistentry>
 <term
 ><menuchoice
@@ -322,9 +312,9 @@
 >Configurações</guimenu
 > e <guimenu
 >Ajuda</guimenu
->, comuns do &kde;. Para mais informações, consulte as seções sobre o <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>, comuns do &kde;. Para mais informações, consulte as seções sobre o <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >Menu Configurações</ulink
-> e o <ulink url="help:/fundamentals/ui.html#menus-help"
+> e o <ulink url="help:/fundamentals/menus.html#menus-help"
 >Menu Ajuda</ulink
 > dos Fundamentos do &kde;. </para>
 
@@ -445,6 +435,14 @@
 ><entry
 >Gira o bloco no sentido anti-horário</entry
 ></row>
+<row
+><entry
+><keysym
+>Espaço</keysym
+></entry
+><entry
+>Solta o bloco</entry
+></row>
 
 </tbody>
 </tgroup>
@@ -507,7 +505,7 @@
 
 <chapter id="credits"
 ><title
->Créditos e licença</title>
+>Créditos e Licença</title>
 
 <para
 >Direitos autorais do &kblocks; 2007-2008 </para>
@@ -527,23 +525,7 @@
 >Tradução de Eliana Megumi Habiro Boaglio <email
 >[email protected]</email
 ></para
-> 
-&underFDL; &underGPL; </chapter>
-
-<appendix id="installation">
-<title
->Instalação</title>
-
-<sect1 id="getting-kblocks">
-<title
->Como obter o &kblocks;</title>
-&install.intro.documentation; </sect1>
-
-<sect1 id="compilation">
-<title
->Compilação e instalação</title>
-&install.compile.documentation; </sect1>
-</appendix>
+> &underFDL; &underGPL; </chapter>
 
 </book>
 <!--
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/sv/docs/kblocks/index.docbook 
new/kblocks-20.04.0/po/sv/docs/kblocks/index.docbook
--- old/kblocks-19.12.3/po/sv/docs/kblocks/index.docbook        2020-03-03 
01:19:11.000000000 +0100
+++ new/kblocks-20.04.0/po/sv/docs/kblocks/index.docbook        2020-04-17 
02:31:31.000000000 +0200
@@ -312,9 +312,9 @@
 >Inställningar</guimenu
 > och <guimenu
 >Hjälp</guimenu
-> i &kde;. För mer information, läs avsnitten  <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+> i &kde;. För mer information, läs avsnitten  <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >Menyn Inställningar</ulink
-> och <ulink url="help:/fundamentals/ui.html#menus-help"
+> och <ulink url="help:/fundamentals/menus.html#menus-help"
 >Menyn Hjälp</ulink
 > i &kde;:s Grunder. </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/uk/docs/kblocks/index.docbook 
new/kblocks-20.04.0/po/uk/docs/kblocks/index.docbook
--- old/kblocks-19.12.3/po/uk/docs/kblocks/index.docbook        2020-03-03 
01:19:11.000000000 +0100
+++ new/kblocks-20.04.0/po/uk/docs/kblocks/index.docbook        2020-04-17 
02:31:31.000000000 +0200
@@ -312,9 +312,9 @@
 >Параметри</guimenu
 > і <guimenu
 >Довідка</guimenu
->. Щоб дізнатися більше, ознайомтеся з розділами щодо <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>. Щоб дізнатися більше, ознайомтеся з розділами щодо <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >меню «Параметри»</ulink
-> та <ulink url="help:/fundamentals/ui.html#menus-help"
+> та <ulink url="help:/fundamentals/menus.html#menus-help"
 >меню «Довідка»</ulink
 > підручника з основ роботи у &kde;. </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/po/zh_CN/kblocks.po 
new/kblocks-20.04.0/po/zh_CN/kblocks.po
--- old/kblocks-19.12.3/po/zh_CN/kblocks.po     2020-03-03 01:19:11.000000000 
+0100
+++ new/kblocks-20.04.0/po/zh_CN/kblocks.po     2020-04-17 02:31:30.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
-"PO-Revision-Date: 2020-01-20 21:56\n"
+"PO-Revision-Date: 2020-03-25 19:57\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-19.12.3/themes/oxygen.desktop 
new/kblocks-20.04.0/themes/oxygen.desktop
--- old/kblocks-19.12.3/themes/oxygen.desktop   2020-03-01 10:42:39.000000000 
+0100
+++ new/kblocks-20.04.0/themes/oxygen.desktop   2020-04-15 11:13:16.000000000 
+0200
@@ -78,7 +78,7 @@
 Description[ja]=KBlocks の KDE 4 用 Oxygen テーマ
 Description[kk]=KDE4-тің KBlocks Oxygen нақышы
 Description[km]=ស្បែក​អុកស៊ីសែន​របស់ KBlocks សម្រាប់ KDE 4
-Description[ko]=KDE 4를 위한 KBlocks Oxygen 테마
+Description[ko]=KDE 4용 KBlocks Oxygen 테마
 Description[lv]=KBlocks Oxygen tēma priekš KDE 4
 Description[mr]=केडीई४ करिता के-ब्लॉक्स ऑक्सीजन शैली
 Description[nb]=KBlocks oxygen-tema for KDE 4


Reply via email to