Hello community,

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

Package is "bovo"

Wed May 13 03:50:43 2020 rev:37 rq:797316 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/bovo/bovo.changes      2020-03-13 
11:01:51.488626460 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.bovo.new.2738/bovo.changes    2020-05-13 
03:50:45.348063960 +0200
@@ -1,0 +2,30 @@
+Thu Apr 23 12:21:51 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:37 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:33 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:
+  * Move xmlgui file to a qrc resource, to simplify deployment
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ bovo.spec ++++++
--- /var/tmp/diff_new_pack.Mrx86F/_old  2020-05-13 03:50:45.748064799 +0200
+++ /var/tmp/diff_new_pack.Mrx86F/_new  2020-05-13 03:50:45.748064799 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bovo
 #
-# 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
@@ -16,51 +16,42 @@
 #
 
 
-%define kf5_version 5.60.0
+%define kf5_version 5.30.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           bovo
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        Five-in-a-row Board Game
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Board/Other
 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:  cmake(KF5Config)
+BuildRequires:  xz
 BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5KDELibs4Support)
-BuildRequires:  cmake(KF5NewStuff)
-BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(KF5Crash)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  xz
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qt5Concurrent)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5Qml)
-BuildRequires:  cmake(Qt5Quick)
-BuildRequires:  cmake(Qt5QuickWidgets)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
 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
 Bovo is a Gomoku (Connect Five, Five in a row, X and O, etc) game by
 KDE.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n bovo-%{version}
