Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package konquest for openSUSE:Factory 
checked in at 2023-08-31 13:44:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konquest (Old)
 and      /work/SRC/openSUSE:Factory/.konquest.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konquest"

Thu Aug 31 13:44:52 2023 rev:135 rq:1105740 version:23.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/konquest/konquest.changes        2023-07-07 
15:51:28.785682643 +0200
+++ /work/SRC/openSUSE:Factory/.konquest.new.1766/konquest.changes      
2023-08-31 13:49:21.720038020 +0200
@@ -1,0 +2,25 @@
+Sun Aug 20 13:59:50 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:07 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:06 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
+  * Use ECMDeprecationSettings
+
+-------------------------------------------------------------------

Old:
----
  konquest-23.04.3.tar.xz
  konquest-23.04.3.tar.xz.sig

New:
----
  konquest-23.08.0.tar.xz
  konquest-23.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ konquest.spec ++++++
--- /var/tmp/diff_new_pack.V9Vhw8/_old  2023-08-31 13:49:22.856078625 +0200
+++ /var/tmp/diff_new_pack.V9Vhw8/_new  2023-08-31 13:49:22.860078768 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           konquest
-Version:        23.04.3
+Version:        23.08.0
 Release:        0
 Summary:        Galactic strategy game
 License:        GPL-2.0-or-later


++++++ konquest-23.04.3.tar.xz -> konquest-23.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/CMakeLists.txt 
new/konquest-23.08.0/CMakeLists.txt
--- old/konquest-23.04.3/CMakeLists.txt 2023-07-04 06:55:27.000000000 +0200
+++ new/konquest-23.08.0/CMakeLists.txt 2023-08-16 23:09:26.000000000 +0200
@@ -2,8 +2,8 @@
 
 # Release Service 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_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 # Bump KONQUEST_BASE_VERSION once new features are added
@@ -13,7 +13,7 @@
 project(konquest VERSION ${KONQUEST_VERSION})
 
 set (QT_MIN_VERSION "5.15.2")
-set (KF_MIN_VERSION "5.90.0")
+set (KF_MIN_VERSION "5.91.0")
 
 find_package(ECM ${KF_MIN_VERSION} REQUIRED CONFIG)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
@@ -25,7 +25,9 @@
 include(ECMAddAppIcon)
 include(ECMInstallIcons)
 include(ECMSetupVersion)
+include(ECMDeprecationSettings)
 include(FeatureSummary)
+
 if (QT_MAJOR_VERSION STREQUAL "6")
     set(QT_REQUIRED_VERSION "6.4.0")
     set(KF_MIN_VERSION "5.240.0")
@@ -51,13 +53,16 @@
     WidgetsAddons
 )
 
-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()
 
