Hello community, here is the log from the commit of package kbounce for openSUSE:Leap:15.2 checked in at 2020-05-13 03:51:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/kbounce (Old) and /work/SRC/openSUSE:Leap:15.2/.kbounce.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbounce" Wed May 13 03:51:27 2020 rev:43 rq:797354 version:20.04.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/kbounce/kbounce.changes 2020-03-15 07:13:00.613022568 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.kbounce.new.2738/kbounce.changes 2020-05-13 03:51:28.180153750 +0200 @@ -1,0 +2,31 @@ +Thu Apr 23 12:22:09 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:51 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:47 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: + * Remove not necessary endl here + * Use correct flags (found when I tried to build against qt5.15) + * Fix link: ui.html -> menus.html + * Use URLs with transport encryption + +------------------------------------------------------------------- Old: ---- kbounce-19.12.3.tar.xz kbounce-19.12.3.tar.xz.sig New: ---- kbounce-20.04.0.tar.xz kbounce-20.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbounce.spec ++++++ --- /var/tmp/diff_new_pack.0KGqW8/_old 2020-05-13 03:51:28.708154857 +0200 +++ /var/tmp/diff_new_pack.0KGqW8/_new 2020-05-13 03:51:28.712154865 +0200 @@ -1,7 +1,7 @@ # # spec file for package kbounce # -# 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,17 +21,15 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kbounce -Version: 19.12.3 +Version: 20.04.0 Release: 0 Summary: Bounce ball game License: LGPL-2.0-or-later Group: Amusements/Games/Action/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: update-desktop-files +BuildRequires: xz BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5Bookmarks) BuildRequires: cmake(KF5Codecs) @@ -41,18 +39,19 @@ BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5DBusAddons) -BuildRequires: cmake(KF5Declarative) -BuildRequires: cmake(KF5KDELibs4Support) BuildRequires: cmake(KF5DNSSD) +BuildRequires: cmake(KF5Declarative) BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5GlobalAccel) BuildRequires: cmake(KF5GuiAddons) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IconThemes) -BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5ItemModels) BuildRequires: cmake(KF5ItemViews) BuildRequires: cmake(KF5JobWidgets) +BuildRequires: cmake(KF5KDEGames) +BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5NewStuff) BuildRequires: cmake(KF5NotifyConfig) BuildRequires: cmake(KF5Service) @@ -60,10 +59,7 @@ BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5XmlGui) -BuildRequires: cmake(KF5KDEGames) BuildRequires: cmake(Phonon4Qt5) -BuildRequires: update-desktop-files -BuildRequires: xz BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5QuickWidgets) @@ -73,17 +69,17 @@ 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 Your task in KBounce (Jezz Ball) is to catch several moving balls in a rectangular game field by building walls. The motivation consists of finding new and advanced strategies to catch as many balls as possible. -%if %{with lang} %lang_package -%endif %prep %setup -q -n kbounce-%{version} ++++++ kbounce-19.12.3.tar.xz -> kbounce-20.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbounce-19.12.3/CMakeLists.txt new/kbounce-20.04.0/CMakeLists.txt --- old/kbounce-19.12.3/CMakeLists.txt 2020-03-03 01:19:17.000000000 +0100 +++ new/kbounce-20.04.0/CMakeLists.txt 2020-04-17 02:31:34.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(kbounce VERSION ${KDE_APPLICATIONS_VERSION}) +project(kbounce VERSION ${RELEASE_SERVICE_VERSION}) set (QT_MIN_VERSION "5.7.0") set (KF5_MIN_VERSION "5.30.0") @@ -38,10 +38,7 @@ include(KDECMakeSettings) include(ECMAddAppIcon) include(ECMSetupVersion) -if (EXISTS "${CMAKE_SOURCE_DIR}/.git") - add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000) - add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000) -endif() + add_definitions( -DQT_USE_FAST_CONCATENATION @@ -72,7 +69,7 @@ backgroundselector.cpp ) -ecm_setup_version(${KDE_APPLICATIONS_VERSION} VARIABLE_PREFIX KBOUNCE VERSION_HEADER kbounce_version.h) +ecm_setup_version(${RELEASE_SERVICE_VERSION} VARIABLE_PREFIX KBOUNCE VERSION_HEADER kbounce_version.h) kconfig_add_kcfg_files(kbounce_SRCS settings.kcfgc) ki18n_wrap_ui(kbounce_SRCS backgroundselector.ui ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbounce-19.12.3/doc/index.docbook new/kbounce-20.04.0/doc/index.docbook --- old/kbounce-19.12.3/doc/index.docbook 2020-03-01 10:42:49.000000000 +0100 +++ new/kbounce-20.04.0/doc/index.docbook 2020-04-15 11:13:30.000000000 +0200 @@ -392,8 +392,8 @@ <para> Additionally &kbounce; 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/kbounce-19.12.3/main.cpp new/kbounce-20.04.0/main.cpp --- old/kbounce-19.12.3/main.cpp 2020-03-01 10:42:49.000000000 +0100 +++ new/kbounce-20.04.0/main.cpp 2020-04-15 11:13:30.000000000 +0200 @@ -46,7 +46,7 @@ KAboutData aboutData(QStringLiteral("kbounce"), i18n("KBounce"), QStringLiteral(KBOUNCE_VERSION_STRING), i18n(description), KAboutLicense::GPL, i18n(copyleft), QString(), - QStringLiteral("http://games.kde.org/kbounce")); + QStringLiteral("https://kde.org/applications/games/org.kde.kbounce")); aboutData.addAuthor(i18n("Stefan Schimanski"), i18n("Original author"), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbounce-19.12.3/mainwindow.cpp new/kbounce-20.04.0/mainwindow.cpp --- old/kbounce-19.12.3/mainwindow.cpp 2020-03-01 10:42:49.000000000 +0100 +++ new/kbounce-20.04.0/mainwindow.cpp 2020-04-15 11:13:30.000000000 +0200 @@ -184,7 +184,7 @@ if ( KConfigDialog::showDialog( QStringLiteral("settings") ) ) return; KConfigDialog* dialog = new KConfigDialog( this, QStringLiteral("settings"), KBounceSettings::self()); - dialog->addPage( new KgThemeSelector(m_gameWidget->renderer()->themeProvider(), 0, dialog), i18n( "Theme" ), QStringLiteral("games-config-theme") ); + dialog->addPage( new KgThemeSelector(m_gameWidget->renderer()->themeProvider(), KgThemeSelector::DefaultBehavior, dialog), i18n( "Theme" ), QStringLiteral("games-config-theme") ); dialog->addPage( new BackgroundSelector(dialog,KBounceSettings::self() ),i18n("Background"),QStringLiteral("games-config-background")); dialog->show(); connect( dialog, &KConfigDialog::settingsChanged, this, &KBounceMainWindow::settingsChanged ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbounce-19.12.3/org.kde.kbounce.appdata.xml new/kbounce-20.04.0/org.kde.kbounce.appdata.xml --- old/kbounce-19.12.3/org.kde.kbounce.appdata.xml 2020-03-01 10:42:49.000000000 +0100 +++ new/kbounce-20.04.0/org.kde.kbounce.appdata.xml 2020-04-15 11:13:30.000000000 +0200 @@ -10,6 +10,7 @@ <name xml:lang="de">KBounce</name> <name xml:lang="en-GB">KBounce</name> <name xml:lang="es">KBounce</name> + <name xml:lang="et">KBounce</name> <name xml:lang="fr">KBounce</name> <name xml:lang="gl">KBounce</name> <name xml:lang="id">KBounce</name> @@ -32,6 +33,7 @@ <summary xml:lang="de">KBounce ist ein Arcade- und Rätselspiel für einen Spieler</summary> <summary xml:lang="en-GB">KBounce is a single player arcade game with the elements of puzzle</summary> <summary xml:lang="es">KBounce es un juego recreativo para un único jugador semejante a un rompecabezas</summary> + <summary xml:lang="et">KBounce on ühe mängijaga arkaadmäng mitmete mõistatuse elementidega</summary> <summary xml:lang="fr">KBounce est un jeu d'arcade à un joueur qui intègre des éléments de puzzle</summary> <summary xml:lang="gl">KBounce é un xogo de arcada para un único xogador cos elementos dun quebracabezas</summary> <summary xml:lang="id">KBounce adalah sebuah permainan arcade pemain tunggal dengan unsur teka-teki.</summary> @@ -55,6 +57,7 @@ <p xml:lang="de">KBounce ist ein Arcade- und Rätselspiel für einen Spieler. Es wird auf einem von Wänden umgebenen Feld gespielt. Sie spielen mit zwei oder mehr Bällen, die an den Wänden abprallen. Sie können neue Wände bauen und damit die Größe des aktiven Spielfeldes einschränken. Ziel des Spiels ist es, mindestens 75 % des Spielfeldes auszufüllen und damit zur nächsten Ebene zu kommen.</p> <p xml:lang="en-GB">KBounce is a single player arcade game with the elements of puzzle. It is played on a field, surrounded by wall, with two or more balls that move about in the field bouncing off of walls. The player can build new walls, decreasing the size of active field. The goal of the game is to fill at least 75% of the field and advance to the next level.</p> <p xml:lang="es">KBounce es un juego recreativo para un único jugador semejante a un rompecabezas. Se juega en un campo, rodeado por un muro, con dos o más bolas que se mueven por el campo y rebotan en los muros. El jugador puede crear nuevos muros disminuyendo el tamaño del campo activo. El objetivo del juego es rellenar al menos el 75% del campo para poder avanzar al siguiente nivel.</p> + <p xml:lang="et">KBounce on ühe mängijaga arkaadmäng mõistatuse elementidega. Seda mängitakse seinaga ümbritsetud väljal, kus kaks või enam palli liiguvad ringi seinalt tagasi põrgates. Mängija saab rajada uusi seinu, vähendades nii kasutatava välja suurust. Mängu sihiks on hõivata vähemalt 75% väljast ja minna edasi järgmisele tasemel.</p> <p xml:lang="fr">KBounce est un jeu d'arcade à un seul joueur qui intègre des éléments de puzzle. Il se joue sur un champ entouré d'un mur, au sein duquel plusieurs boules rebondissent sur les murs. Le joueur peut construire de nouveaux murs, diminuant ainsi la taille du champ. L'objectif du jeu est de combler ainsi au moins 75% du champ afin de passer au niveau suivant.</p> <p xml:lang="gl">KBounce é un xogo arcade para un xogador cos elementos dun quebracabezas. Xógase nun campo rodeado por unha parede e con dúas ou máis bólas que se moven polo campo botando contra as paredes. O xogador pode construír novas paredes, reducindo o tamaño do campo activo. O obxectivo do xogo é encher polo menos o 75% do campo e avanzar ao seguinte nivel.</p> <p xml:lang="id">KBounce adalah sebuah permainan arkade pemain tunggal dengan unsur teka-teki. Ini dimainkan pada sebuah bidang, dikepung oleh dinding, dengan bola dua atau lebih yang bergerak mantul-mantul pada bidang dinding. Pemain bisa membangun dinding yang baru, mengurangi ukuran bidang yang aktif. Tujuan permainan adalah mengisi setidaknya 75% pada bidang dan maju ke level selanjutnya.</p> @@ -82,6 +85,7 @@ <caption xml:lang="de">KBounce spielen</caption> <caption xml:lang="en-GB">Playing KBounce</caption> <caption xml:lang="es">Jugando a KBounce</caption> + <caption xml:lang="et">KBounce'i mängimine</caption> <caption xml:lang="fr">Partie de KBounce en cours</caption> <caption xml:lang="gl">Xogando a KBounce</caption> <caption xml:lang="id">Memainkan KBounce</caption> @@ -103,9 +107,9 @@ <project_group>KDE</project_group> <content_rating type="oars-1.1"/> <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/kbounce-19.12.3/org.kde.kbounce.desktop new/kbounce-20.04.0/org.kde.kbounce.desktop --- old/kbounce-19.12.3/org.kde.kbounce.desktop 2020-03-01 10:42:49.000000000 +0100 +++ new/kbounce-20.04.0/org.kde.kbounce.desktop 2020-04-15 11:13:30.000000000 +0200 @@ -135,6 +135,7 @@ Comment[el]=Παιχνίδι αναπήδησης μπάλας Comment[en_GB]=Ball Bouncing Game Comment[es]=Juego de pelotas que rebotan +Comment[et]=Pallipõrgatamise mäng Comment[fi]=Pallonpomputuspeli Comment[fr]=Jeu de balles rebondissantes Comment[gl]=Xogo de bólas que botan diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbounce-19.12.3/po/de/docs/kbounce/index.docbook new/kbounce-20.04.0/po/de/docs/kbounce/index.docbook --- old/kbounce-19.12.3/po/de/docs/kbounce/index.docbook 2020-03-03 01:19:16.000000000 +0100 +++ new/kbounce-20.04.0/po/de/docs/kbounce/index.docbook 2020-04-17 02:31:33.000000000 +0200 @@ -516,9 +516,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> @@ -656,8 +656,7 @@ >Deutsche Übersetzung von Maren Pakura <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/kbounce-19.12.3/po/es/docs/kbounce/index.docbook new/kbounce-20.04.0/po/es/docs/kbounce/index.docbook --- old/kbounce-19.12.3/po/es/docs/kbounce/index.docbook 2020-03-03 01:19:16.000000000 +0100 +++ new/kbounce-20.04.0/po/es/docs/kbounce/index.docbook 2020-04-17 02:31:33.000000000 +0200 @@ -562,9 +562,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/kbounce-19.12.3/po/it/docs/kbounce/index.docbook new/kbounce-20.04.0/po/it/docs/kbounce/index.docbook --- old/kbounce-19.12.3/po/it/docs/kbounce/index.docbook 2020-03-03 01:19:16.000000000 +0100 +++ new/kbounce-20.04.0/po/it/docs/kbounce/index.docbook 2020-04-17 02:31:33.000000000 +0200 @@ -526,9 +526,9 @@ >Impostazioni</guimenu > e <guimenu >Aiuto</guimenu -> comuni a tutto &kde;. Per ulteriori informazioni leggere le sezioni relative <ulink url="help:/fundamentals/ui.html#menus-settings" +> comuni a tutto &kde;. Per ulteriori informazioni leggere le sezioni relative <ulink url="help:/fundamentals/menus.html#menus-settings" >Menu Impostazioni</ulink -> e <ulink url="help:/fundamentals/ui.html#menus-help" +> e <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/kbounce-19.12.3/po/ko/kbounce.po new/kbounce-20.04.0/po/ko/kbounce.po --- old/kbounce-19.12.3/po/ko/kbounce.po 2020-03-03 01:19:15.000000000 +0100 +++ new/kbounce-20.04.0/po/ko/kbounce.po 2020-04-17 02:31:33.000000000 +0200 @@ -1,14 +1,14 @@ # Translation of kbounce to Korean. # Copyright (C) 2007-2008 This_file_is_part_of_KDE # This file is distributed under the same license as the kdegames package. -# Shinjo Park <[email protected]>, 2007, 2008, 2011, 2014. +# Shinjo Park <[email protected]>, 2007, 2008, 2011, 2014, 2020. # msgid "" msgstr "" "Project-Id-Version: kbounce\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-07-28 02:51+0200\n" -"PO-Revision-Date: 2014-03-02 01:57+0900\n" +"PO-Revision-Date: 2020-04-04 13:52+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" @@ -16,6 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Lokalize 19.04.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -97,7 +98,7 @@ #: gamewidget.cpp:419 #, kde-format msgid "On to level %1. Remember you get %2 lives this time!" -msgstr "%1단계로 갑니다. 이 단계에서는 %2개의 목숨이 있습니다!" +msgstr "%1단계로 갑니다. 이 단계에서는 목숨 %2개가 있습니다!" #: gamewidget.cpp:422 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbounce-19.12.3/po/ml/kbounce.po new/kbounce-20.04.0/po/ml/kbounce.po --- old/kbounce-19.12.3/po/ml/kbounce.po 2020-03-03 01:19:15.000000000 +0100 +++ new/kbounce-20.04.0/po/ml/kbounce.po 2020-04-17 02:31:33.000000000 +0200 @@ -8,14 +8,15 @@ "Project-Id-Version: kbounce trunk\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-07-28 02:51+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:41+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]" #: backgroundselector.cpp:111 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbounce-19.12.3/po/nb/kbounce.po new/kbounce-20.04.0/po/nb/kbounce.po --- old/kbounce-19.12.3/po/nb/kbounce.po 2020-03-03 01:19:15.000000000 +0100 +++ new/kbounce-20.04.0/po/nb/kbounce.po 2020-04-17 02:31:33.000000000 +0200 @@ -12,7 +12,7 @@ "POT-Creation-Date: 2019-07-28 02:51+0200\n" "PO-Revision-Date: 2013-04-09 17:25+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/kbounce-19.12.3/po/nl/docs/kbounce/index.docbook new/kbounce-20.04.0/po/nl/docs/kbounce/index.docbook --- old/kbounce-19.12.3/po/nl/docs/kbounce/index.docbook 2020-03-03 01:19:16.000000000 +0100 +++ new/kbounce-20.04.0/po/nl/docs/kbounce/index.docbook 2020-04-17 02:31:34.000000000 +0200 @@ -500,9 +500,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/kbounce-19.12.3/po/nn/kbounce.po new/kbounce-20.04.0/po/nn/kbounce.po --- old/kbounce-19.12.3/po/nn/kbounce.po 2020-03-03 01:19:15.000000000 +0100 +++ new/kbounce-20.04.0/po/nn/kbounce.po 2020-04-17 02:31:33.000000000 +0200 @@ -8,7 +8,7 @@ "POT-Creation-Date: 2019-07-28 02:51+0200\n" "PO-Revision-Date: 2016-01-07 20:32+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/kbounce-19.12.3/po/pt_BR/docs/kbounce/index.docbook new/kbounce-20.04.0/po/pt_BR/docs/kbounce/index.docbook --- old/kbounce-19.12.3/po/pt_BR/docs/kbounce/index.docbook 2020-03-03 01:19:16.000000000 +0100 +++ new/kbounce-20.04.0/po/pt_BR/docs/kbounce/index.docbook 2020-04-17 02:31:34.000000000 +0200 @@ -1,9 +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 "&kbounce;"> - <!ENTITY kappversion "0.11" -><!--Applicaion version. Use this variable everywhere it's needed.--> - <!ENTITY package "kdegames"> <!ENTITY % Brazilian-Portuguese "INCLUDE" > <!ENTITY % addindex "IGNORE"> @@ -75,15 +71,13 @@ <date ->05/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.--> +>0.11 (Applications 16.04)</releaseinfo> <abstract> <para ->Esta documentação descreve a versão &kappversion; do jogo &kbounce;</para> +>Esta documentação descreve o jogo &kbounce; versão 0.11</para> </abstract> @@ -259,16 +253,6 @@ <title >Barra de ferramentas</title> -<mediaobject> -<imageobject> -<imagedata format="PNG" fileref="toolbar.png"/> -</imageobject> -<textobject -><phrase ->Barra de ferramentas</phrase -></textobject> -</mediaobject> - <para >A barra de ferramentas contém botões para as funções mais usadas. </para> @@ -295,7 +279,7 @@ <entry> <inlinemediaobject> <imageobject> -<imagedata format="PNG" fileref="button-new.png"/> +<imagedata format="PNG" fileref="document-new.png"/> </imageobject> <textobject ><phrase @@ -328,7 +312,7 @@ <entry> <inlinemediaobject> <imageobject> -<imagedata format="PNG" fileref="button-pause.png"/> +<imagedata format="PNG" fileref="media-playback-pause.png"/> </imageobject> <textobject> <phrase @@ -367,26 +351,12 @@ <sect2> <title ->Menu <guimenu ->Jogo</guimenu -></title> - -<mediaobject> -<imageobject> -<imagedata format="PNG" fileref="menu-game.png"/> -</imageobject> -<textobject> -<phrase ->Menu <guimenu ->Jogo</guimenu -></phrase -></textobject> -</mediaobject> +>Menu Jogo</title> <variablelist> <varlistentry id="game-new"> -<term> -<menuchoice +<term +><menuchoice ><shortcut > <keycombo action="simul" >&Ctrl;<keycap @@ -408,13 +378,13 @@ </varlistentry> <varlistentry id="game-end"> -<term> -<menuchoice +<term +><menuchoice ><shortcut > <keycombo action="simul" >&Ctrl;<keycap >End</keycap -> </keycombo +></keycombo > </shortcut > <guimenu >Jogo</guimenu @@ -431,12 +401,12 @@ </varlistentry> <varlistentry id="game-pause"> -<term> -<menuchoice +<term +><menuchoice ><shortcut > <keycap >P</keycap -></shortcut +> </shortcut > <guimenu >Jogo</guimenu > <guimenuitem @@ -452,8 +422,8 @@ </varlistentry> <varlistentry id="game-highscores"> -<term> -<menuchoice +<term +><menuchoice ><shortcut > <keycombo action="simul" >&Ctrl;<keycap @@ -499,19 +469,7 @@ <sect2 id="settings-menu"> <title ->Menu <guimenu ->Configurações</guimenu -></title> - -<mediaobject> -<imageobject> -<imagedata format="PNG" fileref="menu-settings.png"/> -</imageobject> -<textobject> -<phrase ->Menu Configurações</phrase -></textobject> -</mediaobject> +>Menu Configurações</title> <variablelist> @@ -556,9 +514,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> @@ -633,11 +591,13 @@ ><title >Configuração do jogo</title > <!-- do not change this! --> - <para +<para >A janela de configuração do &kbounce; permite-lhe selecionar os temas visuais >do jogo.</para> - <para +<para >Para selecionar um novo tema, basta selecioná-lo a partir da lista. Cada item >da lista mostra uma pequena imagem à esquerda do nome do tema. A seleção é >imediatamente aplicada. </para> - <para +<para +>Você pode selecionar imagens de fundo aleatórias a partir de uma pasta. </para> +<para >Assim que estiver satisfeito com o tema selecionado, você poderá clicar no >botão <guibutton >OK</guibutton >, localizado na parte inferior desta caixa de diálogo. </para> @@ -645,7 +605,7 @@ <chapter id="credits-and-license"> <title ->Créditos e licença</title> +>Créditos e Licença</title> <para @@ -702,18 +662,7 @@ >Revisão de André Marcelo Alvarenga <email >[email protected]</email ></para -> -&underFDL; &underGPL; </chapter> - -<appendix id="installation"> -<title ->Instalação</title> - -&install.intro.documentation; - -&install.compile.documentation; - -</appendix> +> &underFDL; &underGPL; </chapter> &documentation.index; </book> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbounce-19.12.3/po/sv/docs/kbounce/index.docbook new/kbounce-20.04.0/po/sv/docs/kbounce/index.docbook --- old/kbounce-19.12.3/po/sv/docs/kbounce/index.docbook 2020-03-03 01:19:17.000000000 +0100 +++ new/kbounce-20.04.0/po/sv/docs/kbounce/index.docbook 2020-04-17 02:31:34.000000000 +0200 @@ -520,9 +520,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/kbounce-19.12.3/po/uk/docs/kbounce/index.docbook new/kbounce-20.04.0/po/uk/docs/kbounce/index.docbook --- old/kbounce-19.12.3/po/uk/docs/kbounce/index.docbook 2020-03-03 01:19:17.000000000 +0100 +++ new/kbounce-20.04.0/po/uk/docs/kbounce/index.docbook 2020-04-17 02:31:34.000000000 +0200 @@ -514,9 +514,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/kbounce-19.12.3/po/zh_CN/kbounce.po new/kbounce-20.04.0/po/zh_CN/kbounce.po --- old/kbounce-19.12.3/po/zh_CN/kbounce.po 2020-03-03 01:19:16.000000000 +0100 +++ new/kbounce-20.04.0/po/zh_CN/kbounce.po 2020-04-17 02:31:33.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-07-28 02:51+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/kbounce-19.12.3/renderer.cpp new/kbounce-20.04.0/renderer.cpp --- old/kbounce-19.12.3/renderer.cpp 2020-03-01 10:42:49.000000000 +0100 +++ new/kbounce-20.04.0/renderer.cpp 2020-04-15 11:13:30.000000000 +0200 @@ -108,7 +108,7 @@ // list directory QDir dir( path, QStringLiteral("*.png *.jpg"), QDir::Name|QDir::IgnoreCase, QDir::Files ); if ( !dir.exists() ) { - qCDebug(KBOUNCE_LOG) << "CustomBackground Directory not found" << endl; + qCDebug(KBOUNCE_LOG) << "CustomBackground Directory not found"; return QPixmap(); }