@@ -84,7 +75,6 @@
 %doc %lang(en) %{_kf5_htmldir}/en/bovo/
 %{_kf5_iconsdir}/hicolor/*/apps/bovo.*
 %{_kf5_sharedir}/bovo/
-%{_kf5_sharedir}/kxmlgui5/
 
 %if %{with lang}
 %files lang -f %{name}.lang


++++++ bovo-19.12.3.tar.xz -> bovo-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-19.12.3/CMakeLists.txt 
new/bovo-20.04.0/CMakeLists.txt
--- old/bovo-19.12.3/CMakeLists.txt     2020-03-03 01:18:36.000000000 +0100
+++ new/bovo-20.04.0/CMakeLists.txt     2020-04-17 02:31:12.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(bovo VERSION ${KDE_APPLICATIONS_VERSION})
+project(bovo VERSION ${RELEASE_SERVICE_VERSION})
 
 set (QT_MIN_VERSION "5.7.0")
 set (KF5_MIN_VERSION "5.30.0")
@@ -45,6 +45,7 @@
     -DQT_USE_QSTRINGBUILDER
 )
 
+
 set( bovogame_SRCS
        game/game.cc
        game/board.cc
@@ -75,7 +76,7 @@
        gui/main.cc
 )
 
-ecm_setup_version(${KDE_APPLICATIONS_VERSION} VARIABLE_PREFIX BOVO 
VERSION_HEADER bovo_version.h)
+ecm_setup_version(${RELEASE_SERVICE_VERSION} VARIABLE_PREFIX BOVO 
VERSION_HEADER bovo_version.h)
 
 set(bovo_SRCS
        ${bovogui_SRCS}
@@ -91,6 +92,7 @@
        )
 
 kconfig_add_kcfg_files(bovo_SRCS gui/settings.kcfgc)
+qt5_add_resources(bovo_SRCS bovo.qrc)
 file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/icons/*-apps-bovo.png")
 ecm_add_app_icon(bovo_SRCS ICONS ${ICONS_SRCS})
 add_executable(bovo ${bovo_SRCS})
@@ -109,7 +111,6 @@
 add_subdirectory (doc)
 
 install (TARGETS bovo ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
-install (FILES gui/bovoui.rc  DESTINATION  ${KDE_INSTALL_KXMLGUI5DIR}/bovo)
 install (PROGRAMS org.kde.bovo.desktop DESTINATION ${KDE_INSTALL_APPDIR})
 install (FILES org.kde.bovo.appdata.xml DESTINATION  
${CMAKE_INSTALL_METAINFODIR})
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-19.12.3/bovo.qrc new/bovo-20.04.0/bovo.qrc
--- old/bovo-19.12.3/bovo.qrc   1970-01-01 01:00:00.000000000 +0100
+++ new/bovo-20.04.0/bovo.qrc   2020-04-15 11:12:09.000000000 +0200
@@ -0,0 +1,5 @@
+<RCC>
+<qresource prefix="/kxmlgui5/bovo">
+<file alias="bovoui.rc">gui/bovoui.rc</file>
+</qresource>
+</RCC>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-19.12.3/doc/index.docbook 
new/bovo-20.04.0/doc/index.docbook
--- old/bovo-19.12.3/doc/index.docbook  2020-03-01 10:41:41.000000000 +0100
+++ new/bovo-20.04.0/doc/index.docbook  2020-04-15 11:12:09.000000000 +0200
@@ -213,8 +213,8 @@
 
 <para>
 Additionally &bovo; 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/bovo-19.12.3/gui/main.cc new/bovo-20.04.0/gui/main.cc
--- old/bovo-19.12.3/gui/main.cc        2020-03-01 10:41:41.000000000 +0100
+++ new/bovo-20.04.0/gui/main.cc        2020-04-15 11:12:09.000000000 +0200
@@ -47,7 +47,7 @@
 
     KAboutData aboutData(QStringLiteral("bovo"), i18n("Bovo"),
             QStringLiteral(BOVO_VERSION_STRING), i18n(description), 
KAboutLicense::GPL,
-            i18n(copyleft), QString(), 
QStringLiteral("http://games.kde.org/bovo";));
+            i18n(copyleft), QString(), 
QStringLiteral("https://kde.org/applications/games/org.kde.bovo";));
     aboutData.addAuthor(i18n("Aron Boström"),i18n("Author"),
                         QStringLiteral("[email protected]"));
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-19.12.3/org.kde.bovo.appdata.xml 
new/bovo-20.04.0/org.kde.bovo.appdata.xml
--- old/bovo-19.12.3/org.kde.bovo.appdata.xml   2020-03-01 10:41:41.000000000 
+0100
+++ new/bovo-20.04.0/org.kde.bovo.appdata.xml   2020-04-15 11:12:09.000000000 
+0200
@@ -48,6 +48,7 @@
   <summary xml:lang="de">"Fünf-Gewinnt-Brettspiel</summary>
   <summary xml:lang="en-GB">"Five in a row" board game</summary>
   <summary xml:lang="es">Juego de tablero «Cinco en línea»</summary>
+  <summary xml:lang="et">"Viis ühes reas" lauamäng</summary>
   <summary xml:lang="eu">«Bosteko artzain jokoa» taula-jokoa</summary>
   <summary xml:lang="fi">”Viiden suora” -lautapeli</summary>
   <summary xml:lang="fr">Jeu de plateau « Cinq-en-ligne »</summary>
@@ -60,6 +61,7 @@
   <summary xml:lang="pl">Gra planszowa "Pięć w rzędzie"</summary>
   <summary xml:lang="pt">Jogo de tabuleiro de "Cinco em linha"</summary>
   <summary xml:lang="pt-BR">Jogo de tabuleiro "Cinco em linha"</summary>
+  <summary xml:lang="ru">Японские крестики-нолики</summary>
   <summary xml:lang="sk">Stolová hra Piškvorky</summary>
   <summary xml:lang="sl">Namizna igra »Pet v vrsto«</summary>
   <summary xml:lang="sr">Игра на табли „пет у низу“</summary>
@@ -128,7 +130,7 @@
     <binary>bovo</binary>
   </provides>
   <releases>
-    <release version="19.12.3" date="2020-03-05"/>
+    <release version="20.04.0" date="2020-04-23"/>
     <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"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-19.12.3/po/de/docs/bovo/index.docbook 
new/bovo-20.04.0/po/de/docs/bovo/index.docbook
--- old/bovo-19.12.3/po/de/docs/bovo/index.docbook      2020-03-03 
01:18:35.000000000 +0100
+++ new/bovo-20.04.0/po/de/docs/bovo/index.docbook      2020-04-17 
02:31:12.000000000 +0200
@@ -502,9 +502,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>
 
@@ -589,8 +589,7 @@
 >Übersetzung Burkhard Lück<email
 >[email protected]</email
 ></para
-> 
-&underFDL; &underGPL; </chapter>
+> &underFDL; &underGPL; </chapter>
 
 &documentation.index;
 </book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-19.12.3/po/es/docs/bovo/index.docbook 
new/bovo-20.04.0/po/es/docs/bovo/index.docbook
--- old/bovo-19.12.3/po/es/docs/bovo/index.docbook      2020-03-03 
01:18:36.000000000 +0100
+++ new/bovo-20.04.0/po/es/docs/bovo/index.docbook      2020-04-17 
02:31:12.000000000 +0200
@@ -528,9 +528,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/bovo-19.12.3/po/it/docs/bovo/index.docbook 
new/bovo-20.04.0/po/it/docs/bovo/index.docbook
--- old/bovo-19.12.3/po/it/docs/bovo/index.docbook      2020-03-03 
01:18:36.000000000 +0100
+++ new/bovo-20.04.0/po/it/docs/bovo/index.docbook      2020-04-17 
02:31:12.000000000 +0200
@@ -500,9 +500,9 @@
 >Impostazioni</guimenu
 > e <guimenu
 >Aiuto</guimenu
-> di &kde;, per maggiori informazioni leggi le sezioni <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+> di &kde;, per maggiori informazioni leggi le sezioni <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >il menu Impostazioni</ulink
-> e <ulink url="help:/fundamentals/ui.html#menus-help"
+> e <ulink url="help:/fundamentals/menus.html#menus-help"
 >il menu Aiuto</ulink
 > dei Fondamentali di &kde;. </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-19.12.3/po/ml/bovo.po 
new/bovo-20.04.0/po/ml/bovo.po
--- old/bovo-19.12.3/po/ml/bovo.po      1970-01-01 01:00:00.000000000 +0100
+++ new/bovo-20.04.0/po/ml/bovo.po      2020-04-17 02:31:11.000000000 +0200
@@ -0,0 +1,148 @@
+# Malayalam translations for bovo package.
+# Copyright (C) 2019 This file is copyright:
+# This file is distributed under the same license as the bovo package.
+# Automatically generated, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: bovo\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-05-20 03:03+0200\n"
+"PO-Revision-Date: 2019-12-12 21:46+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"
+msgid "Your names"
+msgstr ""
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "[email protected],[email protected],[email protected]"
+
+#. i18n: ectx: label, entry (theme), group (bovo)
+#: gui/bovo.kcfg:9 gui/mainwindow.cc:201
+#, kde-format
+msgid "Theme"
+msgstr ""
+
+#. i18n: ectx: label, entry (playbackSpeed), group (bovo)
+#: gui/bovo.kcfg:13
+#, kde-format
+msgid "Speed of demo and replay playback."
+msgstr ""
+
+#. i18n: ectx: label, entry (animation), group (bovo)
+#: gui/bovo.kcfg:19
+#, kde-format
+msgid "Whether moves should be animated or not."
+msgstr ""
+
+#. i18n: ectx: label, entry (ai), group (bovo)
+#: gui/bovo.kcfg:23
+#, kde-format
+msgid "AI engine to use."
+msgstr ""
+
+#: gui/main.cc:33
+#, kde-format
+msgid "KDE Five in a Row Board Game"
+msgstr ""
+
+#: gui/main.cc:34
+#, kde-format
+msgid "(c) 2002-2007, Aron Boström"
+msgstr ""
+
+#: gui/main.cc:48
+#, kde-format
+msgid "Bovo"
+msgstr ""
+
+#: gui/main.cc:51
+#, kde-format
+msgid "Aron Boström"
+msgstr ""
+
+#: gui/main.cc:51
+#, kde-format
+msgid "Author"
+msgstr ""
+
+#: gui/mainwindow.cc:67 gui/mainwindow.cc:358
+#, kde-format
+msgid "Wins: %1"
+msgstr ""
+
+#: gui/mainwindow.cc:68 gui/mainwindow.cc:255 gui/mainwindow.cc:371
+#, kde-format
+msgid "Losses: %1"
+msgstr ""
+
+#: gui/mainwindow.cc:187
+#, kde-format
+msgid "&Replay"
+msgstr ""
+
+#: gui/mainwindow.cc:189
+#, kde-format
+msgid "Replay game"
+msgstr ""
+
+#: gui/mainwindow.cc:190
+#, kde-format
+msgid "Replays your last game for you to watch."
+msgstr ""
+
+#: gui/mainwindow.cc:196
+#, kde-format
+msgid "&Animation"
+msgstr ""
+
+#: gui/mainwindow.cc:339
+#, kde-format
+msgid "Start a new Game to play"
+msgstr ""
+
+#: gui/mainwindow.cc:376
+#, kde-format
+msgid "GAME OVER. Tie!"
+msgstr ""
+
+#: gui/mainwindow.cc:379
+#, kde-format
+msgid "GAME OVER. You won!"
+msgstr ""
+
+#: gui/mainwindow.cc:382
+#, kde-format
+msgid "GAME OVER. You lost!"
+msgstr ""
+
+#: gui/mainwindow.cc:394
+#, kde-format
+msgid "It is your turn."
+msgstr ""
+
+#: gui/mainwindow.cc:398
+#, kde-format
+msgid "Waiting for computer."
+msgstr ""
+
+#: gui/mainwindow.cc:426
+#, kde-format
+msgid "Replaying game"
+msgstr ""
+
+#: gui/mainwindow.cc:442
+#, kde-format
+msgid "Game replayed."
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-19.12.3/po/nb/bovo.po 
new/bovo-20.04.0/po/nb/bovo.po
--- old/bovo-19.12.3/po/nb/bovo.po      2020-03-03 01:18:33.000000000 +0100
+++ new/bovo-20.04.0/po/nb/bovo.po      2020-04-17 02:31:11.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-05-20 03:03+0200\n"
 "PO-Revision-Date: 2010-01-27 20:16+0100\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/bovo-19.12.3/po/nl/docs/bovo/index.docbook 
new/bovo-20.04.0/po/nl/docs/bovo/index.docbook
--- old/bovo-19.12.3/po/nl/docs/bovo/index.docbook      2020-03-03 
01:18:36.000000000 +0100
+++ new/bovo-20.04.0/po/nl/docs/bovo/index.docbook      2020-04-17 
02:31:12.000000000 +0200
@@ -486,9 +486,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/bovo-19.12.3/po/nn/bovo.po 
new/bovo-20.04.0/po/nn/bovo.po
--- old/bovo-19.12.3/po/nn/bovo.po      2020-03-03 01:18:33.000000000 +0100
+++ new/bovo-20.04.0/po/nn/bovo.po      2020-04-17 02:31:11.000000000 +0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2019-05-20 03:03+0200\n"
 "PO-Revision-Date: 2016-01-06 18:29+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/bovo-19.12.3/po/pt_BR/docs/bovo/index.docbook 
new/bovo-20.04.0/po/pt_BR/docs/bovo/index.docbook
--- old/bovo-19.12.3/po/pt_BR/docs/bovo/index.docbook   2020-03-03 
01:18:36.000000000 +0100
+++ new/bovo-20.04.0/po/pt_BR/docs/bovo/index.docbook   2020-04-17 
02:31:12.000000000 +0200
@@ -1,17 +1,12 @@
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
 
-  <!ENTITY kappname "&bovo;">
-  <!ENTITY kappversion "1.0"
-><!--Applicaion version. Use this variable everywhere it's needed.-->
-  <!ENTITY package "kdegames"
->  <!-- do not change this! -->
   <!ENTITY % Brazilian-Portuguese "INCLUDE"
 > <!-- change language only here -->
   <!ENTITY % addindex "IGNORE"
 > <!-- do not change this! -->
 ]>
- 
+
 <book id="bovo" lang="&language;"
 > <!-- do not change this! -->
 <bookinfo>
@@ -64,25 +59,19 @@
 <holder
 >Aron Bostrom</holder>
 </copyright>
-<!-- Translators: put here the copyright notice of the translation -->
-<!-- Put here the FDL notice.  Read the explanation in fdl-notice.docbook
-     and in the FDL itself on how to use it. -->
 <legalnotice
 >&FDLNotice;</legalnotice>
- 
+
 <date
->03/05/2013</date
-><!-- Date of (re)writing, or update.-->
+>09/05/2016</date>
 <releaseinfo
->&kappversion; (&kde; 4.11)</releaseinfo
-><!-- Application version number. Use the variable definitions within header 
to change this value.-->
- 
-<!--Short description of this document. Do not change unless necessary!-->
+>1.1 (Applications 16.04)</releaseinfo>
+
 <abstract>
        <para
->Esta documentação descreve a versão &kappversion; do jogo &bovo;</para>
+>Esta documentação descreve a versão 1.1 do jogo &bovo;</para>
 </abstract>
- 
+
 <!--List of relevan keywords-->
 <keywordset>
        <keyword
@@ -147,7 +136,7 @@
 >Dois</para
 ></note
 ><!--Number of possible players. It can be: One, Two,..., Multiplayer-->
- 
+
 <!--Short game description starts here. 3-4 sentences (paragraphs)-->
        <para
 >O &bovo; é um jogo do tipo do Gomoku (do Japonês <foreignphrase lang="ja"
@@ -160,11 +149,24 @@
 >Também conhecido como: Conectar Cinco, Cinco-em-Linha, X e O, Bolas e 
 >Cruzes</para
 ></note>
 </chapter>
- 
+
 <chapter id="howto"
 ><title
 >Como jogar</title
 > <!-- do not change this! -->
+
+<screenshot>
+<mediaobject>
+<imageobject>
+<imagedata fileref="mainscreen.png" format="PNG"/>
+</imageobject>
+<textobject>
+<phrase
+>Tela principal do &bovo;</phrase>
+</textobject>
+</mediaobject>
+</screenshot>
+
 <!--IMPORTANT: If the game has no defined objective, please remove the below 
line.-->
        <note
 ><title
@@ -197,7 +199,7 @@
        <para
 >Você deve colocar as suas peças de uma forma que impeça o seu adversário de 
 >ligar cinco marcas numa linha não-interrompida na vertical, horizontal ou 
 >diagonal. Ao mesmo tempo, você terá também que tentar ligar cinco marcas suas 
 >numa linha não-interrompida na vertical, horizontal ou diagonal. Quem 
 >conseguir este feito em primeiro lugar - ganha o jogo. </para>
 </chapter>
- 
+
 <chapter id="rules_and_tips"
 ><title
 >Regras do jogo, estratégias e dicas</title
@@ -322,7 +324,7 @@
                </itemizedlist>
        </sect1>
 </chapter>
-  
+
 <chapter id="interface"
 ><title
 >Resumo da interface</title
@@ -498,15 +500,15 @@
 >Configurações</guimenu
 > e <guimenu
 >Ajuda</guimenu
->; para mais informações, leia as seções sobre o <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>; para mais informações, leia 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>
 
 </sect1>
 </chapter>
-  
+
 <chapter id="faq"
 ><title
 >Perguntas frequentes</title
@@ -523,7 +525,7 @@
 ></question>
  <answer
 ><para
->Sim. Para alterar o visual do &kappname;, você pode usar a opção do 
<menuchoice
+>Sim. Para alterar o visual do &bovo;, você pode usar a opção do <menuchoice
 ><guimenu
 >Configurações</guimenu
 > <guisubmenu
@@ -539,7 +541,7 @@
 ></question>
  <answer
 ><para
->Não. O jogo &kappname; não pode ser jogado com o teclado.</para
+>Não. O jogo &bovo; não pode ser jogado com o teclado.</para
 ></answer>
 </qandaentry>
 <qandaentry>
@@ -549,9 +551,9 @@
 ></question>
   <answer
 ><para
->Não. Não existe uma funcionalidade para <quote
+>Não. Não existe o recurso de <quote
 >Salvar</quote
-> no &kappname;.</para
+> no &bovo;, mas o &bovo; restaura o último jogo não terminado ao 
iniciar.</para
 ></answer>
 </qandaentry>
 <qandaentry>
@@ -561,20 +563,20 @@
 ></question>
  <answer
 ><para
->O &kappname; não tem esta funcionalidade.</para
+>O &bovo; não tem este recurso.</para
 ></answer>
 </qandaentry>
 <!--Please add more Q&As if needed-->
- 
+
 </qandaset>
 </chapter>
- 
+
 <chapter id="credits"
 ><title
 >Créditos e licença</title
 > <!-- do not change this! -->
 <!--This chapter is for credits and licenses.-->
- 
+
 <para
 >&bovo; </para>
 <para
@@ -587,21 +589,9 @@
 >Tradução de Luiz Fernando Ranghetti <email
 >[email protected]</email
 ></para
-> 
-&underFDL; &underGPL; </chapter>
-  
-<appendix id="installation">
- 
-<title
->Compilação e instalação</title>
+> &underFDL; &underGPL; </chapter>
 
-&install.intro.documentation;
-  
-&install.compile.documentation;
- 
-</appendix>
- 
-&documentation.index; 
+&documentation.index;
 </book>
 <!--
 Local Variables:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-19.12.3/po/sv/docs/bovo/index.docbook 
new/bovo-20.04.0/po/sv/docs/bovo/index.docbook
--- old/bovo-19.12.3/po/sv/docs/bovo/index.docbook      2020-03-03 
01:18:36.000000000 +0100
+++ new/bovo-20.04.0/po/sv/docs/bovo/index.docbook      2020-04-17 
02:31:12.000000000 +0200
@@ -500,9 +500,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/bovo-19.12.3/po/uk/docs/bovo/index.docbook 
new/bovo-20.04.0/po/uk/docs/bovo/index.docbook
--- old/bovo-19.12.3/po/uk/docs/bovo/index.docbook      2020-03-03 
01:18:36.000000000 +0100
+++ new/bovo-20.04.0/po/uk/docs/bovo/index.docbook      2020-04-17 
02:31:12.000000000 +0200
@@ -500,9 +500,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/bovo-19.12.3/po/zh_CN/bovo.po 
new/bovo-20.04.0/po/zh_CN/bovo.po
--- old/bovo-19.12.3/po/zh_CN/bovo.po   2020-03-03 01:18:35.000000000 +0100
+++ new/bovo-20.04.0/po/zh_CN/bovo.po   2020-04-17 02:31:11.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:03+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"


Reply via email to