-add_definitions(
-    -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00
-    -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
-    -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055900
-    -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
+ecm_set_disabled_deprecation_versions(
+    QT 5.15.2
+    KF 5.91
+    KDEGAMES 7.3
 )
 
 option(KONQUEST_EXAMPLE_PLAYER "Include example player" OFF)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/po/ca/konquest.po 
new/konquest-23.08.0/po/ca/konquest.po
--- old/konquest-23.04.3/po/ca/konquest.po      2023-07-04 06:55:27.000000000 
+0200
+++ new/konquest-23.08.0/po/ca/konquest.po      2023-08-16 23:09:26.000000000 
+0200
@@ -584,25 +584,3 @@
 msgstr ""
 "Mida actual\n"
 "de la flota"
-
-#~ msgid "Production"
-#~ msgstr "Producció"
-
-#~ msgid "Current Standings"
-#~ msgstr "Resultats actuals"
-
-#~ msgctxt "A human player"
-#~ msgid "Human"
-#~ msgstr "Humà"
-
-#~ msgid "Computer Weak"
-#~ msgstr "Ordinador fluix"
-
-#~ msgid "Computer Normal"
-#~ msgstr "Ordinador normal"
-
-#~ msgid "Computer Hard"
-#~ msgstr "Ordinador difícil"
-
-#~ msgid "The game is much more fun when you add a human player!"
-#~ msgstr "El joc és molt més divertit si afegiu un jugador humà!"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/po/eo/konquest.po 
new/konquest-23.08.0/po/eo/konquest.po
--- old/konquest-23.04.3/po/eo/konquest.po      2023-07-04 06:55:27.000000000 
+0200
+++ new/konquest-23.08.0/po/eo/konquest.po      2023-08-16 23:09:26.000000000 
+0200
@@ -1,15 +1,15 @@
+# Translation of konquest.pot into esperanto.
 # Esperantaj mesaĝoj por "konquest"
 # Copyright (C) 1998 Free Software Foundation, Inc.
 # Wolfram Diestel <[email protected]>, 1998.
 #
-#
 msgid ""
 msgstr ""
 "Project-Id-Version: konquest\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-01 00:42+0000\n"
-"PO-Revision-Date: 2001-05-22 19:57GMT\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"
@@ -29,15 +29,15 @@
 msgstr "[email protected]"
 
 #: dialogs/fleetdlg.cc:33
-#, fuzzy, kde-format
+#, kde-format
 msgctxt "@title:window"
 msgid "Fleet Overview"
-msgstr "Detruitaj flugkaravanoj"
+msgstr ""
 
 #: dialogs/fleetdlg.cc:106
-#, fuzzy, kde-format
+#, kde-format
 msgid "Fleet No."
-msgstr "Flugkaravano alvenis"
+msgstr ""
 
 #: dialogs/fleetdlg.cc:107
 #, kde-format
@@ -50,14 +50,14 @@
 msgstr "Celo"
 
 #: dialogs/fleetdlg.cc:109
-#, fuzzy, kde-format
+#, kde-format
 msgid "Ships"
-msgstr "Ŝipoj: "
+msgstr ""
 
 #: dialogs/fleetdlg.cc:110
-#, fuzzy, kde-format
+#, kde-format
 msgid "Kill Percentage"
-msgstr "Mortoprocentoj: "
+msgstr ""
 
 #: dialogs/fleetdlg.cc:111
 #, kde-format
@@ -77,9 +77,9 @@
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
 #: dialogs/newGameDialog.ui:26
-#, fuzzy, kde-format
+#, kde-format
 msgid "Players"
-msgstr "Ludantoj"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QPushButton, addPlayerButton)
 #: dialogs/newGameDialog.ui:45
@@ -101,9 +101,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: dialogs/newGameDialog.ui:74
-#, fuzzy, kde-format
+#, kde-format
 msgid "&Neutral planets:"
-msgstr "Nombro de neÅ­tralaj planedoj: %1"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QLabel, label_3)
 #: dialogs/newGameDialog.ui:97
@@ -120,16 +120,15 @@
 #. i18n: ectx: property (text), widget (QLabel, label_6)
 #. i18n: ectx: property (text), widget (QLabel, label_7)
 #: dialogs/newGameDialog.ui:153 dialogs/newGameDialog.ui:287
-#, fuzzy, kde-format
-#| msgid "Production: "
+#, kde-format
 msgid "Production:"
-msgstr "Produktado: "
+msgstr "Produktado:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_5)
 #: dialogs/newGameDialog.ui:192
-#, fuzzy, kde-format
+#, kde-format
 msgid "Kill percentage:"
-msgstr "Mortoprocentoj: "
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QPushButton, randomizeMap)
 #: dialogs/newGameDialog.ui:202
@@ -139,10 +138,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: dialogs/newGameDialog.ui:209
-#, fuzzy, kde-format
-#| msgid "Owner"
+#, kde-format
 msgid "Owner:"
-msgstr "Posedanto"
+msgstr "Posedanto:"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
 #: dialogs/newGameDialog.ui:228
@@ -158,48 +156,45 @@
 
 #. i18n: ectx: property (text), widget (QCheckBox, CumulativeProductionCB)
 #: dialogs/newGameDialog.ui:241
