Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kfourinline for openSUSE:Factory checked in at 2023-08-31 13:44:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kfourinline (Old) and /work/SRC/openSUSE:Factory/.kfourinline.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kfourinline" Thu Aug 31 13:44:28 2023 rev:137 rq:1105689 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kfourinline/kfourinline.changes 2023-07-07 15:50:44.341417883 +0200 +++ /work/SRC/openSUSE:Factory/.kfourinline.new.1766/kfourinline.changes 2023-08-31 13:48:18.329772302 +0200 @@ -1,0 +2,24 @@ +Sun Aug 20 13:59:28 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:44 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:46 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 + +------------------------------------------------------------------- Old: ---- kfourinline-23.04.3.tar.xz kfourinline-23.04.3.tar.xz.sig New: ---- kfourinline-23.08.0.tar.xz kfourinline-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kfourinline.spec ++++++ --- /var/tmp/diff_new_pack.5tqAzC/_old 2023-08-31 13:48:19.549815908 +0200 +++ /var/tmp/diff_new_pack.5tqAzC/_new 2023-08-31 13:48:19.553816051 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: kfourinline -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Four Wins game License: GPL-2.0-or-later AND LGPL-2.0-or-later ++++++ kfourinline-23.04.3.tar.xz -> kfourinline-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/CMakeLists.txt new/kfourinline-23.08.0/CMakeLists.txt --- old/kfourinline-23.04.3/CMakeLists.txt 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/CMakeLists.txt 2023-08-16 23:05:40.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(kfourinline VERSION ${RELEASE_SERVICE_VERSION}) @@ -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/kfourinline-23.04.3/grafix/gray_reflection.desktop new/kfourinline-23.08.0/grafix/gray_reflection.desktop --- old/kfourinline-23.04.3/grafix/gray_reflection.desktop 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/grafix/gray_reflection.desktop 2023-08-16 23:05:40.000000000 +0200 @@ -9,6 +9,7 @@ Name[de]=Echte Spiegelung Name[el]=Î ÏαγμαÏική ανÏανάκλαÏη Name[en_GB]=True Reflection +Name[eo]=Vera Reflekto Name[es]=Reflejo real Name[et]=Tõeline peegel Name[eu]=Benetako islapena diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/grafix/yellow_reflection.desktop new/kfourinline-23.08.0/grafix/yellow_reflection.desktop --- old/kfourinline-23.04.3/grafix/yellow_reflection.desktop 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/grafix/yellow_reflection.desktop 2023-08-16 23:05:40.000000000 +0200 @@ -8,6 +8,7 @@ Name[de]=Gelb- und Rotspiegelung Name[el]=ÎίÏÏινη και κÏκκινη ανÏανάκλαÏη Name[en_GB]=Yellow and Red Reflection +Name[eo]=Flava kaj RuÄa Reflekto Name[es]=Reflejo amarillo y rojo Name[et]=Kollane ja punane peegel Name[eu]=Horia eta gorria islapena diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/po/ca/kfourinline.po new/kfourinline-23.08.0/po/ca/kfourinline.po --- old/kfourinline-23.04.3/po/ca/kfourinline.po 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/po/ca/kfourinline.po 2023-08-16 23:05:40.000000000 +0200 @@ -868,9 +868,3 @@ #, kde-format msgid "Bk" msgstr "Bk" - -#~ msgid "Ready" -#~ msgstr "Llest" - -#~ msgid "This leaves space for the mover" -#~ msgstr "Aquà es deixa espai per al que mou" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/po/eo/kfourinline.po new/kfourinline-23.08.0/po/eo/kfourinline.po --- old/kfourinline-23.04.3/po/eo/kfourinline.po 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/po/eo/kfourinline.po 2023-08-16 23:05:40.000000000 +0200 @@ -1,15 +1,17 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Free Software Foundation, Inc. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# translation of kfourinline.pot to esperanto +# Copyright (C) 2002 Free Software Foundation, Inc. +# Heiko Evermann <[email protected]>, 2003. +# Wolfram Diestel <[email protected]>, 2002. +# Oliver Kellogg <[email protected]>, 2007. # msgid "" msgstr "" -"Project-Id-Version: kwin4\n" +"Project-Id-Version: desktop files\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-28 00:43+0000\n" -"PO-Revision-Date: 2002-03-10 20:51GMT\n" -"Last-Translator: Wolfram Diestel <[email protected]>\n" -"Language-Team: Esperanto <[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" "Content-Type: text/plain; charset=UTF-8\n" @@ -43,8 +45,7 @@ msgstr "RuÄa" #: chatdlg.cpp:33 -#, fuzzy, kde-format -#| msgid "Chat Dlg" +#, kde-format msgctxt "@title:window" msgid "Chat Dlg" msgstr "Babilejo" @@ -84,11 +85,10 @@ msgstr "" #: displayintro.cpp:133 -#, fuzzy, kde-format -#| msgid "No game " +#, kde-format msgctxt "quick start button - player versus AI level normal" msgid "Normal Game" -msgstr "Neniu ludo..." +msgstr "" #: displayintro.cpp:139 #, kde-format @@ -97,17 +97,16 @@ msgstr "" #: displayintro.cpp:145 -#, fuzzy, kde-format +#, kde-format msgctxt "quick start button - player versus player" msgid "Two Player Game" -msgstr "Kvar venkas: Retludo por du ludantoj" +msgstr "" #: kchatdialog.cpp:80 -#, fuzzy, kde-format -#| msgid "Configure..." +#, kde-format msgctxt "@title:window" msgid "Configure Chat" -msgstr "Agordu..." +msgstr "" #: kchatdialog.cpp:92 kchatdialog.cpp:114 #, kde-format @@ -151,9 +150,9 @@ #. i18n: ectx: Menu (game) #: kfourinlineui.rc:10 -#, fuzzy, kde-format +#, kde-format msgid "&Game" -msgstr "Nomo" +msgstr "" #. i18n: ectx: Menu (settings) #: kfourinlineui.rc:18 @@ -168,24 +167,24 @@ msgstr "Äefa ilobreto" #: kgameconnectdialog.cpp:63 -#, fuzzy, kde-format +#, kde-format msgid "Create a network game" -msgstr "Komencante novan ludon..." +msgstr "" #: kgameconnectdialog.cpp:66 -#, fuzzy, kde-format +#, kde-format msgid "Join a network game" -msgstr "Komencante novan ludon..." +msgstr "" #: kgameconnectdialog.cpp:72 -#, fuzzy, kde-format +#, kde-format msgid "Game name:" -msgstr "Ludantonomoj" +msgstr "" #: kgameconnectdialog.cpp:74 -#, fuzzy, kde-format +#, kde-format msgid "Network games:" -msgstr "&Retagordo..." +msgstr "" #: kgameconnectdialog.cpp:84 #, kde-format @@ -209,10 +208,9 @@ msgstr "" #: kgamedebugdialog.cpp:140 -#, fuzzy, kde-format -#| msgid "Debug KGame" +#, kde-format msgid "Debug &KGame" -msgstr "Sencimigu Ludilon" +msgstr "Sencimigi &KGame" #: kgamedebugdialog.cpp:162 kgamedebugdialog.cpp:215 #, kde-format @@ -220,19 +218,19 @@ msgstr "" #: kgamedebugdialog.cpp:167 -#, fuzzy, kde-format +#, kde-format msgid "KGame Pointer" -msgstr "Ludantonomoj" +msgstr "" #: kgamedebugdialog.cpp:168 -#, fuzzy, kde-format +#, kde-format msgid "Game ID" -msgstr "Nomo" +msgstr "" #: kgamedebugdialog.cpp:169 -#, fuzzy, kde-format +#, kde-format msgid "Game Cookie" -msgstr "Ludantonomoj" +msgstr "" #: kgamedebugdialog.cpp:170 #, kde-format @@ -250,15 +248,14 @@ msgstr "" #: kgamedebugdialog.cpp:173 -#, fuzzy, kde-format +#, kde-format msgid "Game Status" -msgstr "Ludantonomoj" +msgstr "" #: kgamedebugdialog.cpp:174 -#, fuzzy, kde-format -#| msgid "Game running..." +#, kde-format msgid "Game is Running" -msgstr "Ludo ruliÄanta..." +msgstr "" #: kgamedebugdialog.cpp:175 #, kde-format @@ -276,10 +273,9 @@ msgstr "Ludantoj" #: kgamedebugdialog.cpp:183 -#, fuzzy, kde-format -#| msgid "Debug KGame" +#, kde-format msgid "Debug &Players" -msgstr "Sencimigu Ludilon" +msgstr "" #: kgamedebugdialog.cpp:193 #, kde-format @@ -287,32 +283,29 @@ msgstr "" #: kgamedebugdialog.cpp:219 -#, fuzzy, kde-format +#, kde-format msgid "Player Pointer" -msgstr "Ludantonomoj" +msgstr "" #: kgamedebugdialog.cpp:220 -#, fuzzy, kde-format -#| msgid "Player 1" +#, kde-format msgid "Player ID" -msgstr "Ludanto 1" +msgstr "" #: kgamedebugdialog.cpp:221 -#, fuzzy, kde-format +#, kde-format msgid "Player Name" -msgstr "Ludantonomoj" +msgstr "" #: kgamedebugdialog.cpp:222 -#, fuzzy, kde-format -#| msgid "Player 1" +#, kde-format msgid "Player Group" -msgstr "Ludanto 1" +msgstr "" #: kgamedebugdialog.cpp:223 -#, fuzzy, kde-format -#| msgid "Player 1" +#, kde-format msgid "Player User ID" -msgstr "Ludanto 1" +msgstr "" #: kgamedebugdialog.cpp:224 #, kde-format @@ -330,14 +323,14 @@ msgstr "" #: kgamedebugdialog.cpp:227 -#, fuzzy, kde-format +#, kde-format msgid "Player is Virtual" -msgstr "Ludantonomoj" +msgstr "" #: kgamedebugdialog.cpp:228 -#, fuzzy, kde-format +#, kde-format msgid "Player is Active" -msgstr "Ludantonomoj" +msgstr "" #: kgamedebugdialog.cpp:229 #, kde-format @@ -345,15 +338,14 @@ msgstr "" #: kgamedebugdialog.cpp:230 -#, fuzzy, kde-format +#, kde-format msgid "Network Priority" -msgstr "&Retagordo..." +msgstr "" #: kgamedebugdialog.cpp:236 -#, fuzzy, kde-format -#| msgid "Debug KGame" +#, kde-format msgid "Debug &Messages" -msgstr "Sencimigu Ludilon" +msgstr "" #: kgamedebugdialog.cpp:251 #, kde-format @@ -415,9 +407,9 @@ msgstr "" #: kgamedialog.cpp:92 -#, fuzzy, kde-format +#, kde-format msgid "&Network" -msgstr "&Retagordo..." +msgstr "" #: kgamedialogconfig.cpp:124 #, kde-format @@ -425,9 +417,9 @@ msgstr "" #: kgamedialogconfig.cpp:128 kwin4.cpp:680 -#, fuzzy, kde-format +#, kde-format msgid "Network Configuration" -msgstr "&Retagordo..." +msgstr "" #: kgamedialogconfig.cpp:187 #, kde-format @@ -465,10 +457,9 @@ msgstr "" #: kwin4.cpp:264 -#, fuzzy, kde-format -#| msgid "Aborts a currently played game. No winner will be declared." +#, kde-format msgid "Ends a currently played game. No winner will be declared." -msgstr "Haltigas la nuna ludon. Neniu gajnos." +msgstr "" #: kwin4.cpp:269 #, kde-format @@ -476,19 +467,19 @@ msgstr "&Retagordo..." #: kwin4.cpp:273 -#, fuzzy, kde-format +#, kde-format msgid "Network Chat..." -msgstr "&Retagordo..." +msgstr "" #: kwin4.cpp:278 -#, fuzzy, kde-format +#, kde-format msgid "&Show Statistics" -msgstr "&Montru statistikon..." +msgstr "" #: kwin4.cpp:280 -#, fuzzy, kde-format +#, kde-format msgid "Show statistics." -msgstr "&Montru statistikon..." +msgstr "" #: kwin4.cpp:292 #, kde-format @@ -501,9 +492,9 @@ msgstr "Sencimigu Ludilon" #: kwin4.cpp:326 -#, fuzzy, kde-format +#, kde-format msgid "Welcome to Four Wins" -msgstr "Bonvenon Äe %1" +msgstr "" #: kwin4.cpp:486 kwin4.cpp:639 #, kde-format @@ -541,27 +532,24 @@ msgstr "%1 gajnis la ludon. Bonvolu lanÄi la sekvan rondon." #: kwin4.cpp:661 -#, fuzzy, kde-format -#| msgid " Game aborted. Please restart next round." +#, kde-format msgid " Game ended. Please restart next round." -msgstr " Ludo haltigita. Bonvolu rekomenci sekvan rondon." +msgstr "" #: kwin4.cpp:691 -#, fuzzy, kde-format -#| msgid "Red should be played by remote" +#, kde-format msgid "Black should be played by remote player" -msgstr "RuÄo estu ludata de la forulo" +msgstr "" #: kwin4.cpp:692 -#, fuzzy, kde-format -#| msgid "Red should be played by remote" +#, kde-format msgid "Red should be played by remote player" -msgstr "RuÄo estu ludata de la forulo" +msgstr "" #: kwin4.cpp:769 kwin4.cpp:770 kwin4.cpp:791 kwin4.cpp:792 -#, fuzzy, kde-format +#, kde-format msgid "%1 Plays With" -msgstr "RuÄo ludata de" +msgstr "" #: kwin4.cpp:793 #, kde-format @@ -570,21 +558,21 @@ #. i18n: ectx: label, entry (port), group (Parameter) #: kwin4.kcfg:10 -#, fuzzy, kde-format +#, kde-format msgid "Network connection port" -msgstr "&Retagordo..." +msgstr "" #. i18n: ectx: label, entry (gamename), group (Parameter) #: kwin4.kcfg:14 -#, fuzzy, kde-format +#, kde-format msgid "Game name" -msgstr "Ludantonomoj" +msgstr "" #. i18n: ectx: label, entry (host), group (Parameter) #: kwin4.kcfg:17 -#, fuzzy, kde-format +#, kde-format msgid "Network connection host" -msgstr "&Retagordo..." +msgstr "" #. i18n: ectx: property (whatsThis), widget (QSlider, kcfg_level) #. i18n: ectx: label, entry (level), group (Parameter) @@ -595,9 +583,9 @@ #. i18n: ectx: label, entry (Name1), group (Parameter) #: kwin4.kcfg:28 -#, fuzzy, kde-format +#, kde-format msgid "Player 1 name" -msgstr "Ludantonomoj" +msgstr "" #: kwin4.kcfg:32 #, kde-format @@ -607,9 +595,9 @@ #. i18n: ectx: label, entry (Name2), group (Parameter) #: kwin4.kcfg:35 -#, fuzzy, kde-format +#, kde-format msgid "Player 2 name" -msgstr "Ludantonomoj" +msgstr "" #: kwin4.kcfg:39 #, kde-format @@ -623,15 +611,14 @@ msgstr "" #: main.cpp:69 -#, fuzzy, kde-format +#, kde-format msgid "KFourInLine: Two player board game" -msgstr "Kvar venkas: Retludo por du ludantoj" +msgstr "" #: main.cpp:71 -#, fuzzy, kde-format -#| msgid "(c) Martin Heni " +#, kde-format msgid "(c) 1995-2007, Martin Heni" -msgstr "(c) Martin Heni " +msgstr "" #: main.cpp:72 #, kde-format @@ -684,10 +671,10 @@ msgstr "" #: scoresprite.cpp:163 -#, fuzzy, kde-format +#, kde-format msgctxt "computer level" msgid "Level %1" -msgstr "Nivelo" +msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox1) #: settings.ui:38 @@ -715,66 +702,66 @@ #. i18n: ectx: property (title), widget (QGroupBox, Input1) #: settings.ui:112 -#, fuzzy, kde-format +#, kde-format msgid "Red Plays With" -msgstr "RuÄo ludata de" +msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, kcfg_input1mouse) #. i18n: ectx: property (text), widget (QRadioButton, kcfg_input0mouse) #: settings.ui:132 settings.ui:181 -#, fuzzy, kde-format +#, kde-format msgid "Mouse" -msgstr "&Muso" +msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, kcfg_input1key) #. i18n: ectx: property (text), widget (QRadioButton, kcfg_input0key) #: settings.ui:142 settings.ui:191 -#, fuzzy, kde-format +#, kde-format msgid "Keyboard" -msgstr "&Klavaro" +msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, kcfg_input1ai) #. i18n: ectx: property (text), widget (QRadioButton, kcfg_input0ai) #: settings.ui:149 settings.ui:198 -#, fuzzy, kde-format +#, kde-format msgid "Computer" -msgstr "&Komputilo" +msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, Input0) #: settings.ui:161 -#, fuzzy, kde-format +#, kde-format msgid "Black Plays With" -msgstr "RuÄo ludata de" +msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox2) #: settings.ui:216 -#, fuzzy, kde-format +#, kde-format msgid "Player Names" -msgstr "Ludantonomoj" +msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: settings.ui:242 -#, fuzzy, kde-format +#, kde-format msgid "Player 1:" -msgstr "Ludanto 1" +msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel4) #: settings.ui:249 -#, fuzzy, kde-format +#, kde-format msgid "Player 2:" -msgstr "Ludanto 2" +msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, StartColour) #: settings.ui:267 -#, fuzzy, kde-format +#, kde-format msgid "Starting Player Color" -msgstr "Komencanta ludanto" +msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, kcfg_startcolourred) #: settings.ui:287 -#, fuzzy, kde-format +#, kde-format msgid "Red" -msgstr "&RuÄa" +msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, kcfg_startcolouryellow) #: settings.ui:297 @@ -784,9 +771,9 @@ #. i18n: ectx: property (windowTitle), widget (QDialog, Statistics) #: statistics.ui:13 -#, fuzzy, kde-format +#, kde-format msgid "Statistics" -msgstr "Statistiko..." +msgstr "" #. i18n: ectx: property (text), widget (QLabel, p1_name) #: statistics.ui:57 statuswidget.ui:113 @@ -876,87 +863,4 @@ #: statuswidget.ui:103 #, kde-format msgid "Bk" -msgstr "" - -#~ msgid "Ready" -#~ msgstr "Preta" - -#~ msgid "This leaves space for the mover" -#~ msgstr "Tio lasas spacon por la movanto" - -#, fuzzy -#~ msgid " %1 - Yellow " -#~ msgstr " - Flavo " - -#~ msgid "KWin4" -#~ msgstr "Kvar venkas" - -#~ msgid "Yellow should be played by remote" -#~ msgstr "Flavo estu ludata de la forulo" - -#, fuzzy -#~ msgid "Yellow Plays With" -#~ msgstr "Flavo ludata de" - -#~ msgid "Open a saved game..." -#~ msgstr "Malfermu konservitan ludon..." - -#, fuzzy -#~ msgid "Save a game..." -#~ msgstr "Konservu ludon." - -#~ msgid "Ending the current game..." -#~ msgstr "Finante la nunan ludon..." - -#~ msgid "Shows a hint on how to move." -#~ msgstr "Montras helpnoton kiel movi." - -#~ msgid "Quits the program." -#~ msgstr "Finas la programon." - -#~ msgid "Undo last move." -#~ msgstr "Malfaru lastan movon." - -#~ msgid "Redo last move." -#~ msgstr "Refaru lastan movon." - -#~ msgctxt "1. intro line, welcome to win4" -#~ msgid "Welcome" -#~ msgstr "Bonvenon" - -#~ msgctxt "2. intro line, welcome to win4" -#~ msgid "to" -#~ msgstr "al" - -#~ msgctxt "3. intro line, welcome to win4" -#~ msgid "KWin4" -#~ msgstr "Kvar venkas" - -#, fuzzy -#~ msgid "Hold on... the other player has not been yet..." -#~ msgstr "Atendu ... la alia ankoraÅ ne foriris..." - -#~ msgid "Hold your horses..." -#~ msgstr "Atendu..." - -#, fuzzy -#~ msgid "Ah ah ah... only one go at a time..." -#~ msgstr "He, he ... nur unu iru samtempe..." - -#~ msgid "Please wait... it is not your turn." -#~ msgstr "Bonvolu atendi... ne estas via vico." - -#~ msgid "Form1" -#~ msgstr "Formo 1" - -#~ msgid "vs" -#~ msgstr "kontraÅ" - -#~ msgid "Chance" -#~ msgstr "Åanco" - -#~ msgid "Winner" -#~ msgstr "Gajninto" - -#~ msgid "Loser" -#~ msgstr "Malgajninto" +msgstr "Bk" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/po/fa/kfourinline.po new/kfourinline-23.08.0/po/fa/kfourinline.po --- old/kfourinline-23.04.3/po/fa/kfourinline.po 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/po/fa/kfourinline.po 2023-08-16 23:05:40.000000000 +0200 @@ -17,7 +17,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/kfourinline-23.04.3/po/gl/kfourinline.po new/kfourinline-23.08.0/po/gl/kfourinline.po --- old/kfourinline-23.04.3/po/gl/kfourinline.po 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/po/gl/kfourinline.po 2023-08-16 23:05:40.000000000 +0200 @@ -51,12 +51,12 @@ #, kde-format msgctxt "@title:window" msgid "Chat Dlg" -msgstr "Diálogo de conversa" +msgstr "Diálogo de charla" #: chatdlg.cpp:48 #, kde-format msgid "Chat" -msgstr "Conversa" +msgstr "Charla" #: chatdlg.cpp:54 #, kde-format @@ -109,7 +109,7 @@ #, kde-format msgctxt "@title:window" msgid "Configure Chat" -msgstr "Configurar a conversa" +msgstr "Configurar a charla" #: kchatdialog.cpp:92 kchatdialog.cpp:114 #, kde-format @@ -474,7 +474,7 @@ #: kwin4.cpp:273 #, kde-format msgid "Network Chat..." -msgstr "Conversa pola redeâ¦" +msgstr "Charla pola redeâ¦" #: kwin4.cpp:278 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/po/zh_CN/kfourinline.po new/kfourinline-23.08.0/po/zh_CN/kfourinline.po --- old/kfourinline-23.04.3/po/zh_CN/kfourinline.po 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/po/zh_CN/kfourinline.po 2023-08-16 23:05:40.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-28 00:43+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/kfourinline-23.04.3/src/CMakeLists.txt new/kfourinline-23.08.0/src/CMakeLists.txt --- old/kfourinline-23.04.3/src/CMakeLists.txt 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/CMakeLists.txt 2023-08-16 23:05:40.000000000 +0200 @@ -79,9 +79,12 @@ file(GLOB ICONS_SRCS "${CMAKE_SOURCE_DIR}/icons/*-apps-kfourinline.png") ecm_add_app_icon(kfourinline ICONS ${ICONS_SRCS}) +if (QT_MAJOR_VERSION STREQUAL "6") + target_link_libraries(kfourinline KDEGames6 KDEGames6Private) +else() + target_link_libraries(kfourinline KF5KDEGames KF5KDEGamesPrivate) +endif() target_link_libraries(kfourinline - KF5KDEGames - KF5KDEGamesPrivate KF${KF_MAJOR_VERSION}::CoreAddons KF${KF_MAJOR_VERSION}::Crash KF${KF_MAJOR_VERSION}::DNSSD @@ -106,9 +109,12 @@ kwin4proc.h ) +if (QT_MAJOR_VERSION STREQUAL "6") + target_link_libraries(kfourinlineproc KDEGames6 KDEGames6Private) +else() + target_link_libraries(kfourinlineproc KF5KDEGames KF5KDEGamesPrivate) +endif() target_link_libraries(kfourinlineproc - KF5KDEGames - KF5KDEGamesPrivate Qt${QT_MAJOR_VERSION}::Svg ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/chatdlg.cpp new/kfourinline-23.08.0/src/chatdlg.cpp --- old/kfourinline-23.04.3/src/chatdlg.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/chatdlg.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -77,3 +77,5 @@ } mChat->setFromPlayer(p); } + +#include "moc_chatdlg.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/displaygame.cpp new/kfourinline-23.08.0/src/displaygame.cpp --- old/kfourinline-23.04.3/src/displaygame.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/displaygame.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -379,3 +379,5 @@ { return mScoreBoard; } + +#include "moc_displaygame.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/displayintro.cpp new/kfourinline-23.08.0/src/displayintro.cpp --- old/kfourinline-23.04.3/src/displayintro.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/displayintro.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -567,3 +567,5 @@ } return; } + +#include "moc_displayintro.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kchatdialog.cpp new/kfourinline-23.08.0/src/kchatdialog.cpp --- old/kfourinline-23.04.3/src/kchatdialog.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kchatdialog.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -269,3 +269,5 @@ } return max; } + +#include "moc_kchatdialog.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kgameconnectdialog.cpp new/kfourinline-23.08.0/src/kgameconnectdialog.cpp --- old/kfourinline-23.04.3/src/kgameconnectdialog.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kgameconnectdialog.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -227,3 +227,5 @@ Q_EMIT signalServerTypeChanged(t); } } + +#include "moc_kgameconnectdialog.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kgamedebugdialog.cpp new/kfourinline-23.08.0/src/kgamedebugdialog.cpp --- old/kfourinline-23.04.3/src/kgamedebugdialog.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kgamedebugdialog.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -553,3 +553,5 @@ } return true; } + +#include "moc_kgamedebugdialog.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kgamedialog.cpp new/kfourinline-23.08.0/src/kgamedialog.cpp --- old/kfourinline-23.04.3/src/kgamedialog.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kgamedialog.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -229,3 +229,5 @@ { d->mConfigWidgets.removeAll((KGameDialogConfig *)configWidget); } + +#include "moc_kgamedialog.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kgamedialogconfig.cpp new/kfourinline-23.08.0/src/kgamedialogconfig.cpp --- old/kfourinline-23.04.3/src/kgamedialogconfig.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kgamedialogconfig.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -238,3 +238,5 @@ d->mConnect->setType(type); d->mConnect->setName(name); } + +#include "moc_kgamedialogconfig.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kgameprocess.cpp new/kfourinline-23.08.0/src/kgameprocess.cpp --- old/kfourinline-23.04.3/src/kgameprocess.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kgameprocess.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -208,3 +208,5 @@ return; } + +#include "moc_kgameprocess.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kwin4.cpp new/kfourinline-23.08.0/src/kwin4.cpp --- old/kfourinline-23.04.3/src/kwin4.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kwin4.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -794,3 +794,5 @@ connect(dialog, &KConfigDialog::settingsChanged, mDoc, &KWin4Doc::loadSettings); dialog->show(); } + +#include "moc_kwin4.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kwin4doc.cpp new/kfourinline-23.08.0/src/kwin4doc.cpp --- old/kfourinline-23.04.3/src/kwin4doc.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kwin4doc.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -1332,3 +1332,5 @@ if (global_debug > 1) qCDebug(KFOURINLINE_LOG) << "newPlayersJoin: DONE"; } + +#include "moc_kwin4doc.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kwin4gamesequence.cpp new/kfourinline-23.08.0/src/kwin4gamesequence.cpp --- old/kfourinline-23.04.3/src/kwin4gamesequence.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kwin4gamesequence.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -26,3 +26,5 @@ { return m_game->doCheckGameOver(player); } + +#include "moc_kwin4gamesequence.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kwin4player.cpp new/kfourinline-23.08.0/src/kwin4player.cpp --- old/kfourinline-23.04.3/src/kwin4player.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kwin4player.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -130,3 +130,5 @@ mAllRemis = 0; } } + +#include "moc_kwin4player.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kwin4proc.cpp new/kfourinline-23.08.0/src/kwin4proc.cpp --- old/kfourinline-23.04.3/src/kwin4proc.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kwin4proc.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -659,3 +659,5 @@ fflush(stderr); return 1; } + +#include "moc_kwin4proc.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/kwin4view.cpp new/kfourinline-23.08.0/src/kwin4view.cpp --- old/kfourinline-23.04.3/src/kwin4view.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/kwin4view.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -492,3 +492,5 @@ mIntroDisplay->viewEvent(event); return QGraphicsView::viewportEvent(event); } + +#include "moc_kwin4view.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/org.kde.kfourinline.appdata.xml new/kfourinline-23.08.0/src/org.kde.kfourinline.appdata.xml --- old/kfourinline-23.04.3/src/org.kde.kfourinline.appdata.xml 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/org.kde.kfourinline.appdata.xml 2023-08-16 23:05:40.000000000 +0200 @@ -12,6 +12,7 @@ <name xml:lang="de">Vier gewinnt</name> <name xml:lang="el">KFourInLine</name> <name xml:lang="en-GB">KFourInLine</name> + <name xml:lang="eo">KFourInLine</name> <name xml:lang="es">KFourInLine</name> <name xml:lang="et">KFourInLine</name> <name xml:lang="eu">KFourInLine</name> @@ -43,6 +44,7 @@ <summary xml:lang="de">Vier Gewinnt ist ein Strategiespiel von KDE</summary> <summary xml:lang="el">Το KFourInLine είναι Îνα ÏÎÏÏεÏα-ÏÏη-ÏειÏά ÏαιÏνίδι αÏÏ Ïο KDE</summary> <summary xml:lang="en-GB">KFourInLine is a four-in-a-row game by KDE</summary> + <summary xml:lang="eo">KFourInLine estas kvar-en-vica ludo de KDE</summary> <summary xml:lang="es">KFourInLine es un juego de cuatro en raya creado por KDE</summary> <summary xml:lang="et">KFourInLine on KDE "neli ühes reas" mäng</summary> <summary xml:lang="eu">KFourinline KDEk eginiko lauko artzain joko bat da</summary> @@ -75,6 +77,7 @@ <p xml:lang="de">KFourInLine ist ein auf âVier gewinntâ basierendes Brettspiel für zwei Spieler. Die Spieler versuchen mithilfe verschiedener Strategien auf einem Brett eine Reihe von vier Spielsteinen zu legen.</p> <p xml:lang="el">Το KFourInLine είναι Îνα εÏιÏÏαÏÎζιο ÏαιÏνίδι για δÏο ÏαίκÏÎµÏ Î¼Îµ βάÏη Ïο ÏαιÏνίδι Connect-Four (Î£Ï Î½Î´ÎÏÏε-ÏÎÏÏεÏα). Îι ÏαίκÏÎµÏ ÏÏοÏÏαθοÏν να καÏαÏÎºÎµÏ Î¬ÏÎ¿Ï Î½ μια γÏαμμή αÏÏ ÏÎÏÏεÏα κομμάÏια Î±ÎºÎ¿Î»Î¿Ï Î¸ÏνÏÎ±Ï Î´Î¹Î±ÏοÏεÏικÎÏ ÏÏÏαÏηγικÎÏ. </p> <p xml:lang="en-GB">KFourInLine is a board game for two players based on the Connect-Four game. The players try to build up a row of four pieces using different strategies.</p> + <p xml:lang="eo">KFourInLine estas tabulludo por du ludantoj bazita sur la ludo Connect-Four. La ludantoj provas konstrui vicon de kvar pecoj uzante variajn strategiojn.</p> <p xml:lang="es">KFourInLine es un juego de tablero para dos jugadores basado en el juego «Conecta cuatro». Los jugadores deben construir una fila de cuatro piezas usando diferentes estrategias.</p> <p xml:lang="et">KFourInLine on kahe mängijaga lauamäng, mille aluseks on mäng Connect-Four. Mängijad üritavad eri strateegiaid kasutades luua neljast elemendist koosnevat rida.</p> <p xml:lang="eu">KFourInLine «Konektatu-Lau» jokoan oinarritutako 2 jokalarirentzako taula joko bat da. Jokalariak, estrategia ezberdinak erabiliz, 4 piezatako errenkada bat osatzen saiatzen dira.</p> @@ -111,6 +114,7 @@ <caption xml:lang="de">Vier gewinnt spielen</caption> <caption xml:lang="el">Î Î±Î¯Î¶Ï KFourInLine</caption> <caption xml:lang="en-GB">Playing KFourInLine</caption> + <caption xml:lang="eo">Ludante KFourInLine</caption> <caption xml:lang="es">Jugando a KFourInLine</caption> <caption xml:lang="et">KFourInLine'i mängimine</caption> <caption xml:lang="eu">KFourinline-ra jokatzen</caption> @@ -143,10 +147,10 @@ <binary>kfourinline</binary> </provides> <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"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/org.kde.kfourinline.desktop new/kfourinline-23.08.0/src/org.kde.kfourinline.desktop --- old/kfourinline-23.04.3/src/org.kde.kfourinline.desktop 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/org.kde.kfourinline.desktop 2023-08-16 23:05:40.000000000 +0200 @@ -9,6 +9,7 @@ Name[de]=Vier gewinnt Name[el]=KFourInLine Name[en_GB]=KFourInLine +Name[eo]=KFourInLine Name[es]=KFourInLine Name[et]=KFourInLine Name[eu]=KFourInLine @@ -117,6 +118,7 @@ Comment[de]=Brettspiel für zwei Spieler, das auf dem Spiel âVier Gewinntâ basiert. Comment[el]=ÎλαÏÎ¹ÎºÏ ÏαιÏνίδι διαδοÏÎ®Ï Î±Î½ÏιÏάλÏν Comment[en_GB]=Classic turn based game +Comment[eo]=Klasika vicobazita ludo Comment[es]=Juego clásico basado en turnos Comment[et]=Klassikaline käigupõhine mäng Comment[eu]=Txandatan oinarritutako joko klasikoa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/reflectiongraphicsscene.cpp new/kfourinline-23.08.0/src/reflectiongraphicsscene.cpp --- old/kfourinline-23.04.3/src/reflectiongraphicsscene.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/reflectiongraphicsscene.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -86,3 +86,5 @@ if (mBackground) QGraphicsScene::drawBackground(painter, rect); } + +#include "moc_reflectiongraphicsscene.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/score.cpp new/kfourinline-23.08.0/src/score.cpp --- old/kfourinline-23.04.3/src/score.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/score.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -50,3 +50,5 @@ mDisplay->setInput(mInputDevice[i], i); } } + +#include "moc_score.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/spritenotify.cpp new/kfourinline-23.08.0/src/spritenotify.cpp --- old/kfourinline-23.04.3/src/spritenotify.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/spritenotify.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -22,3 +22,5 @@ { Q_EMIT signalNotify(mParent, mode); } + +#include "moc_spritenotify.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfourinline-23.04.3/src/thememanager.cpp new/kfourinline-23.08.0/src/thememanager.cpp --- old/kfourinline-23.04.3/src/thememanager.cpp 2023-07-04 06:53:05.000000000 +0200 +++ new/kfourinline-23.08.0/src/thememanager.cpp 2023-08-16 23:05:40.000000000 +0200 @@ -233,3 +233,5 @@ if (mThemeManager) mThemeManager->unregisterTheme(this); } + +#include "moc_thememanager.cpp"
