Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package knavalbattle for openSUSE:Factory checked in at 2023-08-31 13:44:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knavalbattle (Old) and /work/SRC/openSUSE:Factory/.knavalbattle.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knavalbattle" Thu Aug 31 13:44:45 2023 rev:136 rq:1105729 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/knavalbattle/knavalbattle.changes 2023-07-07 15:51:18.713622643 +0200 +++ /work/SRC/openSUSE:Factory/.knavalbattle.new.1766/knavalbattle.changes 2023-08-31 13:49:04.623426946 +0200 @@ -1,0 +2,25 @@ +Sun Aug 20 13:59:45 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.08.0/ +- No code change since 23.07.90 + +------------------------------------------------------------------- +Mon Aug 14 08:03:02 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.90 + * New feature release +- No code change since 23.07.80 + +------------------------------------------------------------------- +Tue Aug 1 10:14:01 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.80 + * New feature release +- Changes since 23.04.3: + * Add explicit moc includes to sources for moc-covered headers + * Add Flatpak CI/CD + +------------------------------------------------------------------- Old: ---- knavalbattle-23.04.3.tar.xz knavalbattle-23.04.3.tar.xz.sig New: ---- knavalbattle-23.08.0.tar.xz knavalbattle-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knavalbattle.spec ++++++ --- /var/tmp/diff_new_pack.T7Ax9a/_old 2023-08-31 13:49:05.783468409 +0200 +++ /var/tmp/diff_new_pack.T7Ax9a/_new 2023-08-31 13:49:05.787468552 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: knavalbattle -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Battleship game License: GPL-2.0-or-later ++++++ knavalbattle-23.04.3.tar.xz -> knavalbattle-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/.flatpak-manifest.json new/knavalbattle-23.08.0/.flatpak-manifest.json --- old/knavalbattle-23.04.3/.flatpak-manifest.json 1970-01-01 01:00:00.000000000 +0100 +++ new/knavalbattle-23.08.0/.flatpak-manifest.json 2023-08-16 23:08:12.000000000 +0200 @@ -0,0 +1,38 @@ +{ + "id": "org.kde.knavalbattle", + "runtime": "org.kde.Platform", + "runtime-version": "5.15-22.08", + "sdk": "org.kde.Sdk", + "command": "knavalbattle", + "rename-icon": "knavalbattle", + "finish-args": [ + "--share=ipc", + "--socket=fallback-x11", + "--socket=wayland", + "--share=network", + "--device=dri" + ], + "modules": [ + { + "name": "libkdegames", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/games/libkdegames", + "branch": "master" + } + ] + }, + { + "name": "knavalbattle", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "dir", + "path": "." + } + ] + } + ] +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/.flatpak-manifest.json.license new/knavalbattle-23.08.0/.flatpak-manifest.json.license --- old/knavalbattle-23.04.3/.flatpak-manifest.json.license 1970-01-01 01:00:00.000000000 +0100 +++ new/knavalbattle-23.08.0/.flatpak-manifest.json.license 2023-08-16 23:08:12.000000000 +0200 @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/.gitlab-ci.yml new/knavalbattle-23.08.0/.gitlab-ci.yml --- old/knavalbattle-23.04.3/.gitlab-ci.yml 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/.gitlab-ci.yml 2023-08-16 23:08:12.000000000 +0200 @@ -8,3 +8,4 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/CMakeLists.txt new/knavalbattle-23.08.0/CMakeLists.txt --- old/knavalbattle-23.04.3/CMakeLists.txt 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/CMakeLists.txt 2023-08-16 23:08:12.000000000 +0200 @@ -1,8 +1,8 @@ cmake_minimum_required (VERSION 3.16 FATAL_ERROR) set (RELEASE_SERVICE_VERSION_MAJOR "23") -set (RELEASE_SERVICE_VERSION_MINOR "04") -set (RELEASE_SERVICE_VERSION_MICRO "3") +set (RELEASE_SERVICE_VERSION_MINOR "08") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") set (RELEASE_SERVICE_COMPACT_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}") @@ -46,7 +46,11 @@ XmlGui ) -find_package(KF5KDEGames 7.3.0 REQUIRED) +if (QT_MAJOR_VERSION STREQUAL "6") + find_package(KDEGames6 7.5.0 REQUIRED) +else() + find_package(KF5KDEGames 7.3.0 REQUIRED) +endif() ecm_set_disabled_deprecation_versions( QT 6.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/data/pictures/default.desktop new/knavalbattle-23.08.0/data/pictures/default.desktop --- old/knavalbattle-23.04.3/data/pictures/default.desktop 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/data/pictures/default.desktop 2023-08-16 23:08:12.000000000 +0200 @@ -10,6 +10,7 @@ Name[de]=Naval-Battle-Standard Name[el]=Î ÏοκαθοÏιÏμÎνο Î½Î±Ï Î¼Î±ÏÎ¯Î±Ï Name[en_GB]=Naval Battle Default +Name[eo]=DefaÅlto de Åipbatalo Name[es]=Predeterminado para Batalla naval Name[et]=Merelahing vaikimisi Name[eu]=Itsas-batailarako lehenetsia @@ -57,6 +58,7 @@ Description[de]=Das Standard-Design für Naval Battle Description[el]=Το ÏÏοκαθοÏιÏμÎνο θÎμα ÏÎ·Ï Î½Î±Ï Î¼Î±ÏÎ¯Î±Ï Description[en_GB]=The default theme for Naval Battle +Description[eo]=La defaÅlta etoso por Åipbatalo Description[es]=Tema predeterminado de Batalla naval Description[et]=Merelahingu vaiketeema Description[eu]=Itsas-batailarako gai lehenetsia diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/po/eo/knavalbattle.po new/knavalbattle-23.08.0/po/eo/knavalbattle.po --- old/knavalbattle-23.04.3/po/eo/knavalbattle.po 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/po/eo/knavalbattle.po 2023-08-16 23:08:12.000000000 +0200 @@ -1,14 +1,14 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Free Software Foundation, Inc. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# translation of knavalbattle.pot to esperanto +# Copyright (C) 2002 Free Software Foundation, Inc. +# Wolfram Diestel <[email protected]>, 2002. # msgid "" msgstr "" -"Project-Id-Version: kbattleship\n" +"Project-Id-Version: knavalbattle\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-21 00:44+0000\n" -"PO-Revision-Date: 2002-03-08 14:52GMT\n" -"Last-Translator: Wolfram Diestel <[email protected]>\n" +"PO-Revision-Date: 2023-03-22 19:14+01\n" +"Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" "Language: eo\n" "MIME-Version: 1.0\n" @@ -46,9 +46,9 @@ #. i18n: ectx: label, entry (Nickname), group (general) #: knavalbattle.kcfg:19 -#, fuzzy, kde-format +#, kde-format msgid "User nickname." -msgstr "Karesnomo:" +msgstr "" #. i18n: ectx: label, entry (EnableSounds), group (general) #: knavalbattle.kcfg:22 @@ -81,10 +81,9 @@ msgstr "" #: main.cpp:44 -#, fuzzy, kde-format -#| msgid "The KDE Battleship clone" +#, kde-format msgid "The KDE ship sinking game" -msgstr "La KDEa BatalÅipo-imitaĵo" +msgstr "" #: main.cpp:45 #, kde-format @@ -229,9 +228,9 @@ msgstr "Albert Astals Cid" #: main.cpp:64 main.cpp:65 -#, fuzzy, kde-format +#, kde-format msgid "Various improvements and bugfixes" -msgstr "Diversaj plibonigoj" +msgstr "" #: main.cpp:65 #, kde-format @@ -279,25 +278,24 @@ msgstr "" #: mainwindow.cpp:59 -#, fuzzy, kde-format -#| msgid "S&ingle Player" +#, kde-format msgid "&Single Player" msgstr "&Sola ludanto" #: mainwindow.cpp:63 -#, fuzzy, kde-format +#, kde-format msgid "&Host Game..." -msgstr "&Haltigu ludon" +msgstr "" #: mainwindow.cpp:67 -#, fuzzy, kde-format +#, kde-format msgid "&Connect to Game..." -msgstr "&Kontaktu servilon" +msgstr "" #: mainwindow.cpp:72 -#, fuzzy, kde-format +#, kde-format msgid "Change &Nickname..." -msgstr "Karesnomo:" +msgstr "" #: mainwindow.cpp:75 #, kde-format @@ -320,27 +318,24 @@ msgstr "" #: mainwindow.cpp:95 -#, fuzzy, kde-format -#| msgid "&Show Grid" +#, kde-format msgid "Show &Left Grid" -msgstr "&Montru kradon" +msgstr "" #: mainwindow.cpp:99 -#, fuzzy, kde-format -#| msgid "&Show Grid" +#, kde-format msgid "Show &Right Grid" -msgstr "&Montru kradon" +msgstr "" #: networkdialog.cpp:61 -#, fuzzy, kde-format +#, kde-format msgid "&Nickname:" -msgstr "Karesnomo:" +msgstr "" #: networkdialog.cpp:73 -#, fuzzy, kde-format -#| msgid "S&ingle game" +#, kde-format msgid "&Join game:" -msgstr "&Sola ludo" +msgstr "" #: networkdialog.cpp:88 #, kde-format @@ -348,9 +343,9 @@ msgstr "&Komputilnomo:" #: networkdialog.cpp:101 networkdialog.cpp:131 -#, fuzzy, kde-format +#, kde-format msgid "&Port:" -msgstr "Pordo:" +msgstr "" #: networkdialog.cpp:116 #, kde-format @@ -363,20 +358,19 @@ msgstr "" #: networkdialog.cpp:210 -#, fuzzy, kde-format +#, kde-format msgid "Connecting to remote host..." -msgstr "La alia komputilo rifuzis kontakton!" +msgstr "" #: networkdialog.cpp:217 -#, fuzzy, kde-format -#| msgid "Waiting for an answer..." +#, kde-format msgid "Waiting for an incoming connection..." -msgstr "Atendante respondon..." +msgstr "" #: networkdialog.cpp:236 -#, fuzzy, kde-format +#, kde-format msgid "Could not connect to host" -msgstr "Ne eblis kontakti la servilon!" +msgstr "" #: networkentity.cpp:189 #, kde-format @@ -389,9 +383,9 @@ msgstr ", " #: networkentity.cpp:288 -#, fuzzy, kde-format +#, kde-format msgid "You can place ships adjacent to each other" -msgstr "Vi ne povas meti Åipon tie Äi." +msgstr "" #: networkentity.cpp:291 #, kde-format @@ -434,9 +428,9 @@ msgstr "" #: playfield.cpp:195 -#, fuzzy, kde-format +#, kde-format msgid "You lose." -msgstr "Vi malgajnis la ludon :(" +msgstr "" #: playfield.cpp:197 #, kde-format @@ -444,9 +438,9 @@ msgstr "" #: playfield.cpp:207 -#, fuzzy, kde-format +#, kde-format msgid "Change Nickname" -msgstr "Karesnomo:" +msgstr "" #: playfield.cpp:207 #, kde-format @@ -454,15 +448,14 @@ msgstr "" #: playfield.cpp:240 -#, fuzzy, kde-format -#| msgid "Start Game" +#, kde-format msgid "Restart game" -msgstr "Komencu ludon" +msgstr "" #: playfield.cpp:241 -#, fuzzy, kde-format +#, kde-format msgid "Your opponent has requested to restart the game. Do you accept?" -msgstr "La kliento volas relanÄi la ludon. Äu vi akceptas?" +msgstr "" #: playfield.cpp:242 #, kde-format @@ -485,13 +478,12 @@ msgstr "" #: playfield.cpp:269 -#, fuzzy, kde-format +#, kde-format msgid "Enemy has shot. Shoot now!" -msgstr "La kontraÅulo pafis. Nun pafu vi" +msgstr "" #: playfield.cpp:273 -#, fuzzy, kde-format -#| msgid "Waiting for enemy to shoot.." +#, kde-format msgid "Waiting for enemy to shoot..." msgstr "Atendante la pafon de la kontraÅulo..." @@ -501,25 +493,19 @@ msgstr "" #: playfield.cpp:285 -#, fuzzy, kde-format -#| msgid "Waiting for other player to start the match..." +#, kde-format msgid "Waiting for other player to start the game..." -msgstr "Atendante, ke la alia ludanto komencu la ludon..." +msgstr "" #: playfield.cpp:289 -#, fuzzy, kde-format +#, kde-format msgid "Waiting for other player to place his ships..." -msgstr "Atendante, ke la alia ludanto aranÄu siajn Åipojn..." +msgstr "" #: playfield.cpp:303 -#, fuzzy, kde-format -#| msgid "" -#| "Please place your ships. Use the \"Shift\" key to place the ships " -#| "vertically." +#, kde-format msgid "Place your %1 ships. Use the right mouse button to rotate them." msgstr "" -"Bonvolu aranÄi viajn Åipojn. Uzu la majuskligan klavon por meti la Åipojn " -"vertikale." #: playfield.cpp:309 #, kde-format @@ -527,11 +513,10 @@ msgstr "" #: playfield.cpp:310 -#, fuzzy, kde-format -#| msgid "Start Game" +#, kde-format msgctxt "@action" msgid "Restart" -msgstr "Komencu ludon" +msgstr "" #: playfield.cpp:311 #, kde-format @@ -552,270 +537,21 @@ msgstr "" #: simplemenu.cpp:40 -#, fuzzy, kde-format -#| msgid "S&ingle Player" +#, kde-format msgid "Single Player" -msgstr "&Sola ludanto" +msgstr "Sola ludanto" #: simplemenu.cpp:41 -#, fuzzy, kde-format -#| msgid "Connect to Server" +#, kde-format msgid "Host Network Game" -msgstr "Kontaktu servilon" +msgstr "" #: simplemenu.cpp:42 -#, fuzzy, kde-format -#| msgid "Connect to Server" +#, kde-format msgid "Connect to Network Game" -msgstr "Kontaktu servilon" +msgstr "" #: simplemenu.cpp:132 simplemenu.cpp:149 -#, fuzzy, kde-format -#| msgid "S&ingle Player" +#, kde-format msgid "Remote player" -msgstr "&Sola ludanto" - -#~ msgid "KBattleship" -#~ msgstr "BatalÅipo" - -#, fuzzy -#~| msgid "S&ingle Player" -#~ msgid "Single player" -#~ msgstr "&Sola ludanto" - -#, fuzzy -#~ msgid "&Game" -#~ msgstr "Nomo" - -#, fuzzy -#~| msgid "Shots" -#~ msgid "Shots:" -#~ msgstr "Pafoj" - -#, fuzzy -#~| msgid "Hits" -#~ msgid "Hits:" -#~ msgstr "Trafoj" - -#, fuzzy -#~| msgid "&Connect to server" -#~ msgid "Connect to a server" -#~ msgstr "&Kontaktu servilon" - -#, fuzzy -#~ msgid "Local game" -#~ msgstr "Nomo" - -#, fuzzy -#~| msgid "Start Server" -#~ msgid "Start Ser&ver" -#~ msgstr "LanÄu servon" - -#~ msgid "&Connect" -#~ msgstr "&Konektu" - -#~ msgid " Player 1: %1 " -#~ msgstr " Ludanto 1: %1 " - -#~ msgid " Player 2: %1 " -#~ msgstr " Ludanto 2: %1 " - -#~ msgid "Ready" -#~ msgstr "Preta" - -#, fuzzy -#~ msgid "&Start Server..." -#~ msgstr "&LanÄu servon" - -#, fuzzy -#~ msgid "S&ingle Player..." -#~ msgstr "&Sola ludanto" - -#, fuzzy -#~ msgid "&Enemy Info" -#~ msgstr "&Informo pri kontraÅulo..." - -#~ msgid "Sending Message..." -#~ msgstr "Sendante mesaÄon..." - -#~ msgid "You won the game :)" -#~ msgstr "Vi gajnis :)" - -#~ msgid "Do you want to restart the game?" -#~ msgstr "Äu vi volas rekomenci la ludon?" - -#~ msgid "Enemy disconnected." -#~ msgstr "La kontraÅulo malkonektiÄis." - -#~ msgid "Waiting for computer player to start the match..." -#~ msgstr "Atendante, ke la komputila ludanto komencu la ludon..." - -#~ msgid "Water" -#~ msgstr "Akvo" - -#~ msgid "Loading Connect-Server dialog..." -#~ msgstr "Legante la dialogon pri servilokonekto..." - -#~ msgid "Do you want to ask the server restarting the game?" -#~ msgstr "Äu vi volas peti la servon pri relanÄo de la ludo?" - -#~ msgid "Loading Start-Server dialog..." -#~ msgstr "Legante la dialogon por servolanÄo..." - -#~ msgid "&Stop server" -#~ msgstr "&Haltigu servon" - -#~ msgid "Waiting for a player..." -#~ msgstr "Atendante iun ludanton..." - -#~ msgid "Dis&connect from server" -#~ msgstr "&Malkontaktu de la servilo" - -#, fuzzy -#~ msgid "Nick name:" -#~ msgstr "Karesnomo:" - -#~ msgid "Waiting for the AI player to place the ships..." -#~ msgstr "Atendante, ke la komputilo aranÄis la Åipojn..." - -#~ msgid "" -#~ "Failed to bind to local port \"%1\"\n" -#~ "\n" -#~ "Please check if another KBattleship server instance\n" -#~ "is running or another application uses this port." -#~ msgstr "" -#~ "Malsukcesis ligiÄi al loka pordo \"%1\"\n" -#~ "\n" -#~ "Bonvolu kontrilo, Äu alia BatalÅipo-servo jam ruliÄas\n" -#~ "aÅ Äu alia programo uzas tiun pordon." - -#~ msgid "The connection broke down!" -#~ msgstr "La kontakto rompiÄis!" - -#, fuzzy -#~ msgid "Connection to client lost. Aborting the game." -#~ msgstr "Kontakto al kliento rompiÄis. Haltigante la ludon!" - -#, fuzzy -#~ msgid "" -#~ "Connection dropped by enemy. The client's protocol implementation (%1) is " -#~ "not compatible with our (%2) version." -#~ msgstr "" -#~ "La kontraÅulo finis la kontakton. La protokolrealigo de la kliento (%1) " -#~ "ne estas kongrua kun via versio (%2)!" - -#~ msgid "You lost the game :(" -#~ msgstr "Vi malgajnis la ludon :(" - -#, fuzzy -#~ msgid "" -#~ "Connection to client dropped. The client's protocol implementation (%1) " -#~ "is not compatible with our (%2) version." -#~ msgstr "" -#~ "Kontakto al kliento rompiÄis. La protokolrealigo de la kliento (%1) ne " -#~ "estas kongrua kun via versio (%2)!" - -#, fuzzy -#~ msgid "We have a player. Let's start..." -#~ msgstr "Ni trovis kunludanton. Ni komencu..." - -#, fuzzy -#~ msgid "You can shoot now." -#~ msgstr "Vi povas pafi nun" - -#, fuzzy -#~ msgid "Could not lookup host." -#~ msgstr "Ne povs trovi la alian komputilon!" - -#, fuzzy -#~ msgid "Unknown error; No: %1" -#~ msgstr "Nekonata eraro; N-ro: %1" - -#, fuzzy -#~ msgid "Connection to server lost. Aborting the game." -#~ msgstr "Kontakto al servo perdiÄis. Haltigante la ludon!" - -#, fuzzy -#~ msgid "&Start" -#~ msgstr "&LanÄu servon" - -#, fuzzy -#~ msgid "" -#~ "You do not have KBattleship pictures installed. The game cannot run " -#~ "without them!" -#~ msgstr "" -#~ "Vi ne instalis iujn batalÅipajn bildojn. La ludo ne funkcias sen ili!" - -#~ msgid "Enter a message here" -#~ msgstr "Skribu mesaÄon tie Äi" - -#~ msgid "Press here to send the message" -#~ msgstr "Premu por sendi la mesaÄon" - -#, fuzzy -#~ msgid "&Send" -#~ msgstr "Sendu" - -#, fuzzy -#~ msgid "Chat Dialog:" -#~ msgstr "Babildialogo:" - -#, fuzzy -#~ msgid "Enter a name that identifies you in the game" -#~ msgstr "Donu nomon, kiu prezentas vin en la ludo" - -#, fuzzy -#~ msgid "&Server:" -#~ msgstr "Servilo: " - -#~ msgid "Choose a port to connect to" -#~ msgstr "Elektu pordon al kiu konekti" - -#~ msgid "Enemy Client Information" -#~ msgstr "Informo pri kliento de la kontraÅulo" - -#, fuzzy -#~ msgid "Client information:" -#~ msgstr "Klientinformo:" - -#~ msgid "CV" -#~ msgstr "CV" - -#, fuzzy -#~ msgid "Client version:" -#~ msgstr "Klientversio:" - -#, fuzzy -#~ msgid "Protocol version:" -#~ msgstr "Protokolversio:" - -#~ msgid "PV" -#~ msgstr "PV" - -#~ msgid "CI" -#~ msgstr "CI" - -#, fuzzy -#~ msgid "&Game name:" -#~ msgstr "Nomo" - -#~ msgid "Choose a port where the server listens on" -#~ msgstr "Elektu pordon, Äe kiu la servo aÅskultu" - -#~ msgid "0" -#~ msgstr "0" - -#~ msgid ":" -#~ msgstr ":" - -#~ msgid "Shows all shots" -#~ msgstr "Montras Äiujn pafojn" - -#~ msgid "Shows all hit ships" -#~ msgstr "Montras Äiujn Åipojn" - -#~ msgid "Shows all water shots" -#~ msgstr "Montras Äiujn akvopafojn" - -#~ msgid "Chat Widget" -#~ msgstr "Babililo" +msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/po/fa/knavalbattle.po new/knavalbattle-23.08.0/po/fa/knavalbattle.po --- old/knavalbattle-23.04.3/po/fa/knavalbattle.po 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/po/fa/knavalbattle.po 2023-08-16 23:08:12.000000000 +0200 @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: LoKalize 0.2\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/po/zh_CN/knavalbattle.po new/knavalbattle-23.08.0/po/zh_CN/knavalbattle.po --- old/knavalbattle-23.04.3/po/zh_CN/knavalbattle.po 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/po/zh_CN/knavalbattle.po 2023-08-16 23:08:12.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-21 00:44+0000\n" -"PO-Revision-Date: 2023-07-03 11:41\n" +"PO-Revision-Date: 2023-08-02 12:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/CMakeLists.txt new/knavalbattle-23.08.0/src/CMakeLists.txt --- old/knavalbattle-23.04.3/src/CMakeLists.txt 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/CMakeLists.txt 2023-08-16 23:08:12.000000000 +0200 @@ -58,6 +58,12 @@ file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../data/pictures/*-apps-knavalbattle.png") ecm_add_app_icon(knavalbattle ICONS ${ICONS_SRCS}) +if (QT_MAJOR_VERSION STREQUAL "6") + target_link_libraries(knavalbattle KDEGames6) +else() + target_link_libraries(knavalbattle KF5KDEGames) +endif() + target_link_libraries(knavalbattle Qt${QT_MAJOR_VERSION}::Xml Qt${QT_MAJOR_VERSION}::Network @@ -69,7 +75,6 @@ KF${KF_MAJOR_VERSION}::DNSSD KF${KF_MAJOR_VERSION}::Crash KF${KF_MAJOR_VERSION}::DBusAddons - KF5KDEGames ) install(TARGETS knavalbattle ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/aientity.cpp new/knavalbattle-23.08.0/src/aientity.cpp --- old/knavalbattle-23.04.3/src/aientity.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/aientity.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -105,6 +105,4 @@ return QIcon::fromTheme( QLatin1String( "roll" )); } - - - +#include "moc_aientity.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/animation.cpp new/knavalbattle-23.08.0/src/animation.cpp --- old/knavalbattle-23.04.3/src/animation.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/animation.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -122,5 +122,4 @@ } } - - +#include "moc_animation.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/animator.cpp new/knavalbattle-23.08.0/src/animator.cpp --- old/knavalbattle-23.04.3/src/animator.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/animator.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -62,6 +62,4 @@ return m_instance; } - - - +#include "moc_animator.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/audioplayer.cpp new/knavalbattle-23.08.0/src/audioplayer.cpp --- old/knavalbattle-23.04.3/src/audioplayer.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/audioplayer.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -64,5 +64,4 @@ } } - - +#include "moc_audioplayer.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/battlefield.cpp new/knavalbattle-23.08.0/src/battlefield.cpp --- old/knavalbattle-23.04.3/src/battlefield.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/battlefield.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -306,5 +306,4 @@ m_ships=0; } - - +#include "moc_battlefield.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/button.cpp new/knavalbattle-23.08.0/src/button.cpp --- old/knavalbattle-23.04.3/src/button.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/button.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -266,6 +266,4 @@ { } - - - +#include "moc_button.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/chatwidget.cpp new/knavalbattle-23.08.0/src/chatwidget.cpp --- old/knavalbattle-23.04.3/src/chatwidget.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/chatwidget.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -108,5 +108,4 @@ return QSize(100, 100); } - - +#include "moc_chatwidget.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/controller.cpp new/knavalbattle-23.08.0/src/controller.cpp --- old/knavalbattle-23.04.3/src/controller.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/controller.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -330,4 +330,4 @@ return m_has_ai; } - +#include "moc_controller.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/entity.cpp new/knavalbattle-23.08.0/src/entity.cpp --- old/knavalbattle-23.04.3/src/entity.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/entity.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -36,6 +36,4 @@ return &m_stats; } - - - +#include "moc_entity.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/mainwindow.cpp new/knavalbattle-23.08.0/src/mainwindow.cpp --- old/knavalbattle-23.04.3/src/mainwindow.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/mainwindow.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -119,3 +119,4 @@ Animator::instance()->stop(); } +#include "moc_mainwindow.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/networkdialog.cpp new/knavalbattle-23.08.0/src/networkdialog.cpp --- old/knavalbattle-23.04.3/src/networkdialog.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/networkdialog.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -258,5 +258,4 @@ accept(); } - - +#include "moc_networkdialog.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/networkentity.cpp new/knavalbattle-23.08.0/src/networkentity.cpp --- old/knavalbattle-23.04.3/src/networkentity.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/networkentity.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -312,4 +312,4 @@ return QIcon::fromTheme( QLatin1String( "network-workgroup" )); } - +#include "moc_networkentity.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/org.kde.knavalbattle.appdata.xml new/knavalbattle-23.08.0/src/org.kde.knavalbattle.appdata.xml --- old/knavalbattle-23.04.3/src/org.kde.knavalbattle.appdata.xml 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/org.kde.knavalbattle.appdata.xml 2023-08-16 23:08:12.000000000 +0200 @@ -13,6 +13,7 @@ <name xml:lang="de">Naval Battle</name> <name xml:lang="el">ÎÎ±Ï Î¼Î±Ïία</name> <name xml:lang="en-GB">Naval Battle</name> + <name xml:lang="eo">Naval Battle</name> <name xml:lang="es">Batalla naval</name> <name xml:lang="et">Naval Battle</name> <name xml:lang="eu">Itsas-bataila</name> @@ -51,6 +52,7 @@ <summary xml:lang="de">âSchiffe versenkenâ-Spiel</summary> <summary xml:lang="el">Î ÎιÏνίδι με Ïο ÏÏÏλο</summary> <summary xml:lang="en-GB">Battle Ship Game</summary> + <summary xml:lang="eo">BatalÅipa Ludo</summary> <summary xml:lang="es">Juego de batalla naval</summary> <summary xml:lang="et">Laevade pommitamise mäng</summary> <summary xml:lang="eu">Bataila-ontzi jokoa</summary> @@ -93,6 +95,7 @@ <p xml:lang="de"> ist ein âSchiffe versenkenâ-Spiel. Alle Schiffe werden auf dem Spielfeld - dem Meer - angeordnet. Die Spieler versuchen die gegnerischen Schiffe, deren Lage auf dem Spielfeld Sie nicht kennen, abwechselnd mit Schüssen zu treffen. Sieger ist, wer als erster alle Schiffe des Gegners versenkt hat.</p> <p xml:lang="el">Î ÎÎ±Ï Î¼Î±Ïία είαι Îνα ÏαιÏνίδι βÏθιÏÎ·Ï ÏλοίÏν. Τα Ïλοία ÏοÏοθεÏοÏνÏαι Ïε Îναν Ïίνακα ÏÎ¿Ï Î±Î½Î±ÏαÏιÏÏά Ïη θάλαÏÏα. Îι ÏαίκÏÎµÏ ÏÏοÏÏαθοÏν εναλλάξ να ÏÏÏ ÏήÏÎ¿Ï Î½ Ïα Ïλοία ÏÎ¿Ï Î±Î½ÏιÏÎ¬Î»Î¿Ï ÏÏÏÎ¯Ï Î½Î± γνÏÏÎ¯Î¶Î¿Ï Î½ ÏÎ¿Ï Î±Ï Ïά βÏίÏκονÏαι. Î ÏÏÏÏÎ¿Ï ÏαίκÏÎ·Ï ÏÎ¿Ï ÎºÎ±ÏαÏÏÏÎÏει Ïλα Ïα Ïλοία κεÏδίζει.</p> <p xml:lang="en-GB">Naval Battle is a ship sinking game. Ships are placed on a board which represents the sea. Players try to hit each others ships in turns without knowing where they are placed. The first player to destroy all ships wins the game.</p> + <p xml:lang="eo">Naval Battle estas Åipsinkiga ludo. Åipoj estas metitaj sur tabulon kiu reprezentas la maron. Ludantoj provas trafi unu la alian Åipojn laÅvice sen scii kie ili estas metitaj. La unua ludanto kiu detruas Äiujn Åipojn venkas en la ludo.</p> <p xml:lang="es">«Batalla naval» es un juego de hundir los barcos. Los barcos se colocan en un tablero que representa el mar. Los jugadores tratan de alcanzar los barcos del contrincante por turnos sin saber dónde están situados. El primer jugador que destruya todos los barcos de su contrincante ganará el juego.</p> <p xml:lang="et">Naval Battle on laevade uputamise mäng. Laevad seatakse merd kujutavale mänguväljakule. Mängijad ründavad kordamööda vastase laevu, teadmata, kuhu täpselt on need asetatud. Kes esimesena kõik vastase laevad hävitab, on mängu võitnud.</p> <p xml:lang="eu">Itsas-bataila ontziak hondoratzeko joko bat da. Ontziak itsasoa irudikatzen duen taula batean kokatzen dira. Jokalariek elkarren ontziak jotzen saiatzen dira aurkariaren ontziak non kokatuta dauden jakin gabe. Aurkariaren ontzi guztiak suntsitzen dituen aurreneko jokalariak irabazten du.</p> @@ -140,9 +143,9 @@ <content_attribute id="violence-cartoon">mild</content_attribute> </content_rating> <releases> + <release version="2.1.23080" date="2023-08-24"/> <release version="2.1.23043" date="2023-07-06"/> <release version="2.1.23042" date="2023-06-08"/> <release version="2.1.23041" date="2023-05-11"/> - <release version="2.1.23040" date="2023-04-20"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/org.kde.knavalbattle.desktop new/knavalbattle-23.08.0/src/org.kde.knavalbattle.desktop --- old/knavalbattle-23.04.3/src/org.kde.knavalbattle.desktop 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/org.kde.knavalbattle.desktop 2023-08-16 23:08:12.000000000 +0200 @@ -10,6 +10,7 @@ Name[de]=Naval Battle Name[el]=ÎÎ±Ï Î¼Î±Ïία Name[en_GB]=Naval Battle +Name[eo]=Åipbatalo Name[es]=Batalla Naval Name[et]=Merelahing Name[eu]=Itsas-bataila @@ -66,6 +67,7 @@ GenericName[de]=Schiffe versenken GenericName[el]=ΠαιÏνίδι βÏθιÏÎ·Ï ÏλοίÏν GenericName[en_GB]=Ship Sinking Game +GenericName[eo]=Åipsinkiga ludo GenericName[es]=Juego de hundir barcos GenericName[et]=Laevade pommitamise mäng GenericName[eu]=Ontziak hondoratzeko jokoa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/playerentity.cpp new/knavalbattle-23.08.0/src/playerentity.cpp --- old/knavalbattle-23.04.3/src/playerentity.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/playerentity.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -218,7 +218,4 @@ startPlacing(); } - - - - +#include "moc_playerentity.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/playfield.cpp new/knavalbattle-23.08.0/src/playfield.cpp --- old/knavalbattle-23.04.3/src/playfield.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/playfield.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -387,8 +387,6 @@ void PlayField::toggleRightGrid(bool show) { m_seaView->toggleRightGrid(show); -} - - - +} +#include "moc_playfield.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/protocol.cpp new/knavalbattle-23.08.0/src/protocol.cpp --- old/knavalbattle-23.04.3/src/protocol.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/protocol.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -331,3 +331,4 @@ Q_EMIT disconnected(); } +#include "moc_protocol.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/sea.cpp new/knavalbattle-23.08.0/src/sea.cpp --- old/knavalbattle-23.04.3/src/sea.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/sea.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -184,6 +184,4 @@ m_fields[1]->setAllowAdjacentShips(configuration.isAllowedAdjacentShips()); } - - - +#include "moc_sea.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/seaview.cpp new/knavalbattle-23.08.0/src/seaview.cpp --- old/knavalbattle-23.04.3/src/seaview.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/seaview.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -258,5 +258,4 @@ m_labels[p]->setText(nick); } - - +#include "moc_seaview.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/settings.cpp new/knavalbattle-23.08.0/src/settings.cpp --- old/knavalbattle-23.04.3/src/settings.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/settings.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -22,4 +22,4 @@ return nick; } - +#include "moc_settings.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/simplemenu.cpp new/knavalbattle-23.08.0/src/simplemenu.cpp --- old/knavalbattle-23.04.3/src/simplemenu.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/simplemenu.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -158,4 +158,4 @@ controller->start(sea); } - +#include "moc_simplemenu.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/stats.cpp new/knavalbattle-23.08.0/src/stats.cpp --- old/knavalbattle-23.04.3/src/stats.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/stats.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -57,6 +57,4 @@ } } - - - +#include "moc_stats.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/statswidget.cpp new/knavalbattle-23.08.0/src/statswidget.cpp --- old/knavalbattle-23.04.3/src/statswidget.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/statswidget.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -110,6 +110,4 @@ refresh(); } - - - +#include "moc_statswidget.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/uientity.cpp new/knavalbattle-23.08.0/src/uientity.cpp --- old/knavalbattle-23.04.3/src/uientity.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/uientity.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -87,7 +87,4 @@ return QIcon::fromTheme( QLatin1String( "user-identity" )); } - - - - +#include "moc_uientity.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knavalbattle-23.04.3/src/welcomescreen.cpp new/knavalbattle-23.08.0/src/welcomescreen.cpp --- old/knavalbattle-23.04.3/src/welcomescreen.cpp 2023-07-04 06:54:39.000000000 +0200 +++ new/knavalbattle-23.08.0/src/welcomescreen.cpp 2023-08-16 23:08:12.000000000 +0200 @@ -198,7 +198,4 @@ } } - - - - +#include "moc_welcomescreen.cpp"