-#, fuzzy, kde-format
-#| msgid "Production: "
+#, kde-format
 msgid "Cumulative production"
-msgstr "Produktado: "
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QCheckBox, ProductionAfterConquereCB)
 #: dialogs/newGameDialog.ui:248
-#, fuzzy, kde-format
-#| msgid "Production: "
+#, kde-format
 msgid "Production after capture"
-msgstr "Produktado: "
+msgstr ""
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
 #: dialogs/newGameDialog.ui:258
-#, fuzzy, kde-format
+#, kde-format
 msgid "Neutrals"
-msgstr "Nombro de neÅ­tralaj planedoj: %1"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QCheckBox, NeutralsShowShipsCB)
 #: dialogs/newGameDialog.ui:273
-#, fuzzy, kde-format
+#, kde-format
 msgid "Show ships"
-msgstr "Ŝipoj: "
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QCheckBox, NeutralsShowStatsCB)
 #: dialogs/newGameDialog.ui:280
-#, fuzzy, kde-format
-#| msgid "&Show Standings"
+#, kde-format
 msgid "Show stats"
-msgstr "&Montru rezulton"
+msgstr ""
 
 #: dialogs/newgamedlg.cc:80
-#, fuzzy, kde-format
+#, kde-format
 msgctxt "Default player name is \"player \" + player number"
 msgid "Player %1"
-msgstr "Ludantoj"
+msgstr ""
 
 #: dialogs/newgamedlg.cc:125
-#, fuzzy, kde-format
+#, kde-format
 msgctxt "The player name"
 msgid "Name"
-msgstr "Finu ludon"
+msgstr ""
 
 #: dialogs/newgamedlg.cc:126
 #, kde-format
@@ -207,10 +202,10 @@
 msgstr "Tipo"
 
 #: dialogs/newgamedlg.cc:315
-#, fuzzy, kde-format
+#, kde-format
 msgctxt "@title:window"
 msgid "Start New Game"
-msgstr "&Komencu ludon"
+msgstr ""
 
 #: dialogs/newgamedlg.cc:386
 #, kde-format
@@ -218,26 +213,26 @@
 msgstr ""
 
 #: dialogs/newgamedlg.cc:389
-#, fuzzy, kde-format
+#, kde-format
 msgid "neutral"
-msgstr "Nombro de neÅ­tralaj planedoj: %1"
+msgstr ""
 
 #: game.cpp:103
-#, fuzzy, kde-format
+#, kde-format
 msgid "Reinforcements (1 ship) have arrived for planet %2."
 msgid_plural "Reinforcements (%1 ships) have arrived for planet %2."
-msgstr[0] "Subteno alvenis por la planedo %1"
-msgstr[1] "Subteno alvenis por la planedo %1"
+msgstr[0] ""
+msgstr[1] ""
 
 #: game.cpp:148
-#, fuzzy, kde-format
+#, kde-format
 msgid "Planet %2 has held against an attack from %1."
-msgstr "Planedo %1 rezistis atakon de %2"
+msgstr ""
 
 #: game.cpp:156
-#, fuzzy, kde-format
+#, kde-format
 msgid "Planet %2 has fallen to %1."
-msgstr "Planedo %1 nun apartenas al %2"
+msgstr ""
 
 #: gameview.cc:107
 #, kde-format
@@ -245,14 +240,14 @@
 msgstr "Finu rondon"
 
 #: gameview.cc:290
-#, fuzzy, kde-format
+#, kde-format
 msgid "%1: Select source planet..."
-msgstr ": Elektu deirplanedon..."
+msgstr ""
 
 #: gameview.cc:307
-#, fuzzy, kde-format
+#, kde-format
 msgid "%1: Select destination planet..."
-msgstr ": Elektu celplanedon..."
+msgstr ""
 
 #: gameview.cc:318
 #, kde-format
@@ -260,10 +255,9 @@
 msgstr "Ne sufiĉe da ŝipoj por sendado."
 
 #: gameview.cc:330
