Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kigo for openSUSE:Factory checked in at 2023-08-31 13:44:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kigo (Old) and /work/SRC/openSUSE:Factory/.kigo.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kigo" Thu Aug 31 13:44:32 2023 rev:135 rq:1105698 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kigo/kigo.changes 2023-07-07 15:50:58.629502999 +0200 +++ /work/SRC/openSUSE:Factory/.kigo.new.1766/kigo.changes 2023-08-31 13:48:33.058298734 +0200 @@ -1,0 +2,25 @@ +Sun Aug 20 13:59:32 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- 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:48 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.07.90 + * New feature release +- No code change since 23.07.80 + +------------------------------------------------------------------- +Tue Aug 1 10:13:49 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- 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 + +------------------------------------------------------------------- Old: ---- kigo-23.04.3.tar.xz kigo-23.04.3.tar.xz.sig New: ---- kigo-23.08.0.tar.xz kigo-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kigo.spec ++++++ --- /var/tmp/diff_new_pack.3VVCSr/_old 2023-08-31 13:48:34.366345486 +0200 +++ /var/tmp/diff_new_pack.3VVCSr/_new 2023-08-31 13:48:34.370345629 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: kigo -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Traditional Chinese Boardgame by KDE License: GPL-2.0-or-later ++++++ kigo-23.04.3.tar.xz -> kigo-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/.flatpak-manifest.json new/kigo-23.08.0/.flatpak-manifest.json --- old/kigo-23.04.3/.flatpak-manifest.json 1970-01-01 01:00:00.000000000 +0100 +++ new/kigo-23.08.0/.flatpak-manifest.json 2023-08-16 23:06:10.000000000 +0200 @@ -0,0 +1,57 @@ +{ + "id": "org.kde.kigo", + "runtime": "org.kde.Platform", + "runtime-version": "5.15-22.08", + "sdk": "org.kde.Sdk", + "command": "kigo", + "rename-icon": "kigo", + "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": "gnugo", + "build-options": { + "cflags": "-fcommon" + }, + "sources": [ + { + "type": "archive", + "url": "https://ftp.gnu.org/gnu/gnugo/gnugo-3.8.tar.gz", + "sha256": "da68d7a65f44dcf6ce6e4e630b6f6dd9897249d34425920bfdd4e07ff1866a72", + "x-checker-data": { + "type": "anitya", + "project-id": 1209, + "stable-only": true, + "url-template": "https://ftp.gnu.org/gnu/gnugo/gnugo-$version.tar.gz" + } + } + ] + }, + { + "name": "kigo", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "dir", + "path": "." + } + ] + } + ] +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/.flatpak-manifest.json.license new/kigo-23.08.0/.flatpak-manifest.json.license --- old/kigo-23.04.3/.flatpak-manifest.json.license 1970-01-01 01:00:00.000000000 +0100 +++ new/kigo-23.08.0/.flatpak-manifest.json.license 2023-08-16 23:06:10.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/kigo-23.04.3/.gitlab-ci.yml new/kigo-23.08.0/.gitlab-ci.yml --- old/kigo-23.04.3/.gitlab-ci.yml 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/.gitlab-ci.yml 2023-08-16 23:06:10.000000000 +0200 @@ -8,3 +8,4 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/CMakeLists.txt new/kigo-23.08.0/CMakeLists.txt --- old/kigo-23.04.3/CMakeLists.txt 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/CMakeLists.txt 2023-08-16 23:06:10.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 KIGO_BASE_VERSION once new features are added @@ -54,7 +54,11 @@ NewStuff ) -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() find_package(GNUGo QUIET) set_package_properties(GNUGo PROPERTIES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/data/themes/default.desktop new/kigo-23.08.0/data/themes/default.desktop --- old/kigo-23.04.3/data/themes/default.desktop 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/data/themes/default.desktop 2023-08-16 23:06:10.000000000 +0200 @@ -74,6 +74,7 @@ Description[de]=Das Standard-Design für Kigo in KDE4. Description[el]=Î ÏοκαθοÏιÏμÎνο θÎμα Kigo για Ïο KDE 4 Description[en_GB]=Kigo Default theme for KDE 4 +Description[eo]=Kigo DefaÅlta etoso por KDE 4 Description[es]=Tema predeterminado de Kigo para KDE 4 Description[et]=Kigo KDE4 vaiketeema Description[eu]=Kigo gai lehenetsia KDE 4rentzako diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/data/themes/plain.desktop new/kigo-23.08.0/data/themes/plain.desktop --- old/kigo-23.04.3/data/themes/plain.desktop 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/data/themes/plain.desktop 2023-08-16 23:06:10.000000000 +0200 @@ -10,6 +10,7 @@ Name[de]=Einfach Name[el]=ÎÏÎ»Ï Name[en_GB]=Plain +Name[eo]=Plata Name[es]=Color liso Name[et]=Tavaline Name[eu]=Laua @@ -59,6 +60,7 @@ Description[de]=Ein einfaches Design für Kigo (basiert auf dem Standarddesign von Arturo Silva). Description[el]=ÎÏÎ»Ï Î¸Îμα Kigo με βάÏη ÏÏοκαθοÏιÏμÎνο θÎμα αÏÏ Ïον Arturo Silva Description[en_GB]=Plain Kigo theme based on Default theme by Arturo Silva +Description[eo]=Plata Kigo-etoso bazita je DefaÅlta etoso de Arturo Silva Description[es]=Tema sencillo de Kigo basado en el tema por defecto de Arturo Silva Description[et]=Kigo tavaline teema, aluseks vaiketeema, autor: Arturo Silva Description[eu]=Kolore soileko gaia, Arturo Silvak eginiko kolore soileko lehenetsitako gaiean oinarritua. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/po/ca/kigo.po new/kigo-23.08.0/po/ca/kigo.po --- old/kigo-23.04.3/po/ca/kigo.po 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/po/ca/kigo.po 2023-08-16 23:06:10.000000000 +0200 @@ -863,33 +863,3 @@ msgctxt "@info:shell" msgid "[gamefile]" msgstr "[fitxer de partida]" - -#~ msgid " Stones" -#~ msgstr " Pedres" - -#~ msgid "List of available/configured engine backends" -#~ msgstr "Llista de dorsals de motor disponibles/configurats" - -#~ msgid "List of backend commands corresponding to the engine list" -#~ msgstr "Llista d'ordres de dorsal corresponents a la llista de motors" - -#~ msgid "for White" -#~ msgstr "per blanques" - -#~ msgid "for Black" -#~ msgstr "per negres" - -#~ msgid "Human" -#~ msgstr "Humà " - -#~ msgid "New Game" -#~ msgstr "Nou joc" - -#~ msgid "Fixed Handicap" -#~ msgstr "Desavantatge fix" - -#~ msgid "Loaded Game" -#~ msgstr "S'ha carregat una partida" - -#~ msgid "Computer (Level 10)" -#~ msgstr "Ordinador (nivell 10)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/po/eo/kigo.po new/kigo-23.08.0/po/eo/kigo.po --- old/kigo-23.04.3/po/eo/kigo.po 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/po/eo/kigo.po 2023-08-16 23:06:10.000000000 +0200 @@ -1,4 +1,5 @@ # Translation of kigo into esperanto. +# Copyright (C) 2009 Free Software Foundation, Inc. # Axel Rousseau <a...@esperanto-jeunes.org>, 2009. # msgid "" @@ -6,8 +7,8 @@ "Project-Id-Version: kigo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-04 00:43+0000\n" -"PO-Revision-Date: 2009-11-15 12:06+0100\n" -"Last-Translator: Axel Rousseau <a...@esperanto-jeunes.org>\n" +"PO-Revision-Date: 2023-03-21 22:43+0100\n" +"Last-Translator: Oliver Kellogg <okell...@users.sourceforge.net>\n" "Language-Team: esperanto <kde-i18n...@kde.org>\n" "Language: eo\n" "MIME-Version: 1.0\n" @@ -54,10 +55,9 @@ msgstr "" #: game/game.cpp:401 -#, fuzzy, kde-format -#| msgid "Backend" +#, kde-format msgid "Black resigned" -msgstr "Interno" +msgstr "" #: game/game.cpp:409 #, kde-format @@ -398,10 +398,9 @@ msgstr "" #: gui/widgets/gamewidget.cpp:81 -#, fuzzy, kde-format -#| msgid "Backend" +#, kde-format msgid "Black's turn" -msgstr "Interno" +msgstr "" #: gui/widgets/gamewidget.cpp:86 gui/widgets/gamewidget.cpp:87 #, kde-format @@ -539,10 +538,9 @@ #. i18n: ectx: property (text), widget (QRadioButton, sizeOther) #: gui/widgets/setupwidget.ui:66 -#, fuzzy, kde-format -#| msgid "Custom:" +#, kde-format msgid "&Custom:" -msgstr "Propra:" +msgstr "&Propra:" #. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, handicapSpinBox) #: gui/widgets/setupwidget.ui:126 @@ -604,10 +602,9 @@ #. i18n: ectx: property (text), widget (QLabel, continueStaticLabel) #: gui/widgets/setupwidget.ui:435 -#, fuzzy, kde-format -#| msgid "Continue" +#, kde-format msgid "Continue:" -msgstr "DaÅrigi" +msgstr "DaÅrigi:" #. i18n: ectx: property (suffix), widget (QSpinBox, startMoveSpinBox) #: gui/widgets/setupwidget.ui:467 @@ -635,10 +632,9 @@ #. i18n: ectx: property (text), widget (QLabel, label_6) #: gui/widgets/setupwidget.ui:595 -#, fuzzy, kde-format -#| msgid "Name:" +#, kde-format msgid "&Name:" -msgstr "Nomo:" +msgstr "&Nomo:" #. i18n: ectx: property (text), widget (QLabel, label1) #. i18n: ectx: property (text), widget (QLabel, label1_3) @@ -650,16 +646,15 @@ #. i18n: ectx: property (text), widget (QLabel, label2) #. i18n: ectx: property (text), widget (QLabel, label2_3) #: gui/widgets/setupwidget.ui:656 gui/widgets/setupwidget.ui:804 -#, fuzzy, kde-format +#, kde-format msgid "Strong" -msgstr "Iteracioj:" +msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, blackIsComputerCheckBox) #: gui/widgets/setupwidget.ui:742 -#, fuzzy, kde-format -#| msgid "Computer" +#, kde-format msgid "C&omputer" -msgstr "Komputilo" +msgstr "K&omputilo" #. i18n: ectx: property (text), widget (QLabel, label_7) #: gui/widgets/setupwidget.ui:762 @@ -825,6 +820,3 @@ msgctxt "@info:shell" msgid "[gamefile]" msgstr "" - -#~ msgid "New Game" -#~ msgstr "Nova ludo" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/po/ka/kigo.po new/kigo-23.08.0/po/ka/kigo.po --- old/kigo-23.04.3/po/ka/kigo.po 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/po/ka/kigo.po 2023-08-16 23:06:10.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kigo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-04 00:43+0000\n" -"PO-Revision-Date: 2022-09-30 15:11+0200\n" +"PO-Revision-Date: 2023-07-14 06:52+0200\n" "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" "Language-Team: Georgian <kde-i18n-...@kde.org>\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.1.1\n" +"X-Generator: Poedit 3.3.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -37,7 +37,7 @@ #: game/game.cpp:320 game/game.cpp:390 gui/mainwindow.cpp:367 #, kde-format msgid "White passed" -msgstr "" +msgstr "áááá áá ááááá¢ááá" #: game/game.cpp:326 #, kde-format @@ -48,7 +48,7 @@ #: game/game.cpp:329 game/game.cpp:392 gui/mainwindow.cpp:369 #, kde-format msgid "Black passed" -msgstr "" +msgstr "á¨áááá ááááá¢ááá" #: game/game.cpp:399 #, kde-format @@ -142,7 +142,7 @@ #: gui/config/generalconfig.ui:137 #, kde-format msgid "Display Board Labels" -msgstr "" +msgstr "ááá¤áá¡ ááááááá¡ á©áááááá" #. i18n: ectx: property (text), widget (QLabel, label_2) #: gui/config/generalconfig.ui:144 @@ -201,37 +201,37 @@ #: gui/mainwindow.cpp:90 #, kde-format msgid "Set up a new game..." -msgstr "" +msgstr "áá®ááá ááááá¨áá¡ ááá áááá...." #: gui/mainwindow.cpp:96 gui/mainwindow.cpp:170 #, kde-format msgid "Kigo Game Files (*.sgf)" -msgstr "" +msgstr "Kigo-áá¡ ááááá¨áá¡ á¤áááááá (*.sgf)" #: gui/mainwindow.cpp:133 #, kde-format msgid "Set up a loaded game..." -msgstr "" +msgstr "á©áá¢ááá áá£áá ááááá¨áá¡ ááá áááá..." #: gui/mainwindow.cpp:136 #, kde-format msgid "Unable to load game..." -msgstr "" +msgstr "ááááá¨áá¡ á©áá¢ááá ááá á¨áá£á«ááááááá..." #: gui/mainwindow.cpp:174 #, kde-format msgid "Game saved..." -msgstr "" +msgstr "ááááá¨á á¨áááá®á£ááá..." #: gui/mainwindow.cpp:176 #, kde-format msgid "Unable to save game." -msgstr "" +msgstr "ááááá¨áá¡ á¨áááá®áá á¨áá£á«ááááááá." #: gui/mainwindow.cpp:223 #, kde-format msgid "Game started..." -msgstr "" +msgstr "ááááá¨á áááá¬á§á..." #: gui/mainwindow.cpp:248 #, kde-format @@ -256,7 +256,7 @@ #: gui/mainwindow.cpp:266 #, kde-format msgid "Undone move" -msgstr "" +msgstr "á¡ááá áááá á£áááá£ááá" #: gui/mainwindow.cpp:274 #, kde-format @@ -276,43 +276,43 @@ #: gui/mainwindow.cpp:317 #, kde-format msgid "Backend was changed, restart necessary..." -msgstr "" +msgstr "á£áááááááá á¨áááªáááá. ááááá¢áá ááá áá£áªáááááááá...." #: gui/mainwindow.cpp:380 gui/mainwindow.cpp:382 #, kde-format msgctxt "@action" msgid "Get More Games..." -msgstr "" +msgstr "ááá¢á ááááá¨áá¡ ááá¦ááá..." #: gui/mainwindow.cpp:387 gui/mainwindow.cpp:389 #, kde-format msgctxt "@action" msgid "Start Game" -msgstr "" +msgstr "ááááá¨áá¡ ááá¬á§ááá" #: gui/mainwindow.cpp:393 gui/mainwindow.cpp:395 #, kde-format msgctxt "@action" msgid "Finish Game" -msgstr "" +msgstr "ááááá¨áá¡ ááá¡á á£áááá" #: gui/mainwindow.cpp:403 #, kde-format msgctxt "@action:inmenu Move" msgid "Pass Move" -msgstr "" +msgstr "á¡áááá¡ ááááá¢ááááá" #: gui/mainwindow.cpp:408 #, kde-format msgctxt "@action:inmenu View" msgid "Show Move &Numbers" -msgstr "" +msgstr "á¡áááá¡ &áááá áááá¡ á©áááááá" #: gui/mainwindow.cpp:421 #, kde-format msgctxt "@title:window" msgid "Game Setup" -msgstr "" +msgstr "ááááá¨áá¡ ááá áááá" #: gui/mainwindow.cpp:430 gui/mainwindow.cpp:436 #, kde-format @@ -324,18 +324,18 @@ #, kde-format msgctxt "@title:window" msgid "Moves" -msgstr "" +msgstr "á¡ááááá" #: gui/mainwindow.cpp:445 #, kde-format msgid "No move" -msgstr "" +msgstr "á¡áááááá¡ ááá áá¨á" #: gui/mainwindow.cpp:456 #, kde-format msgctxt "@title:window" msgid "Error" -msgstr "" +msgstr "á¨ááªáááá" #. i18n: ectx: property (text), widget (QLabel, label) #: gui/widgets/errorwidget.ui:21 @@ -367,19 +367,19 @@ #: gui/widgets/errorwidget.ui:49 #, kde-format msgid "Configure Kigo..." -msgstr "" +msgstr "Kigo-áá¡ ááá áááá..." #: gui/widgets/gamewidget.cpp:41 gui/widgets/gamewidget.cpp:46 #, kde-format msgid "Computer (level %1)" -msgstr "" +msgstr "áááááá£á¢áá á (áááá %1)" #: gui/widgets/gamewidget.cpp:49 #, kde-format msgid "%1 Stone" msgid_plural "%1 Stones" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1 á¥áá" +msgstr[1] "%1 á¥áá" #: gui/widgets/gamewidget.cpp:66 #, kde-format @@ -429,19 +429,19 @@ #: gui/widgets/setupwidget.ui:403 #, kde-format msgid "Komi:" -msgstr "" +msgstr "áááá:" #. i18n: ectx: property (text), widget (QLabel, komiLabel) #: gui/widgets/gamewidget.ui:58 #, kde-format msgid "0.5 Points" -msgstr "" +msgstr "0.5 á¥á£áá" #. i18n: ectx: property (text), widget (QLabel, label) #: gui/widgets/gamewidget.ui:78 #, kde-format msgid "Last move:" -msgstr "" +msgstr "áááá á¡ááá:" #. i18n: ectx: property (text), widget (QLabel, label_2) #: gui/widgets/gamewidget.ui:101 @@ -453,7 +453,7 @@ #: gui/widgets/gamewidget.ui:184 kigo.kcfg:60 #, kde-format msgid "White Player" -msgstr "" +msgstr "áááá á ááááááá¨á" #. i18n: ectx: property (text), widget (QLabel, whiteCapturesLabel) #. i18n: ectx: property (text), widget (QLabel, blackCapturesLabel) @@ -466,20 +466,20 @@ #: gui/widgets/gamewidget.ui:233 kigo.kcfg:46 #, kde-format msgid "Black Player" -msgstr "" +msgstr "á¨ááá ááááááá¨á" #. i18n: ectx: property (text), widget (QPushButton, finishButton) #: gui/widgets/gamewidget.ui:308 #, kde-format msgid "Finish Game" -msgstr "" +msgstr "ááááá¨áá¡ ááá¡á á£áááá" #: gui/widgets/setupwidget.cpp:53 #, kde-format msgid " Stone" msgid_plural " Stones" -msgstr[0] "" -msgstr[1] "" +msgstr[0] " á¥áá" +msgstr[1] " á¥áá" #: gui/widgets/setupwidget.cpp:157 #, kde-format @@ -523,25 +523,25 @@ #: gui/widgets/setupwidget.ui:37 #, kde-format msgid "&Tiny (9x9)" -msgstr "" +msgstr "&ááá¬áá¬ááá (9x9)" #. i18n: ectx: property (text), widget (QRadioButton, sizeMedium) #: gui/widgets/setupwidget.ui:47 #, kde-format msgid "Small (&13x13)" -msgstr "" +msgstr "ááá¢áá á (&13x13)" #. i18n: ectx: property (text), widget (QRadioButton, sizeBig) #: gui/widgets/setupwidget.ui:54 #, kde-format msgid "No&rmal (19x19)" -msgstr "" +msgstr "&ááá áááá£á á (19x19)" #. i18n: ectx: property (text), widget (QRadioButton, sizeOther) #: gui/widgets/setupwidget.ui:66 #, kde-format msgid "&Custom:" -msgstr "" +msgstr "&á®áááá:" #. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, handicapSpinBox) #: gui/widgets/setupwidget.ui:126 @@ -569,7 +569,7 @@ #: gui/widgets/setupwidget.ui:174 #, kde-format msgid " Points" -msgstr "á¥á£áá" +msgstr " á¥á£áá" #. i18n: ectx: property (text), widget (QLabel, eventStaticLabel) #: gui/widgets/setupwidget.ui:237 @@ -593,7 +593,7 @@ #: gui/widgets/setupwidget.ui:339 #, kde-format msgid "Round:" -msgstr "" +msgstr "á áá£ááá:" #. i18n: ectx: property (text), widget (QLabel, scoreStaticLabel) #: gui/widgets/setupwidget.ui:371 @@ -611,13 +611,13 @@ #: gui/widgets/setupwidget.ui:467 #, kde-format msgid " of 999" -msgstr "" +msgstr " 999-ááá" #. i18n: ectx: property (prefix), widget (QSpinBox, startMoveSpinBox) #: gui/widgets/setupwidget.ui:470 #, kde-format msgid "Move " -msgstr "áááááááááááá" +msgstr "áááááááááááá " #. i18n: ectx: property (text), widget (QLabel, timeStaticLabel) #: gui/widgets/setupwidget.ui:489 @@ -679,13 +679,13 @@ #: kigo.kcfg:21 #, kde-format msgid "The graphical theme to be used" -msgstr "" +msgstr "áá áá¤ááá£áá áááá" #. i18n: ectx: label, entry (ShowBoardLabels), group (UserInterface) #: kigo.kcfg:25 #, kde-format msgid "Determines whether board labels are shown" -msgstr "" +msgstr "ááá©ááááááá ááá¤áá¡ áááááá, áᣠáá á" #. i18n: ectx: label, entry (ShowMoveNumbers), group (UserInterface) #: kigo.kcfg:29 @@ -709,37 +709,37 @@ #: kigo.kcfg:45 #, kde-format msgid "The name of the black player" -msgstr "" +msgstr "á¨ááá ááááááá¨áá¡ á¡áá®ááá" #. i18n: ectx: label, entry (BlackPlayerStrength), group (Game) #: kigo.kcfg:49 #, kde-format msgid "The strength of the black player" -msgstr "" +msgstr "á¨ááá ááááááá¨áá¡ á¡áá«áááá á" #. i18n: ectx: label, entry (WhitePlayerHuman), group (Game) #: kigo.kcfg:55 #, kde-format msgid "Is white a human player?" -msgstr "" +msgstr "áááá á ááááááá¨á ááááááááá?" #. i18n: ectx: label, entry (WhitePlayerName), group (Game) #: kigo.kcfg:59 #, kde-format msgid "The name of the white player" -msgstr "" +msgstr "áááá á ááááááá¨áá¡ á¡áá®ááá" #. i18n: ectx: label, entry (WhitePlayerStrength), group (Game) #: kigo.kcfg:63 #, kde-format msgid "The strength of the white player" -msgstr "" +msgstr "áááá á ááááááá¨áá¡ á¡áá«áááá á" #. i18n: ectx: label, entry (BoardSize), group (Game) #: kigo.kcfg:69 #, kde-format msgid "Go board size" -msgstr "" +msgstr "Go á¡áááááá¨á ááá¤áá¡ áááá" #. i18n: ectx: label, entry (Komi), group (Game) #: kigo.kcfg:76 @@ -757,7 +757,7 @@ #: kigo.kcfg:83 #, kde-format msgid "Extra stones for the black player" -msgstr "" +msgstr "ááááá¢ááááá á¥áááá á¨ááá ááááááá¨áá¡áááá¡" #: main.cpp:49 #, kde-format @@ -767,17 +767,17 @@ #: main.cpp:50 #, kde-format msgid "KDE Go Board Game" -msgstr "" +msgstr "á¡ááááááá ááááá¨á Go, KDE-á¡ááá" #: main.cpp:51 #, kde-format msgid "Copyright (c) 2008-2010 Sascha Peilicke" -msgstr "" +msgstr "Copyright (c) 2008-2010 Sascha Peilicke" #: main.cpp:52 #, kde-format msgid "Sascha Peilicke (saschpe)" -msgstr "" +msgstr "Sascha Peilicke (saschpe)" #: main.cpp:52 #, kde-format @@ -792,32 +792,32 @@ #: main.cpp:54 #, kde-format msgid "Documentation editor" -msgstr "" +msgstr "áááá£áááá¢ááªááá¡ á áááá¥á¢áá á" #: main.cpp:56 #, kde-format msgid "Arturo Silva" -msgstr "" +msgstr "Arturo Silva" #: main.cpp:56 #, kde-format msgid "Default theme designer" -msgstr "" +msgstr "áááá£ááá¡á®áááá ááááá¡ áááááááá á" #: main.cpp:64 main.cpp:65 #, kde-format msgctxt "@info:shell" msgid "Game to load (SGF file)" -msgstr "" +msgstr "ááááá¨áá¡ á©áá¢ááá ááá (SGF á¤áááá)" #: main.cpp:64 #, kde-format msgctxt "@info:shell" msgid "gamefile" -msgstr "" +msgstr "gamefile" #: main.cpp:65 #, kde-format msgctxt "@info:shell" msgid "[gamefile]" -msgstr "" +msgstr "[gamefile]" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/po/zh_CN/kigo.po new/kigo-23.08.0/po/zh_CN/kigo.po --- old/kigo-23.04.3/po/zh_CN/kigo.po 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/po/zh_CN/kigo.po 2023-08-16 23:06:10.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-04 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/kigo-23.04.3/src/CMakeLists.txt new/kigo-23.08.0/src/CMakeLists.txt --- old/kigo-23.04.3/src/CMakeLists.txt 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/CMakeLists.txt 2023-08-16 23:06:10.000000000 +0200 @@ -57,8 +57,13 @@ file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../data/icons/*-apps-kigo.png") ecm_add_app_icon(kigo ICONS ${ICONS_SRCS}) +if (QT_MAJOR_VERSION STREQUAL "6") + target_link_libraries(kigo KDEGames6) +else() + target_link_libraries(kigo KF5KDEGames) +endif() + target_link_libraries(kigo - KF5KDEGames KF${KF_MAJOR_VERSION}::XmlGui KF${KF_MAJOR_VERSION}::KIOWidgets # KUrlRequester KF${KF_MAJOR_VERSION}::TextWidgets # KPluralHandlingSpinBox diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/game/game.cpp new/kigo-23.08.0/src/game/game.cpp --- old/kigo-23.04.3/src/game/game.cpp 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/game/game.cpp 2023-08-16 23:06:10.000000000 +0200 @@ -781,3 +781,5 @@ } } // End of namespace Kigo + +#include "moc_game.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/game/score.cpp new/kigo-23.08.0/src/game/score.cpp --- old/kigo-23.04.3/src/game/score.cpp 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/game/score.cpp 2023-08-16 23:06:10.000000000 +0200 @@ -60,3 +60,5 @@ } } // End of namespace Kigo + +#include "moc_score.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/gui/config/generalconfig.cpp new/kigo-23.08.0/src/gui/config/generalconfig.cpp --- old/kigo-23.04.3/src/gui/config/generalconfig.cpp 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/gui/config/generalconfig.cpp 2023-08-16 23:06:10.000000000 +0200 @@ -41,3 +41,5 @@ } } // End of namespace Kigo + +#include "moc_generalconfig.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/gui/graphicsview/gamescene.cpp new/kigo-23.08.0/src/gui/graphicsview/gamescene.cpp --- old/kigo-23.04.3/src/gui/graphicsview/gamescene.cpp 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/gui/graphicsview/gamescene.cpp 2023-08-16 23:06:10.000000000 +0200 @@ -401,3 +401,5 @@ } } // End of namespace Kigo + +#include "moc_gamescene.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/gui/graphicsview/gameview.cpp new/kigo-23.08.0/src/gui/graphicsview/gameview.cpp --- old/kigo-23.04.3/src/gui/graphicsview/gameview.cpp 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/gui/graphicsview/gameview.cpp 2023-08-16 23:06:10.000000000 +0200 @@ -49,3 +49,5 @@ } } // End of namespace Kigo + +#include "moc_gameview.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/gui/graphicsview/themerenderer.cpp new/kigo-23.08.0/src/gui/graphicsview/themerenderer.cpp --- old/kigo-23.04.3/src/gui/graphicsview/themerenderer.cpp 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/gui/graphicsview/themerenderer.cpp 2023-08-16 23:06:10.000000000 +0200 @@ -223,3 +223,5 @@ } } // End of namespace Kigo + +#include "moc_themerenderer.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/gui/mainwindow.cpp new/kigo-23.08.0/src/gui/mainwindow.cpp --- old/kigo-23.04.3/src/gui/mainwindow.cpp 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/gui/mainwindow.cpp 2023-08-16 23:06:10.000000000 +0200 @@ -469,3 +469,5 @@ } } // End of namespace Kigo + +#include "moc_mainwindow.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/gui/org.kde.kigo.appdata.xml new/kigo-23.08.0/src/gui/org.kde.kigo.appdata.xml --- old/kigo-23.04.3/src/gui/org.kde.kigo.appdata.xml 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/gui/org.kde.kigo.appdata.xml 2023-08-16 23:06:10.000000000 +0200 @@ -12,6 +12,7 @@ <name xml:lang="de">Kigo</name> <name xml:lang="el">Kigo</name> <name xml:lang="en-GB">Kigo</name> + <name xml:lang="eo">Kigo</name> <name xml:lang="es">Kigo</name> <name xml:lang="et">Kigo</name> <name xml:lang="eu">Kigo</name> @@ -49,6 +50,7 @@ <summary xml:lang="de">âGoâ-Brettspiel</summary> <summary xml:lang="el">ÎÏιÏÏαÏÎζιο ÏαιÏνίδι Go</summary> <summary xml:lang="en-GB">Go Board Game</summary> + <summary xml:lang="eo">Go-bretludo</summary> <summary xml:lang="es">Juego de tablero Go</summary> <summary xml:lang="et">Go mäng</summary> <summary xml:lang="eu">Go Mahai Jokoa</summary> @@ -93,6 +95,7 @@ <p xml:lang="de">Kigo ist eine quelloffene Umsetzung des sehr bekannten Brettspiels Go. Go ist ein strategisches Brettspiel für zwei Spieler und wird auch als igo (japanisch), weigi, wei ch'i (chinesisch) oder baduk (koreanisch) bezeichnet. Es wird trotz seiner einfachen Regeln als reichhaltig in der strategischen Komplexität bezeichnet. Die beiden Spieler legen abwechselnd die schwarzen bzw. weiÃen Steine (heutzutage aus Glas oder Kunststoff) auf den freien Schnittpunkten eines Rasters mit 19 x 19 Linien (9 x 9 oder 13 x 13 bei den einfacheren Arten).</p> <p xml:lang="el">Το Kigo είναι μια ανοιÏÏÎ¿Ï ÎºÏδικα Ï Î»Î¿ÏοίηÏη ÏÎ¿Ï Î´Î·Î¼Î¿ÏιλοÏÏ ÏαιÏÎ½Î¹Î´Î¹Î¿Ï Go. Το Go είναι Îνα εÏιÏÏαÏÎζιο ÏαιÏνίδι ÏÏÏαÏÎ·Î³Î¹ÎºÎ®Ï Î³Î¹Î± δÏο ÏαίκÏεÏ. Îίναι εÏίÏÎ·Ï Î³Î½ÏÏÏÏ ÏÏ igo (ÏÏα ÎαÏÏνικά), weigi ή wei ch'i (ÏÏα Îινεζικά) ή baduk (ÏÏα ÎοÏεαÏικά). Το Go είναι αξιοÏημείÏÏο για Ïον ÏλοÏÏο και Ïην ÏÎ¿Î»Ï ÏλοκÏÏηÏα ÏÎ·Ï ÏÏÏαÏÎ·Î³Î¹ÎºÎ®Ï ÏαÏά Ïην αÏλÏÏηÏα ÏÏν κανÏνÏν ÏÎ¿Ï . Το ÏαιÏνίδι ÏαίζεÏαι με δÏο ÏαίκÏÎµÏ Î¿Î¹ οÏοίοι ÏοÏοθεÏοÏν εναλλακÏικά μαÏÏα και Î»ÎµÏ ÎºÎ¬ κομμάÏια (ÏÏÏα καÏαÏÎºÎµÏ Î¬Î¶Î¿Î½Ïαι ÏÏ Î½Î®Î¸ÏÏ Î±ÏÏ Î³Ï Î±Î»Î¯ ή ÏλαÏÏικÏ) ÏÏα κενά ενÏÏ ÎºÎ±Î½Î½Î¬Î²Î¿Ï 19x19 (9x9 ή 13x13 για Ïιο εÏκολα ÏαιÏÎ ½Î¯Î´Î¹Î±).</p> <p xml:lang="en-GB">Kigo is an open-source implementation of the popular Go game. Go is a strategic board game for two players. It is also known as igo (Japanese), weiqi or wei ch'i (Chinese) or baduk (Korean). Go is noted for being rich in strategic complexity despite its simple rules. The game is played by two players who alternately place black and white stones (playing pieces, now usually made of glass or plastic) on the vacant intersections of a grid of 19x19 lines (9x9 or 13x13 for easier games).</p> + <p xml:lang="eo">Kigo estas malfermfonta efektivigo de la populara Go-ludo. Go estas strategia tabulludo por du ludantoj. Äi ankaÅ estas konata kiel igo (japane), weiqi aÅ wei ch'i (Äine) aÅ baduk (koree). Go estas konata pro sia riÄeco je strategia komplekso malgraÅ Äiaj simplaj reguloj. La ludon ludas du ludantoj kiuj alterne metas nigrajn kaj blankajn Åtonojn (ludantajn pecojn, nuntempe kutime faritaj el vitro aÅ plasto) sur la vakajn intersekciÄojn de krado de 19x19 linioj (9x9 aÅ 13x13 por pli facilaj ludoj).</p> <p xml:lang="es">Kigo es una implementación de código abierto del popular juego Go. El Go es un juego de estrategia de tablero para dos jugadores. También se conoce como «igo» (en japonés), «weiqi» o «wei ch'i» (en chino) o baduk (en coreano). El Go es famoso por su rica complejidad estratégica a pesar de sus sencillas reglas. Lo juegan dos jugadores que colocan de modo alternativo piedras blancas y negras (fichas de juego, que en la actualidad están hechas de vidrio o de plástico) en las intersecciones vacÃas de una cuadrÃcula de 19x19 lÃneas (9x9 o 13x13 en los juegos más sencillos).</p> <p xml:lang="et">Kigo on populaarse go-mängu avatud lähtekoodiga teostus. Go on strateegiline lauamäng kahele mängijale. Seda tuntakse ka igo (Jaapanis), weiqi või wei ch'i (Hiinas) või baduki (Koreas) nime all. Go on tuntud selle poolest, et kuigi reeglid on lihtsad, on mängul rikkalikult strateegiaid, mis muudab selle õige keeruliseks. Kaks mängijat asetavad kordamööda musti ja valgeid kive (tänapäeval enamasti klaasist või plastist) 19x19 joonega (lihtsamates variantides 9x9 või 12x13 joonega) võrgustiku tühjadesse ristumiskohtadesse.</p> <p xml:lang="eu">Go joko ezagunaren kode irekiko inplementazioa da Kigo. Go taula-joko estrategikoa da bi jokalarientzat. Igo (japoniarra), weiqi edo wei ch'i (txinatarra) edo baduk (korearra) ere moduan ezagutzen da. Go jokoak nahiz eta arau sinpleak izan konplexutasun estrategiko handia duelako nabarmentzen da. Bi jokalarik jolasten dute, eta txandaka harri zuri eta beltzak jartzen dituzte (joko-piezak, gaur egun beiraz edo plastikoz eginak) 19x19 lerroko sareta bateko bidegurutze hutsetan (9x9 edo 13x13 joko errazagoetarako).</p> @@ -135,10 +138,10 @@ <binary>kigo</binary> </provides> <releases> + <release version="0.6.23080" date="2023-08-24"/> <release version="0.6.23043" date="2023-07-06"/> <release version="0.6.23042" date="2023-06-08"/> <release version="0.6.23041" date="2023-05-11"/> - <release version="0.6.23040" date="2023-04-20"/> </releases> <content_rating type="oars-1.1"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/gui/org.kde.kigo.desktop new/kigo-23.08.0/src/gui/org.kde.kigo.desktop --- old/kigo-23.04.3/src/gui/org.kde.kigo.desktop 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/gui/org.kde.kigo.desktop 2023-08-16 23:06:10.000000000 +0200 @@ -70,6 +70,7 @@ GenericName[de]=âGoâ-Brettspiel GenericName[el]=ÎÏιÏÏαÏÎζιο ÏαιÏνίδι Îκο GenericName[en_GB]=Go Board Game +GenericName[eo]=Go-Bretludilo GenericName[es]=Juego de tablero «Go» GenericName[et]=Go-mäng GenericName[eu]=Go Mahai-jokoa @@ -82,6 +83,7 @@ GenericName[id]=Permainan Papan Go GenericName[is]=GO borðleikur GenericName[it]=Gioco del Go +GenericName[ka]=Go á¡ááááááá ááááá¨á GenericName[kk]="Ðо" ÑаÒÑа ойÑÐ½Ñ GenericName[km]=áá âáá¶ááâáááááâáááá¶á GenericName[ko]=ë°ë ê²ì diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/gui/widgets/errorwidget.cpp new/kigo-23.08.0/src/gui/widgets/errorwidget.cpp --- old/kigo-23.04.3/src/gui/widgets/errorwidget.cpp 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/gui/widgets/errorwidget.cpp 2023-08-16 23:06:10.000000000 +0200 @@ -26,3 +26,5 @@ } } // End of namespace Kigo + +#include "moc_errorwidget.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/gui/widgets/gamewidget.cpp new/kigo-23.08.0/src/gui/widgets/gamewidget.cpp --- old/kigo-23.04.3/src/gui/widgets/gamewidget.cpp 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/gui/widgets/gamewidget.cpp 2023-08-16 23:06:10.000000000 +0200 @@ -99,3 +99,5 @@ } } // End of namespace Kigo + +#include "moc_gamewidget.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kigo-23.04.3/src/gui/widgets/setupwidget.cpp new/kigo-23.08.0/src/gui/widgets/setupwidget.cpp --- old/kigo-23.04.3/src/gui/widgets/setupwidget.cpp 2023-07-04 06:53:25.000000000 +0200 +++ new/kigo-23.08.0/src/gui/widgets/setupwidget.cpp 2023-08-16 23:06:10.000000000 +0200 @@ -335,3 +335,5 @@ } } // End of namespace Kigo + +#include "moc_setupwidget.cpp"