Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package killbots for openSUSE:Factory checked in at 2023-08-31 13:44:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/killbots (Old) and /work/SRC/openSUSE:Factory/.killbots.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "killbots" Thu Aug 31 13:44:32 2023 rev:136 rq:1105699 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/killbots/killbots.changes 2023-07-07 15:51:00.161512125 +0200 +++ /work/SRC/openSUSE:Factory/.killbots.new.1766/killbots.changes 2023-08-31 13:48:35.298378799 +0200 @@ -1,0 +2,25 @@ +Sun Aug 20 13:59:32 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:02:49 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:13:50 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: ---- killbots-23.04.3.tar.xz killbots-23.04.3.tar.xz.sig New: ---- killbots-23.08.0.tar.xz killbots-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ killbots.spec ++++++ --- /var/tmp/diff_new_pack.HF5GBl/_old 2023-08-31 13:48:36.442419690 +0200 +++ /var/tmp/diff_new_pack.HF5GBl/_new 2023-08-31 13:48:36.450419976 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: killbots -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Robots-like game by KDE License: GPL-2.0-or-later ++++++ killbots-23.04.3.tar.xz -> killbots-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/.flatpak-manifest.json new/killbots-23.08.0/.flatpak-manifest.json --- old/killbots-23.04.3/.flatpak-manifest.json 1970-01-01 01:00:00.000000000 +0100 +++ new/killbots-23.08.0/.flatpak-manifest.json 2023-08-16 23:06:25.000000000 +0200 @@ -0,0 +1,38 @@ +{ + "id": "org.kde.killbots", + "runtime": "org.kde.Platform", + "runtime-version": "5.15-22.08", + "sdk": "org.kde.Sdk", + "command": "killbots", + "rename-icon": "killbots", + "finish-args": [ + "--share=ipc", + "--socket=x11", + "--socket=wayland", + "--socket=pulseaudio", + "--device=dri" + ], + "modules": [ + { + "name": "libkdegames", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/games/libkdegames", + "branch": "master" + } + ] + }, + { + "name": "killbots", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "dir", + "path": "." + } + ] + } + ] +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/.flatpak-manifest.json.license new/killbots-23.08.0/.flatpak-manifest.json.license --- old/killbots-23.04.3/.flatpak-manifest.json.license 1970-01-01 01:00:00.000000000 +0100 +++ new/killbots-23.08.0/.flatpak-manifest.json.license 2023-08-16 23:06:25.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/killbots-23.04.3/.gitlab-ci.yml new/killbots-23.08.0/.gitlab-ci.yml --- old/killbots-23.04.3/.gitlab-ci.yml 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/.gitlab-ci.yml 2023-08-16 23:06:25.000000000 +0200 @@ -8,3 +8,5 @@ - 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 + \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/CMakeLists.txt new/killbots-23.08.0/CMakeLists.txt --- old/killbots-23.04.3/CMakeLists.txt 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/CMakeLists.txt 2023-08-16 23:06:25.000000000 +0200 @@ -2,8 +2,8 @@ # KDE Application Version, managed by release script 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}") project(killbots VERSION ${RELEASE_SERVICE_VERSION}) @@ -49,7 +49,11 @@ DBusAddons ) -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/killbots-23.04.3/po/ca/killbots.po new/killbots-23.08.0/po/ca/killbots.po --- old/killbots-23.04.3/po/ca/killbots.po 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/po/ca/killbots.po 2023-08-16 23:06:25.000000000 +0200 @@ -1,25 +1,25 @@ # Translation of killbots.po to Catalan -# Copyright (C) 2009-2022 This_file_is_part_of_KDE +# Copyright (C) 2009-2023 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # # Albert Astals Cid <[email protected]>, 2009. # Manuel Tortosa <[email protected]>, 2009. -# Josep M. Ferrer <[email protected]>, 2010, 2013, 2015, 2020, 2021, 2022. +# Josep M. Ferrer <[email protected]>, 2010, 2013, 2015, 2020, 2021, 2022, 2023. # Antoni Bella Pérez <[email protected]>, 2015, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: killbots\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:44+0000\n" -"PO-Revision-Date: 2022-09-09 14:07+0200\n" +"PO-Revision-Date: 2023-08-08 14:44+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 20.12.0\n" +"X-Generator: Lokalize 23.04.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -646,7 +646,7 @@ #: rulesetbase.kcfg:62 #, kde-format msgid "Maximum energy cap in first round" -msgstr "Nombre mà xim de cà psules d'energia a la primera tanda " +msgstr "Nombre mà xim de cà psules d'energia a la primera tanda" #. i18n: ectx: label, entry (MaxEnergyAddedEachRound), group (KillbotsRuleset) #: rulesetbase.kcfg:66 @@ -682,7 +682,7 @@ #: rulesetbase.kcfg:93 #, kde-format msgid "Number of junkheaps that can be pushed at once" -msgstr "Nombre de munts de ferralla que es poden empènyer a l'hora" +msgstr "Nombre de munts de ferralla que es poden empènyer alhora" #. i18n: ectx: label, entry (SquaskKillsEnabled), group (KillbotsRuleset) #: rulesetbase.kcfg:97 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/po/ca@valencia/killbots.po new/killbots-23.08.0/po/ca@valencia/killbots.po --- old/killbots-23.04.3/po/ca@valencia/killbots.po 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/po/ca@valencia/killbots.po 2023-08-16 23:06:25.000000000 +0200 @@ -1,25 +1,25 @@ # Translation of killbots.po to Catalan (Valencian) -# Copyright (C) 2009-2022 This_file_is_part_of_KDE +# Copyright (C) 2009-2023 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # # Albert Astals Cid <[email protected]>, 2009. # Manuel Tortosa <[email protected]>, 2009. -# Josep M. Ferrer <[email protected]>, 2010, 2013, 2015, 2020, 2021, 2022. +# Josep M. Ferrer <[email protected]>, 2010, 2013, 2015, 2020, 2021, 2022, 2023. # Antoni Bella Pérez <[email protected]>, 2015, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: killbots\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:44+0000\n" -"PO-Revision-Date: 2022-09-09 14:07+0200\n" +"PO-Revision-Date: 2023-08-08 14:44+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 20.12.0\n" +"X-Generator: Lokalize 23.04.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -645,7 +645,7 @@ #: rulesetbase.kcfg:62 #, kde-format msgid "Maximum energy cap in first round" -msgstr "Nombre mà xim de cà psules d'energia en la primera tanda " +msgstr "Nombre mà xim de cà psules d'energia en la primera tanda" #. i18n: ectx: label, entry (MaxEnergyAddedEachRound), group (KillbotsRuleset) #: rulesetbase.kcfg:66 @@ -681,7 +681,7 @@ #: rulesetbase.kcfg:93 #, kde-format msgid "Number of junkheaps that can be pushed at once" -msgstr "Nombre de munts de ferralla que es poden empényer a l'hora" +msgstr "Nombre de munts de ferralla que es poden empényer alhora" #. i18n: ectx: label, entry (SquaskKillsEnabled), group (KillbotsRuleset) #: rulesetbase.kcfg:97 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/po/eo/killbots.po new/killbots-23.08.0/po/eo/killbots.po --- old/killbots-23.04.3/po/eo/killbots.po 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/po/eo/killbots.po 2023-08-16 23:06:25.000000000 +0200 @@ -1,4 +1,5 @@ # Translation of killbots into esperanto. +# Copyright (C) 2009 Free Software Foundation, Inc. # Axel Rousseau <[email protected]>, 2009. # msgid "" @@ -6,8 +7,8 @@ "Project-Id-Version: killbots\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:44+0000\n" -"PO-Revision-Date: 2009-11-15 12:06+0100\n" -"Last-Translator: Axel Rousseau <[email protected]>\n" +"PO-Revision-Date: 2023-03-21 22:43+0100\n" +"Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" "Language: eo\n" "MIME-Version: 1.0\n" @@ -33,8 +34,7 @@ msgstr "" #: coordinator.cpp:106 -#, fuzzy, kde-format -#| msgid "Score:" +#, kde-format msgctxt "@label" msgid "Score:" msgstr "Poentoj:" @@ -43,13 +43,13 @@ #, kde-format msgctxt "@label" msgid "Enemies:" -msgstr "" +msgstr "Malamikoj:" #: coordinator.cpp:116 #, kde-format msgctxt "@label" msgid "Energy:" -msgstr "" +msgstr "Energio:" #: coordinator.cpp:405 #, kde-format @@ -72,8 +72,7 @@ msgstr "" #: coordinator.cpp:420 -#, fuzzy, kde-format -#| msgid "Game over." +#, kde-format msgctxt "@info" msgid "Game over." msgstr "Ludfino." @@ -146,8 +145,7 @@ #. i18n: ectx: Menu (moveMenu) #: killbotsui.rc:11 -#, fuzzy, kde-format -#| msgid "Move" +#, kde-format msgctxt "@title:menu" msgid "Move" msgstr "Movi" @@ -204,8 +202,7 @@ msgstr "" #: mainwindow.cpp:95 -#, fuzzy, kde-format -#| msgid "General" +#, kde-format msgctxt "@title" msgid "General" msgstr "Äeneralo" @@ -217,10 +214,10 @@ msgstr "" #: mainwindow.cpp:100 -#, fuzzy, kde-format +#, kde-format msgctxt "@title" msgid "Game Type" -msgstr "Ludo finita!" +msgstr "" #: mainwindow.cpp:102 #, kde-format @@ -229,8 +226,7 @@ msgstr "" #: mainwindow.cpp:105 -#, fuzzy, kde-format -#| msgid "Appearance" +#, kde-format msgctxt "@title" msgid "Appearance" msgstr "Aspekto" @@ -248,10 +244,10 @@ msgstr "" #: mainwindow.cpp:146 -#, fuzzy, kde-format +#, kde-format msgctxt "@title:window" msgid "Game Type Changed" -msgstr "Ludo finita!" +msgstr "" #: mainwindow.cpp:147 #, kde-format @@ -372,18 +368,13 @@ msgstr "" #: mainwindow.cpp:288 -#, fuzzy, kde-format -#| msgid "Move Left" +#, kde-format msgctxt "@action" msgid "Move Up and Left" -msgstr "Movi maldekstren" +msgstr "" #: mainwindow.cpp:289 -#, fuzzy, kde-format -#| msgctxt "" -#| "Shortcut for move up and left. See http://websvn.kde.org/trunk/KDE/" -#| "kdegames/killbots/README.translators?view=markup" -#| msgid "Q" +#, kde-format msgctxt "" "Shortcut for move up and left. https://quickgit.kde.org/?p=killbots." "git&a=blob&f=README.translators&o=plain" @@ -391,18 +382,13 @@ msgstr "Q" #: mainwindow.cpp:294 -#, fuzzy, kde-format -#| msgid "Move Up" +#, kde-format msgctxt "@action" msgid "Move Up" msgstr "Movi supren" #: mainwindow.cpp:295 -#, fuzzy, kde-format -#| msgctxt "" -#| "Shortcut for move up. See http://websvn.kde.org/trunk/KDE/kdegames/" -#| "killbots/README.translators?view=markup" -#| msgid "W" +#, kde-format msgctxt "" "Shortcut for move up. See https://quickgit.kde.org/?p=killbots." "git&a=blob&f=README.translators&o=plain" @@ -410,18 +396,13 @@ msgstr "W" #: mainwindow.cpp:300 -#, fuzzy, kde-format -#| msgid "Move Right" +#, kde-format msgctxt "@action" msgid "Move Up and Right" -msgstr "Movi dekstren" +msgstr "" #: mainwindow.cpp:301 -#, fuzzy, kde-format -#| msgctxt "" -#| "Shortcut for move up and right. See http://websvn.kde.org/trunk/KDE/" -#| "kdegames/killbots/README.translators?view=markup" -#| msgid "E" +#, kde-format msgctxt "" "Shortcut for move up and right. https://quickgit.kde.org/?p=killbots." "git&a=blob&f=README.translators&o=plain" @@ -429,18 +410,13 @@ msgstr "E" #: mainwindow.cpp:306 -#, fuzzy, kde-format -#| msgid "Move Left" +#, kde-format msgctxt "@action" msgid "Move Left" msgstr "Movi maldekstren" #: mainwindow.cpp:307 -#, fuzzy, kde-format -#| msgctxt "" -#| "Shortcut for move left. See http://websvn.kde.org/trunk/KDE/kdegames/" -#| "killbots/README.translators?view=markup" -#| msgid "A" +#, kde-format msgctxt "" "Shortcut for move left. See https://quickgit.kde.org/?p=killbots." "git&a=blob&f=README.translators&o=plain" @@ -454,11 +430,7 @@ msgstr "" #: mainwindow.cpp:313 -#, fuzzy, kde-format -#| msgctxt "" -#| "Shortcut for stand still. See http://websvn.kde.org/trunk/KDE/kdegames/" -#| "killbots/README.translators?view=markup" -#| msgid "S" +#, kde-format msgctxt "" "Shortcut for stand still. See https://quickgit.kde.org/?p=killbots." "git&a=blob&f=README.translators&o=plain" @@ -466,18 +438,13 @@ msgstr "S" #: mainwindow.cpp:318 -#, fuzzy, kde-format -#| msgid "Move Right" +#, kde-format msgctxt "@action" msgid "Move Right" msgstr "Movi dekstren" #: mainwindow.cpp:319 -#, fuzzy, kde-format -#| msgctxt "" -#| "Shortcut for move right. See http://websvn.kde.org/trunk/KDE/kdegames/" -#| "killbots/README.translators?view=markup" -#| msgid "D" +#, kde-format msgctxt "" "Shortcut for move right. See https://quickgit.kde.org/?p=killbots." "git&a=blob&f=README.translators&o=plain" @@ -485,18 +452,13 @@ msgstr "D" #: mainwindow.cpp:324 -#, fuzzy, kde-format -#| msgid "Move Down" +#, kde-format msgctxt "@action" msgid "Move Down and Left" -msgstr "Movi malsupren" +msgstr "" #: mainwindow.cpp:325 -#, fuzzy, kde-format -#| msgctxt "" -#| "Shortcut for move down and left. See http://websvn.kde.org/trunk/KDE/" -#| "kdegames/killbots/README.translators?view=markup" -#| msgid "Z" +#, kde-format msgctxt "" "Shortcut for move down and left. See https://quickgit.kde.org/?p=killbots." "git&a=blob&f=README.translators&o=plain" @@ -504,18 +466,13 @@ msgstr "Z" #: mainwindow.cpp:330 -#, fuzzy, kde-format -#| msgid "Move Down" +#, kde-format msgctxt "@action" msgid "Move Down" msgstr "Movi malsupren" #: mainwindow.cpp:331 -#, fuzzy, kde-format -#| msgctxt "" -#| "Shortcut for move down. See http://websvn.kde.org/trunk/KDE/kdegames/" -#| "killbots/README.translators?view=markup" -#| msgid "X" +#, kde-format msgctxt "" "Shortcut for move down. See https://quickgit.kde.org/?p=killbots." "git&a=blob&f=README.translators&o=plain" @@ -523,18 +480,13 @@ msgstr "X" #: mainwindow.cpp:336 -#, fuzzy, kde-format -#| msgid "Move Right" +#, kde-format msgctxt "@action" msgid "Move Down and Right" -msgstr "Movi dekstren" +msgstr "" #: mainwindow.cpp:337 -#, fuzzy, kde-format -#| msgctxt "" -#| "Shortcut for move down and right. See http://websvn.kde.org/trunk/KDE/" -#| "kdegames/killbots/README.translators?view=markup" -#| msgid "C" +#, kde-format msgctxt "" "Shortcut for move down and right. https://quickgit.kde.org/?p=killbots." "git&a=blob&f=README.translators&o=plain" @@ -542,15 +494,13 @@ msgstr "C" #: optionspage.cpp:24 -#, fuzzy, kde-format -#| msgid "Nothing" +#, kde-format msgctxt "@item:inlistbox No action on click" msgid "Nothing" msgstr "Nenio" #: optionspage.cpp:25 -#, fuzzy, kde-format -#| msgid "Step" +#, kde-format msgctxt "@action" msgid "Step" msgstr "PaÅi" @@ -562,15 +512,13 @@ msgstr "" #: optionspage.cpp:45 -#, fuzzy, kde-format -#| msgid "Slow" +#, kde-format msgctxt "@item:inrange" msgid "Slow" msgstr "Malrapida" #: optionspage.cpp:47 -#, fuzzy, kde-format -#| msgid "Fast" +#, kde-format msgctxt "@item:inrange" msgid "Fast" msgstr "Rapida" @@ -793,15 +741,13 @@ msgstr "%1:" #: rulesetdetailsdialog.cpp:68 -#, fuzzy, kde-format -#| msgid "Yes" +#, kde-format msgctxt "@item" msgid "Yes" msgstr "Jes" #: rulesetdetailsdialog.cpp:68 -#, fuzzy, kde-format -#| msgid "No" +#, kde-format msgctxt "@item" msgid "No" msgstr "Ne" @@ -819,10 +765,10 @@ msgstr "" #: rulesetselector.cpp:39 -#, fuzzy, kde-format +#, kde-format msgctxt "title:group" msgid "Game Type Details" -msgstr "Ludo finita!" +msgstr "" #: rulesetselector.cpp:40 #, kde-format @@ -831,22 +777,19 @@ msgstr "" #: rulesetselector.cpp:42 -#, fuzzy, kde-format -#| msgid "Author:" +#, kde-format msgctxt "@label" msgid "Author:" msgstr "AÅtoro:" #: rulesetselector.cpp:49 -#, fuzzy, kde-format -#| msgid "Contact:" +#, kde-format msgctxt "@label" msgid "Contact:" msgstr "Kontakto:" #: rulesetselector.cpp:57 -#, fuzzy, kde-format -#| msgid "Description:" +#, kde-format msgctxt "@label" msgid "Description:" msgstr "Priskribo:" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/po/ka/killbots.po new/killbots-23.08.0/po/ka/killbots.po --- old/killbots-23.04.3/po/ka/killbots.po 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/po/ka/killbots.po 2023-08-16 23:06:25.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: killbots\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:44+0000\n" -"PO-Revision-Date: 2022-12-28 06:08+0100\n" +"PO-Revision-Date: 2023-08-08 06:45+0200\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" "Language: ka\n" @@ -16,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.2.2\n" +"X-Generator: Poedit 3.3.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -124,7 +124,7 @@ #: killbots.kcfg:37 #, kde-format msgid "Prevent the player from making fatal moves" -msgstr "" +msgstr "ááááááá¨áá¡áááá¡ ááá¤á áá®ááááá á¡áá¡ááááááá á¡áááááá¡ á¨áá¡áá®áá" #. i18n: ectx: whatsthis, entry (PreventUnsafeMoves), group (General) #: killbots.kcfg:38 @@ -542,7 +542,7 @@ #, kde-format msgctxt "@option:check" msgid "Prevent &unsafe moves" -msgstr "" +msgstr "&á¡áá®áá¤ááá á¡áááááá¡ ááááááá ááªááááá" #: optionspage.cpp:68 #, kde-format @@ -603,7 +603,7 @@ #: rulesetbase.kcfg:48 #, kde-format msgid "Player can accumulate energy" -msgstr "" +msgstr "ááááááá¨áá¡ á¨áá£á«ááá, ááááá áááá¡ áááá ááá" #. i18n: ectx: label, entry (EnergyAtGameStart), group (KillbotsRuleset) #: rulesetbase.kcfg:53 @@ -621,7 +621,7 @@ #: rulesetbase.kcfg:62 #, kde-format msgid "Maximum energy cap in first round" -msgstr "" +msgstr "ááá¥á¡ááááá£á á áááá ááá ááá ááá á¢á£á á¨á" #. i18n: ectx: label, entry (MaxEnergyAddedEachRound), group (KillbotsRuleset) #: rulesetbase.kcfg:66 @@ -633,25 +633,25 @@ #: rulesetbase.kcfg:70 #, kde-format msgid "Player can perform safe teleports" -msgstr "" +msgstr "ááááááá¨áá¡ á£á¡áá¤á áá®á á¢áááááá á¢áá¡ áááááááá á¨áá£á«ááá" #. i18n: ectx: label, entry (CostOfSafeTeleport), group (KillbotsRuleset) #: rulesetbase.kcfg:75 #, kde-format msgid "The cost of performing a safe teleport" -msgstr "" +msgstr "á£á¡áá¤á áá®á á¢áááááá á¢áá¡ á¤áá¡á" #. i18n: ectx: label, entry (VaporizerEnabled), group (KillbotsRuleset) #: rulesetbase.kcfg:79 #, kde-format msgid "Player can use vaporizer" -msgstr "" +msgstr "ááááááá¨áá¡ á¨áá£á«ááá, ááááá áá¥áááááá áááááá§áááá¡" #. i18n: ectx: label, entry (CostOfVaporizer), group (KillbotsRuleset) #: rulesetbase.kcfg:84 #, kde-format msgid "Cost of using vaporizer" -msgstr "" +msgstr "ááááá áá¥áááááá¡ ááááá§áááááá¡ á¤áá¡á" #. i18n: ectx: label, entry (PushableJunkheaps), group (KillbotsRuleset) #: rulesetbase.kcfg:93 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/po/zh_CN/killbots.po new/killbots-23.08.0/po/zh_CN/killbots.po --- old/killbots-23.04.3/po/zh_CN/killbots.po 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/po/zh_CN/killbots.po 2023-08-16 23:06:25.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-20 00:44+0000\n" -"PO-Revision-Date: 2023-07-03 11:40\n" +"PO-Revision-Date: 2023-08-02 12:43\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/rulesets/daleks.desktop new/killbots-23.08.0/rulesets/daleks.desktop --- old/killbots-23.04.3/rulesets/daleks.desktop 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/rulesets/daleks.desktop 2023-08-16 23:06:25.000000000 +0200 @@ -7,6 +7,7 @@ Name[de]=Daleks Name[el]=Daleks Name[en_GB]=Daleks +Name[eo]=Daleks Name[es]=Daleks Name[et]=Dalekid Name[eu]=Daleks diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/rulesets/easy.desktop new/killbots-23.08.0/rulesets/easy.desktop --- old/killbots-23.04.3/rulesets/easy.desktop 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/rulesets/easy.desktop 2023-08-16 23:06:25.000000000 +0200 @@ -9,6 +9,7 @@ Name[de]=Einfach Name[el]=ÎÏκολο Name[en_GB]=Easy +Name[eo]=Facila Name[es]=Fácil Name[et]=Lihtne Name[eu]=Erraza diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/rulesets/energycrisis.desktop new/killbots-23.08.0/rulesets/energycrisis.desktop --- old/killbots-23.04.3/rulesets/energycrisis.desktop 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/rulesets/energycrisis.desktop 2023-08-16 23:06:25.000000000 +0200 @@ -7,6 +7,7 @@ Name[de]=Energiekrise Name[el]=ÎνεÏγειακή κÏίÏη Name[en_GB]=Energy Crisis +Name[eo]=Energikrizo Name[es]=Crisis energética Name[et]=Energiakriis Name[eu]=Energia Krisia diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/src/CMakeLists.txt new/killbots-23.08.0/src/CMakeLists.txt --- old/killbots-23.04.3/src/CMakeLists.txt 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/src/CMakeLists.txt 2023-08-16 23:06:25.000000000 +0200 @@ -49,8 +49,13 @@ file(GLOB ICONS_SRCS "${CMAKE_SOURCE_DIR}/icons/*-apps-killbots.png") ecm_add_app_icon(killbots ICONS ${ICONS_SRCS}) +if (QT_MAJOR_VERSION STREQUAL "6") + target_link_libraries(killbots KDEGames6) +else() + target_link_libraries(killbots KF5KDEGames) +endif() + target_link_libraries(killbots - KF5KDEGames KF${KF_MAJOR_VERSION}::CoreAddons KF${KF_MAJOR_VERSION}::XmlGui KF${KF_MAJOR_VERSION}::DBusAddons diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/src/engine.cpp new/killbots-23.08.0/src/engine.cpp --- old/killbots-23.04.3/src/engine.cpp 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/src/engine.cpp 2023-08-16 23:06:25.000000000 +0200 @@ -820,3 +820,5 @@ } return string; } + +#include "moc_engine.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/src/numericdisplayitem.cpp new/killbots-23.08.0/src/numericdisplayitem.cpp --- old/killbots-23.04.3/src/numericdisplayitem.cpp 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/src/numericdisplayitem.cpp 2023-08-16 23:06:25.000000000 +0200 @@ -109,3 +109,4 @@ m_margin = int(QFontMetrics(m_boldFont).height() * 0.6); } +#include "moc_numericdisplayitem.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/src/org.kde.killbots.appdata.xml new/killbots-23.08.0/src/org.kde.killbots.appdata.xml --- old/killbots-23.04.3/src/org.kde.killbots.appdata.xml 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/src/org.kde.killbots.appdata.xml 2023-08-16 23:06:25.000000000 +0200 @@ -10,6 +10,7 @@ <name xml:lang="de">Killbots</name> <name xml:lang="el">Killbots</name> <name xml:lang="en-GB">Killbots</name> + <name xml:lang="eo">Killbots</name> <name xml:lang="es">Killbots</name> <name xml:lang="et">Killbots</name> <name xml:lang="eu">Killbots </name> @@ -42,6 +43,7 @@ <summary xml:lang="de">Killermaschinen überlisten, um zu gewinnen</summary> <summary xml:lang="el">ÎίνεÏε ÎµÎ¾Ï ÏνÏÏεÏοι αÏÏ Ïα ÏομÏÏÏ-δολοÏÏÎ½Î¿Ï Ï Î³Î¹Î± να κεÏδίÏεÏε</summary> <summary xml:lang="en-GB">Outsmart the killer robots to win</summary> + <summary xml:lang="eo">Superruzu la murdistajn robotojn por venki</summary> <summary xml:lang="es">Sea más astuto que los robots asesinos para ganar</summary> <summary xml:lang="et">Võitmiseks on tarvis tapjarobotid üle kavaldada</summary> <summary xml:lang="eu">Garaitu errobot hiltzaileak irabazteko</summary> @@ -72,6 +74,7 @@ <p xml:lang="de">Wie wollen Sie den Killerrobotern entkommen, die auf Zerstörung aus sind? Natürlich in diesem einfachen, unterhaltsamen Spiel. Sie sind vielleicht in der Unterzahl gegen eine endlose Anzahl von Robotern, aber mit Ihrer Intelligenz und Ihrem praktischen Teleportationsgerät können Sie sie besiegen. Ãberlisten Sie alle Killerroboter, um zu gewinnen und zu überleben. </p> <p xml:lang="el">Î ÏÏ Î¸Î± ξεÏÏÎ³ÎµÎ¹Ï Î±ÏÏ Ïα ÏομÏÏÏ Î´Î¿Î»Î¿ÏÏÎ½Î¿Ï Ï ÏÎ¿Ï ÏÎÏÎ½Î¿Ï Î½ Ïην καÏαÏÏÏοÏή; ÎνακάλÏÏÎ Ïο με Î±Ï ÏÏ Ïο αÏλÏ, διαÏκεδαÏÏÎ¹ÎºÏ ÏαιÏνίδι. ÎÏοÏεί να Ïε καÏακλÏÏει μια αÏελείÏÏη Ïοή αÏÏ ÏομÏÏÏ, αλλά με Ïη νοημοÏÏνη ÏÎ¿Ï ÎºÎ±Î¹ Ïη ÏÏ ÏÎºÎµÏ Î® ÏηλεμεÏαÏοÏÎ¬Ï Î¼ÏοÏεί να Ïα νικήÏειÏ. ÎίνεÏε ÎµÎ¾Ï ÏνÏÏεÏοι αÏÏ Ïα ÏομÏÏÏ Î´Î¿Î»Î¿ÏÏÎ½Î¿Ï Ï ÎºÎ±Î¹ εÏιβιÏÏÏε για να διηγηθείÏε ÏÏÏ Ïα καÏαÏÎÏαÏε!</p> <p xml:lang="en-GB">How will you get away from the killer robots bent on destruction? Figure it out in this simple, entertaining game. You may be outnumbered by an endless stream of robots, but with your intelligence and handy teleportation device you can defeat them. Outsmart all of the killer robots to win and live to tell the tale!</p> + <p xml:lang="eo">Kiel vi foriros de la murdaj robotoj fiksitaj al detruo? Eltrovu Äin en Äi tiu simpla, amuza ludo. Vi eble estas plimultita de senfina fluo de robotoj, sed per via inteligenteco kaj oportuna teleportada aparato vi povas venki ilin. Superu Äiujn murdrobotojn por venki kaj vivi por rakonti la rakonton!</p> <p xml:lang="es">¿Cómo escaparÃa de los robots asesinos y propensos a la destrucción? Resuélvalo en este juego sencillo y entretenido. Puede verse desbordado por una oleada interminable de robots, aunque puede vencerlos con su inteligencia y un práctico dispositivo de teletransporte. ¡Sea más astuto que los robots asesinos para ganar y sobrevivir para poder contarlo!</p> <p xml:lang="et">Kuidas pääseda tapjarobotite eest, kes on saadetud just sind hävitama? Selles selle köitva mängu sisu peitubki. Lõputu robotite voog jätab sind alati vähemusse, kuid nutikuse ja mugava teleportatsiooniseadme abil on võimalik neist siiski jagu saada. Kavalda tapjarobotid üle ja jää ellu, kuni võid oma võidulugu kogu maailmale pajatada!</p> <p xml:lang="eu">Nola lortuko duzu ihes egitea robot hiltzaileen suntsipen ahalmenetik? Imaginatu ezazu hau jolas sinple eta dibertigarri honetan. Robot kopuru amaigabe batek gainditu zaitzake, baina zure adimen eta telegarraioari esker hauek garaitu ditzakezu. Garaitu robot hiltzaile guztiak istorioa bizirik kontatzeko!</p> @@ -110,10 +113,10 @@ </provides> <launchable type="desktop-id">org.kde.killbots.desktop</launchable> <releases> + <release version="23.08.0" date="2023-08-24"/> <release version="23.04.3" date="2023-07-06"/> <release version="23.04.2" date="2023-06-08"/> <release version="23.04.1" date="2023-05-11"/> - <release version="23.04.0" date="2023-04-20"/> </releases> <content_rating type="oars-1.1"> <content_attribute id="violence-cartoon">mild</content_attribute> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/src/rulesetselector.cpp new/killbots-23.08.0/src/rulesetselector.cpp --- old/killbots-23.04.3/src/rulesetselector.cpp 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/src/rulesetselector.cpp 2023-08-16 23:06:25.000000000 +0200 @@ -165,3 +165,4 @@ m_detailsDialog->show(); } +#include "moc_rulesetselector.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/tests/enginetest.cpp new/killbots-23.08.0/tests/enginetest.cpp --- old/killbots-23.04.3/tests/enginetest.cpp 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/tests/enginetest.cpp 2023-08-16 23:06:25.000000000 +0200 @@ -253,3 +253,4 @@ QTEST_MAIN(Killbots::EngineTest) #include "enginetest.moc" +#include "moc_enginetest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-23.04.3/themes/mummymadness.desktop new/killbots-23.08.0/themes/mummymadness.desktop --- old/killbots-23.04.3/themes/mummymadness.desktop 2023-07-04 06:53:34.000000000 +0200 +++ new/killbots-23.08.0/themes/mummymadness.desktop 2023-08-16 23:06:25.000000000 +0200 @@ -7,6 +7,7 @@ Name[de]=Verrückte Mumien Name[el]=ΠαÏάνοια ÏÎ·Ï Î¼Î¿ÏÎ¼Î¹Î±Ï Name[en_GB]=Mummy Madness +Name[eo]=Mumia Frenezo Name[es]=Locura de momias Name[et]=Muumiahullus Name[eu]=Momia eromena