-#, fuzzy, kde-format
-#| msgid ": How many ships?"
+#, kde-format
 msgid "%1: How many ships?"
-msgstr ": Kiom da ŝipoj?"
+msgstr ""
 
 #: gameview.cc:351
 #, kde-format
@@ -300,15 +294,13 @@
 msgstr "Ĉu vi volas fini tiun ĉi ludon?"
 
 #: gameview.cc:524
-#, fuzzy, kde-format
-#| msgid "End Game"
+#, kde-format
 msgctxt "@title:window"
 msgid "End Game"
 msgstr "Finu ludon"
 
 #: gameview.cc:552
-#, fuzzy, kde-format
-#| msgid "Final Standings"
+#, kde-format
 msgctxt "@title:window"
 msgid "Final Standings"
 msgstr "Fina rezulto"
@@ -319,9 +311,9 @@
 msgstr "Konkero"
 
 #: Konquest.cc:42
-#, fuzzy, kde-format
+#, kde-format
 msgid "Galactic Strategy Game"
-msgstr "Galakta KDE-ludo"
+msgstr ""
 
 #: Konquest.cc:44
 #, kde-format
@@ -344,10 +336,9 @@
 msgstr ""
 
 #: Konquest.cc:50
-#, fuzzy, kde-format
-#| msgid "Dimitry Suzalev"
+#, kde-format
 msgid "Dmitry Suzdalev"
-msgstr "Dimitry Suzalev"
+msgstr ""
 
 #: Konquest.cc:50
 #, kde-format
@@ -403,26 +394,25 @@
 msgstr "Ĉefa ilobreto"
 
 #: mainwin.cc:33
-#, fuzzy, kde-format
+#, kde-format
 msgctxt "@title:window"
 msgid "Galactic Conquest"
-msgstr "GNUlakta Konkero"
+msgstr ""
 
 #: mainwin.cc:40
-#, fuzzy, kde-format
+#, kde-format
 msgid "Galactic Conquest"
-msgstr "GNUlakta Konkero"
+msgstr ""
 
 #: mainwin.cc:74
-#, fuzzy, kde-format
-#| msgid "&Measure Distance"
+#, kde-format
 msgid "&Measure Distance..."
-msgstr "&Mezuru distancon"
+msgstr "&Mezuri distancon..."
 
 #: mainwin.cc:80
-#, fuzzy, kde-format
+#, kde-format
 msgid "&Fleet Overview..."
-msgstr "Detruitaj flugkaravanoj"
+msgstr ""
 
 #: mainwin.cc:89
 #, kde-format
@@ -435,26 +425,24 @@
 msgstr ""
 
 #: mainwin.cc:114
-#, fuzzy, kde-format
-#| msgid "Final Standings"
+#, kde-format
 msgid "Standings"
-msgstr "Fina rezulto"
+msgstr ""
 
 #: mainwin.cc:121
-#, fuzzy, kde-format
-#| msgid "&Show Standings"
+#, kde-format
 msgid "Show &Standings"
-msgstr "&Montru rezulton"
+msgstr "Montri re&zultojn"
 
 #: mainwin.cc:215
-#, fuzzy, kde-format
+#, kde-format
 msgid "Turn # %1"
-msgstr "Rondo #: %1 el %2"
+msgstr ""
 
 #: map/mapitems.cc:214
-#, fuzzy, kde-format
+#, kde-format
 msgid "Planet name: %1"
-msgstr "Planedonomo: %1"
+msgstr ""
 
 #: map/mapitems.cc:219
 #, kde-format
@@ -467,11 +455,10 @@
 msgstr "Ŝipoj: %1"
 
 #: map/mapitems.cc:232
-#, fuzzy, kde-format
-#| msgid "Ships: %1"
+#, kde-format
 msgctxt "regarding standing orders"
 msgid "Ships due: %1"
-msgstr "Ŝipoj: %1"
+msgstr ""
 
 #: map/mapitems.cc:235
 #, kde-format
@@ -479,9 +466,9 @@
 msgstr "Produktado: %1"
 
 #: map/mapitems.cc:237
-#, fuzzy, kde-format
+#, kde-format
 msgid "Kill percent: %1"
-msgstr "Mortoprocentoj: %1"
+msgstr ""
 
 #: players/ai/becai/becai_gui.cpp:13
 #, kde-format
@@ -510,10 +497,10 @@
 msgstr ""
 
 #: players/localplayer_gui.cpp:13
-#, fuzzy, kde-format
+#, kde-format
 msgctxt "A human player"
 msgid "Human (Player)"
-msgstr "Ludantoj"
+msgstr ""
 
 #: players/spectatorplayer_gui.cpp:13
 #, kde-format
@@ -528,39 +515,39 @@
 msgstr "Ludanto"
 
 #: view/standingswidget.cpp:153
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "Ships\n"
 "Built"
-msgstr "Konstruitaj ŝipoj"
+msgstr ""
 
 #: view/standingswidget.cpp:154
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "Planets\n"
 "Conquered"
-msgstr "Konkeritaj planedoj"
+msgstr ""
 
 #: view/standingswidget.cpp:155
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "Fleets\n"
 "Launched"
-msgstr "Startitaj flugkaravanoj"
+msgstr ""
 
 #: view/standingswidget.cpp:156
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "Fleets\n"
 "Destroyed"
-msgstr "Detruitaj flugkaravanoj"
+msgstr ""
 
 #: view/standingswidget.cpp:157
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "Ships\n"
 "Destroyed"
-msgstr "Detruitaj ŝipoj"
+msgstr ""
 
 #: view/standingswidget.cpp:158
 #, kde-format
@@ -575,72 +562,3 @@
 "Current\n"
 "Fleet Size"
 msgstr ""
-
-#, fuzzy
-#~| msgid "Production: "
-#~ msgid "Production"
-#~ msgstr "Produktado: "
-
-#, fuzzy
-#~ msgid "Current Standings"
-#~ msgstr "Fina rezulto"
-
-#~ msgid "The once mighty empire of %1 has fallen in ruins."
-#~ msgstr "La iame potenca imperio de %1 pereis en ruinoj."
-
-#~ msgid "The fallen empire of %1 has staggered back to life."
-#~ msgstr "La pereinta imperio de %1 ŝanceliĝis re al vivo."
-
-#~ msgid "Game Over"
-#~ msgstr "Ludo finita"
-
-#, fuzzy
-#~ msgid "&Reject"
-#~ msgstr "Alia &mapo"
-
-#, fuzzy
-#~ msgid "Player list:"
-#~ msgstr "&Ludantolisto"
-
-#, fuzzy
-#~ msgid "&Human player:"
-#~ msgstr "Ludantoj"
-
-#, fuzzy
-#~ msgid "Preview map:"
-#~ msgstr "Mapo"
-
-#, fuzzy
-#~ msgid ""
-#~ "This is the last turn.\n"
-#~ "Do you wish to add extra turns?"
-#~ msgstr ""
-#~ "Tio estas la lasta rondo.\n"
-#~ "Ĉu vi volas aldoni pliajn rondojn?"
-
-#, fuzzy
-#~ msgid "&Add Turns"
-#~ msgstr "Aldonu %1 rondojn"
-
-#, fuzzy
-#~ msgid "Extra turns: %1"
-#~ msgstr "Nombro de rondoj: %1"
-
-#, fuzzy
-#~ msgid "Number of &players: %1"
-#~ msgstr "Nombro de rondoj: %1"
-
-#, fuzzy
-#~ msgid "Number of &turns: %1"
-#~ msgstr "Nombro de rondoj: %1"
-
-#, fuzzy
-#~ msgid "Planet name: "
-#~ msgstr "Planedonomo: "
-
-#~ msgid "Ships: "
-#~ msgstr "Ŝipoj: "
-
-#, fuzzy
-#~ msgid "Kill percent: "
-#~ msgstr "Mortoprocentoj: "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/po/fa/konquest.po 
new/konquest-23.08.0/po/fa/konquest.po
--- old/konquest-23.04.3/po/fa/konquest.po      2023-07-04 06:55:27.000000000 
+0200
+++ new/konquest-23.08.0/po/fa/konquest.po      2023-08-16 23:09:26.000000000 
+0200
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -229,10 +229,11 @@
 msgstr "سیاره‌های &بی‌طرف‌:"
 
 #: game.cpp:103
-#, kde-format
+#, fuzzy, kde-format
 msgid "Reinforcements (1 ship) have arrived for planet %2."
 msgid_plural "Reinforcements (%1 ships) have arrived for planet %2."
 msgstr[0] "نیروهای کمکی )%1 سفینه فضایی( برای 
سیاره %2 رسیدند."
+msgstr[1] ""
 
 #: game.cpp:148
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/po/zh_CN/konquest.po 
new/konquest-23.08.0/po/zh_CN/konquest.po
--- old/konquest-23.04.3/po/zh_CN/konquest.po   2023-07-04 06:55:27.000000000 
+0200
+++ new/konquest-23.08.0/po/zh_CN/konquest.po   2023-08-16 23:09:26.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-01 00:42+0000\n"
-"PO-Revision-Date: 2023-07-03 11:41\n"
+"PO-Revision-Date: 2023-08-02 12:45\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/CMakeLists.txt 
new/konquest-23.08.0/src/CMakeLists.txt
--- old/konquest-23.04.3/src/CMakeLists.txt     2023-07-04 06:55:27.000000000 
+0200
+++ new/konquest-23.08.0/src/CMakeLists.txt     2023-08-16 23:09:26.000000000 
+0200
@@ -63,8 +63,13 @@
 file(GLOB ICONS_SRCS "${CMAKE_SOURCE_DIR}/icons/*-apps-konquest.png")
 ecm_add_app_icon(konquest ICONS ${ICONS_SRCS})
 
+if (QT_MAJOR_VERSION STREQUAL "6")
+    target_link_libraries(konquest KDEGames6)
+else()
+    target_link_libraries(konquest KF5KDEGames)
+endif()
+
 target_link_libraries(konquest
-    KF5KDEGames
     KF${KF_MAJOR_VERSION}::CoreAddons
     KF${KF_MAJOR_VERSION}::Crash
     KF${KF_MAJOR_VERSION}::DBusAddons
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/fleet.cc 
new/konquest-23.08.0/src/fleet.cc
--- old/konquest-23.04.3/src/fleet.cc   2023-07-04 06:55:27.000000000 +0200
+++ new/konquest-23.08.0/src/fleet.cc   2023-08-16 23:09:26.000000000 +0200
@@ -76,3 +76,5 @@
         m_shipCount = 0;
 }
 
+
+#include "moc_fleet.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/game.cpp 
new/konquest-23.08.0/src/game.cpp
--- old/konquest-23.04.3/src/game.cpp   2023-07-04 06:55:27.000000000 +0200
+++ new/konquest-23.08.0/src/game.cpp   2023-08-16 23:09:26.000000000 +0200
@@ -193,3 +193,5 @@
         Q_EMIT finished();
     }
 }
+
+#include "moc_game.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/gameview.cc 
new/konquest-23.08.0/src/gameview.cc
--- old/konquest-23.04.3/src/gameview.cc        2023-07-04 06:55:27.000000000 
+0200
+++ new/konquest-23.08.0/src/gameview.cc        2023-08-16 23:09:26.000000000 
+0200
@@ -729,3 +729,5 @@
     }
     fleetDlg->deleteLater();
 }
+
+#include "moc_gameview.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/mainwin.cc 
new/konquest-23.08.0/src/mainwin.cc
--- old/konquest-23.04.3/src/mainwin.cc 2023-07-04 06:55:27.000000000 +0200
+++ new/konquest-23.08.0/src/mainwin.cc 2023-08-16 23:09:26.000000000 +0200
@@ -228,3 +228,5 @@
 {
     
m_standingsAction->setChecked(m_standingsDock->toggleViewAction()->isChecked());
 }
+
+#include "moc_mainwin.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/map/map.cc 
new/konquest-23.08.0/src/map/map.cc
--- old/konquest-23.04.3/src/map/map.cc 2023-07-04 06:55:27.000000000 +0200
+++ new/konquest-23.08.0/src/map/map.cc 2023-08-16 23:09:26.000000000 +0200
@@ -240,3 +240,5 @@
     }
     return planets;
 }
+
+#include "moc_map.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/map/mapitems.cc 
new/konquest-23.08.0/src/map/mapitems.cc
--- old/konquest-23.04.3/src/map/mapitems.cc    2023-07-04 06:55:27.000000000 
+0200
+++ new/konquest-23.08.0/src/map/mapitems.cc    2023-08-16 23:09:26.000000000 
+0200
@@ -269,3 +269,5 @@
     m_textDoc.documentLayout()->draw(p, ctx);
     p->restore();
 }
+
+#include "moc_mapitems.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/map/mapscene.cc 
new/konquest-23.08.0/src/map/mapscene.cc
--- old/konquest-23.04.3/src/map/mapscene.cc    2023-07-04 06:55:27.000000000 
+0200
+++ new/konquest-23.08.0/src/map/mapscene.cc    2023-08-16 23:09:26.000000000 
+0200
@@ -240,3 +240,5 @@
 {
     return (m_height - map()->rows() * getSectorSize()) / 2;
 }
+
+#include "moc_mapscene.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/minimapview.cc 
new/konquest-23.08.0/src/minimapview.cc
--- old/konquest-23.04.3/src/minimapview.cc     2023-07-04 06:55:27.000000000 
+0200
+++ new/konquest-23.08.0/src/minimapview.cc     2023-08-16 23:09:26.000000000 
+0200
@@ -121,3 +121,5 @@
         }
     }
 }
+
+#include "moc_minimapview.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/org.kde.konquest.appdata.xml 
new/konquest-23.08.0/src/org.kde.konquest.appdata.xml
--- old/konquest-23.04.3/src/org.kde.konquest.appdata.xml       2023-07-04 
06:55:27.000000000 +0200
+++ new/konquest-23.08.0/src/org.kde.konquest.appdata.xml       2023-08-16 
23:09:26.000000000 +0200
@@ -11,6 +11,7 @@
   <name xml:lang="de">Konquest</name>
   <name xml:lang="el">Konquest</name>
   <name xml:lang="en-GB">Konquest</name>
+  <name xml:lang="eo">Konquest</name>
   <name xml:lang="es">Konquest</name>
   <name xml:lang="et">Konquest</name>
   <name xml:lang="eu">Konquest</name>
@@ -48,6 +49,7 @@
   <summary xml:lang="de">Galaktisches Strategiespiel</summary>
   <summary xml:lang="el">Γαλαξιακό παιχνίδι 
στρατηγικής</summary>
   <summary xml:lang="en-GB">Galactic Strategy Game</summary>
+  <summary xml:lang="eo">Galaksia Strategiludo</summary>
   <summary xml:lang="es">Juego de estrategia galáctica</summary>
   <summary xml:lang="et">Galaktiline strateegiamäng</summary>
   <summary xml:lang="eu">Estrategia joko galaktikoa</summary>
@@ -88,6 +90,7 @@
     <p xml:lang="de">Konquest ist eine Version von Gnu-Lactic-Konquest. 
Spieler schicken Schiffe zu anderen Planeten, um sie zu erobern. Ziel des 
Spiels ist es, ein galaktisches Imperium zu beherrschen und alle Planeten der 
Gegner zu erobern.</p>
     <p xml:lang="el">Το Konquest είναι μια έκδοση του 
Gnu-Lactic Konquest. Οι παίκτες κατακτούνάλλους 
πλανήτες στέλνοντας πλοία. Ο στόχος είναι η 
δημιουργία μίας διαστρικής αυτοκρατορίας 
και τελικά η κατάκτηση των πλανητών όλων 
των άλλων παικτών.</p>
     <p xml:lang="en-GB">Konquest is a version of Gnu-Lactic Konquest. Players 
conquer other planets by sending ships to them. The goal is to build an 
interstellar empire and ultimately conquer all other player's planets.</p>
+    <p xml:lang="eo">Konquest estas versio de Gnu-Lactic Konquest. Ludantoj 
konkeras aliajn planedojn sendante ŝipojn al ili. La celo estas konstrui 
interstelan imperion kaj finfine konkeri la planedojn de ĉiuj aliaj 
ludantoj.</p>
     <p xml:lang="es">Konquest es una versión de Gnu-Lactic Konquest. Los 
jugadores pueden conquistar otros planetas enviando naves a ellos. El objetivo 
es construir un imperio interestelar y conquistar todos los planetas del resto 
de jugadores.</p>
     <p xml:lang="et">Konquest on Gnu-Lactic Konquesti versioon. Mängijad 
vallutavad teisi planeete sinna kosmoselaevu saates. Siht on ehitada üles 
ülegalaktiline impeerium ja viimaks vallutada kõigi teiste mängijate 
planeedid.</p>
     <p xml:lang="eu">Konquest, «Gnu-Lactic Konquest»en bertsio bat da. 
Jokalariek beste planeta batzuk konkistatzen dituzte haietara ontziak bidaliz. 
Helburua izarren arteko inperio bat eraikitzea da eta azken helburua gainerako 
jokalarien planeta guztiak konkistatzea.</p>
@@ -135,9 +138,9 @@
     <binary>konquest</binary>
   </provides>
   <releases>
+    <release version="2.4.23080" date="2023-08-24"/>
     <release version="2.4.23043" date="2023-07-06"/>
     <release version="2.4.23042" date="2023-06-08"/>
     <release version="2.4.23041" date="2023-05-11"/>
-    <release version="2.4.23040" date="2023-04-20"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/planet.cc 
new/konquest-23.08.0/src/planet.cc
--- old/konquest-23.04.3/src/planet.cc  2023-07-04 06:55:27.000000000 +0200
+++ new/konquest-23.08.0/src/planet.cc  2023-08-16 23:09:26.000000000 +0200
@@ -97,3 +97,5 @@
     m_justconquered = false;
     Q_EMIT update();
 }
+
+#include "moc_planet.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/players/localplayer.cpp 
new/konquest-23.08.0/src/players/localplayer.cpp
--- old/konquest-23.04.3/src/players/localplayer.cpp    2023-07-04 
06:55:27.000000000 +0200
+++ new/konquest-23.08.0/src/players/localplayer.cpp    2023-08-16 
23:09:26.000000000 +0200
@@ -29,3 +29,5 @@
     //qDebug() << name() << "::done";
     Q_EMIT donePlaying();
 }
+
+#include "moc_localplayer.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/players/player.cpp 
new/konquest-23.08.0/src/players/player.cpp
--- old/konquest-23.04.3/src/players/player.cpp 2023-07-04 06:55:27.000000000 
+0200
+++ new/konquest-23.08.0/src/players/player.cpp 2023-08-16 23:09:26.000000000 
+0200
@@ -140,3 +140,5 @@
             ++a;
     }
 }
+
+#include "moc_player.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-23.04.3/src/sector.cc 
new/konquest-23.08.0/src/sector.cc
--- old/konquest-23.04.3/src/sector.cc  2023-07-04 06:55:27.000000000 +0200
+++ new/konquest-23.08.0/src/sector.cc  2023-08-16 23:09:26.000000000 +0200
@@ -69,3 +69,5 @@
 
     return *this;
 }
+
+#include "moc_sector.cpp"

Reply via email to