Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kapman for openSUSE:Factory checked in at 2023-08-31 13:44:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kapman (Old) and /work/SRC/openSUSE:Factory/.kapman.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kapman" Thu Aug 31 13:44:09 2023 rev:136 rq:1105646 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kapman/kapman.changes 2023-07-07 15:50:09.213208619 +0200 +++ /work/SRC/openSUSE:Factory/.kapman.new.1766/kapman.changes 2023-08-31 13:47:25.131870882 +0200 @@ -1,0 +2,22 @@ +Sun Aug 20 13:59:09 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:26 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:21:25 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.80 + * New feature release + +------------------------------------------------------------------- Old: ---- kapman-23.04.3.tar.xz kapman-23.04.3.tar.xz.sig New: ---- kapman-23.08.0.tar.xz kapman-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kapman.spec ++++++ --- /var/tmp/diff_new_pack.qAyRdz/_old 2023-08-31 13:47:26.279911916 +0200 +++ /var/tmp/diff_new_pack.qAyRdz/_new 2023-08-31 13:47:26.283912059 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: kapman -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Pac-Man-like game by KDE License: GPL-2.0-or-later ++++++ kapman-23.04.3.tar.xz -> kapman-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/.flatpak-manifest.json new/kapman-23.08.0/.flatpak-manifest.json --- old/kapman-23.04.3/.flatpak-manifest.json 1970-01-01 01:00:00.000000000 +0100 +++ new/kapman-23.08.0/.flatpak-manifest.json 2023-08-16 23:03:58.000000000 +0200 @@ -0,0 +1,38 @@ +{ + "id": "org.kde.kapman", + "runtime": "org.kde.Platform", + "runtime-version": "5.15-22.08", + "sdk": "org.kde.Sdk", + "command": "kapman", + "rename-icon": "kapman", + "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": "kapman", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "dir", + "path": "." + } + ] + } + ] +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/.flatpak-manifest.json.license new/kapman-23.08.0/.flatpak-manifest.json.license --- old/kapman-23.04.3/.flatpak-manifest.json.license 1970-01-01 01:00:00.000000000 +0100 +++ new/kapman-23.08.0/.flatpak-manifest.json.license 2023-08-16 23:03:58.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/kapman-23.04.3/.gitlab-ci.yml new/kapman-23.08.0/.gitlab-ci.yml --- old/kapman-23.04.3/.gitlab-ci.yml 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/.gitlab-ci.yml 2023-08-16 23:03:58.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/kapman-23.04.3/CMakeLists.txt new/kapman-23.08.0/CMakeLists.txt --- old/kapman-23.04.3/CMakeLists.txt 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/CMakeLists.txt 2023-08-16 23:03:58.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(kapman VERSION ${RELEASE_SERVICE_VERSION}) @@ -51,7 +51,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/kapman-23.04.3/po/eo/kapman.po new/kapman-23.08.0/po/eo/kapman.po --- old/kapman-23.04.3/po/eo/kapman.po 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/po/eo/kapman.po 2023-08-16 23:03:58.000000000 +0200 @@ -1,15 +1,16 @@ # translation of kapman.po to esperanto -# Copyright (C) 2009 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) 2009 Free Software Foundation, Inc. +# This file is distributed under the same license as the kapman package. # Emmanuelle Richard <[email protected]>, 2009. +# Oliver Kellogg <[email protected]>, 2023. # msgid "" msgstr "" "Project-Id-Version: kapman\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:43+0000\n" -"PO-Revision-Date: 2009-11-14 16:05+0100\n" -"Last-Translator: Emmanuelle Richard <[email protected]>\n" +"PO-Revision-Date: 2023-06-04 23:16+0100\n" +"Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" "Language: eo\n" "MIME-Version: 1.0\n" @@ -43,10 +44,10 @@ msgstr "PaÅsigita" #: gamescene.cpp:228 -#, fuzzy, kde-format +#, kde-format msgctxt "The number of the game level" msgid "Level %1" -msgstr "Nivelo: %1" +msgstr "Nivelo %1" #. i18n: ectx: label, entry (Theme), group (General) #: kapman.kcfg:9 @@ -61,30 +62,29 @@ msgstr "Äu ludi sonorefektojn." #: kapmanmainwindow.cpp:67 -#, fuzzy, kde-format +#, kde-format msgid "&Play Sounds" -msgstr "&Ludi Sonojn" +msgstr "AÅdigi s&onojn" #: kapmanmainwindow.cpp:71 -#, fuzzy, kde-format -#| msgid "&Change level" +#, kde-format msgid "&Change Level" -msgstr "&ÅanÄi nivelon" +msgstr "Å&anÄi nivelon" #: kapmanmainwindow.cpp:76 kapmanmainwindow.cpp:269 -#, fuzzy, kde-format +#, kde-format msgctxt "Used to display the current level of play to the user" msgid "Level: %1" msgstr "Nivelo: %1" #: kapmanmainwindow.cpp:78 kapmanmainwindow.cpp:274 -#, fuzzy, kde-format +#, kde-format msgctxt "Used to inform the user of their current score" msgid "Score: %1" msgstr "Poentoj: %1" #: kapmanmainwindow.cpp:80 kapmanmainwindow.cpp:279 -#, fuzzy, kde-format +#, kde-format msgctxt "Used to tell the user how many lives they have left" msgid "Lives: %1" msgstr "Vivoj: %1" @@ -95,31 +95,28 @@ msgstr "Äu vi vere volas eliri la nunan ludon?" #: kapmanmainwindow.cpp:147 -#, fuzzy, kde-format -#| msgid "New game" +#, kde-format msgctxt "@title:window" msgid "New Game" msgstr "Nova ludo" #: kapmanmainwindow.cpp:148 -#, fuzzy, kde-format -#| msgctxt "To quit Kapman" -#| msgid "Quit" +#, kde-format msgctxt "@action;button" msgid "Quit Game" -msgstr "Eliri" +msgstr "Forlasi ludon" #: kapmanmainwindow.cpp:177 #, kde-format msgid "Your score is %1 point." msgid_plural "Your score is %1 points." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Via poentaro estas %1 poento." +msgstr[1] "Via poentaro estas %1 poentoj." #: kapmanmainwindow.cpp:177 -#, fuzzy, kde-format +#, kde-format msgid "Game Over" -msgstr "Ludo finita." +msgstr "Ludo finiÄis" #: kapmanmainwindow.cpp:180 #, kde-format @@ -132,16 +129,15 @@ msgstr "Fripono!" #: kapmanmainwindow.cpp:200 -#, fuzzy, kde-format -#| msgid "Change level" +#, kde-format msgid "Change Level" -msgstr "ÅanÄi nivelon" +msgstr "ÅanÄi Nivelon" #: kapmanmainwindow.cpp:200 -#, fuzzy, kde-format +#, kde-format msgctxt "The number of the game level" msgid "Level" -msgstr "Nivelo: %1" +msgstr "Nivelo" #: kapmanmainwindow.cpp:249 #, kde-format @@ -207,16 +203,9 @@ #: main.cpp:49 #, kde-format msgid "Roney Gomes" -msgstr "" +msgstr "Roney Gomes" #: main.cpp:49 #, kde-format msgid "Port to KgSound framework" -msgstr "" - -#, fuzzy -#~ msgid "Theme" -#~ msgstr "Etoso" - -#~ msgid "Game difficulty level." -#~ msgstr "Facileca nivelo." +msgstr "Portado al KgSound-kadro" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/po/zh_CN/kapman.po new/kapman-23.08.0/po/zh_CN/kapman.po --- old/kapman-23.04.3/po/zh_CN/kapman.po 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/po/zh_CN/kapman.po 2023-08-16 23:03:58.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00: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/kapman-23.04.3/src/CMakeLists.txt new/kapman-23.08.0/src/CMakeLists.txt --- old/kapman-23.04.3/src/CMakeLists.txt 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/CMakeLists.txt 2023-08-16 23:03:58.000000000 +0200 @@ -54,8 +54,13 @@ file(GLOB ICONS_SRCS "${CMAKE_SOURCE_DIR}/icons/*-apps-kapman.png") ecm_add_app_icon(kapman ICONS ${ICONS_SRCS}) +if (QT_MAJOR_VERSION STREQUAL "6") + target_link_libraries(kapman KDEGames6) +else() + target_link_libraries(kapman KF5KDEGames) +endif() + target_link_libraries(kapman - KF5KDEGames KF${KF_MAJOR_VERSION}::CoreAddons KF${KF_MAJOR_VERSION}::DBusAddons KF${KF_MAJOR_VERSION}::XmlGui diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/bonus.cpp new/kapman-23.08.0/src/bonus.cpp --- old/kapman-23.04.3/src/bonus.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/bonus.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -28,3 +28,5 @@ { m_points = p_points; } + +#include "moc_bonus.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/character.cpp new/kapman-23.08.0/src/character.cpp --- old/kapman-23.04.3/src/character.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/character.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -237,3 +237,5 @@ setX((m_maze->getColFromX(m_x) + 0.5) * Cell::SIZE); setY((m_maze->getRowFromY(m_y) + 0.5) * Cell::SIZE); } + +#include "moc_character.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/characteritem.cpp new/kapman-23.08.0/src/characteritem.cpp --- old/kapman-23.04.3/src/characteritem.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/characteritem.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -48,3 +48,5 @@ { m_nbBlinks++; } + +#include "moc_characteritem.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/element.cpp new/kapman-23.08.0/src/element.cpp --- old/kapman-23.04.3/src/element.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/element.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -69,3 +69,5 @@ setX(m_xInit); setY(m_yInit); } + +#include "moc_element.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/elementitem.cpp new/kapman-23.08.0/src/elementitem.cpp --- old/kapman-23.04.3/src/elementitem.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/elementitem.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -44,3 +44,5 @@ // Updates the view coordinates setPos(x, y); } + +#include "moc_elementitem.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/energizer.cpp new/kapman-23.08.0/src/energizer.cpp --- old/kapman-23.04.3/src/energizer.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/energizer.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -27,3 +27,5 @@ // Tell to the maze that an element was eaten m_maze->decrementNbElem(); } + +#include "moc_energizer.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/game.cpp new/kapman-23.08.0/src/game.cpp --- old/kapman-23.04.3/src/game.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/game.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -572,3 +572,5 @@ setPreyTimerDuration(); } + +#include "moc_game.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/gamescene.cpp new/kapman-23.08.0/src/gamescene.cpp --- old/kapman-23.04.3/src/gamescene.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/gamescene.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -367,3 +367,5 @@ // Remove the oldest item from the list delete m_wonPointsLabels.takeLast(); } + +#include "moc_gamescene.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/gameview.cpp new/kapman-23.08.0/src/gameview.cpp --- old/kapman-23.04.3/src/gameview.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/gameview.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -35,3 +35,5 @@ { Q_EMIT keyPressed(p_event); } + +#include "moc_gameview.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/ghost.cpp new/kapman-23.08.0/src/ghost.cpp --- old/kapman-23.04.3/src/ghost.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/ghost.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -239,3 +239,5 @@ { return m_preyStateAlmostOver; } + +#include "moc_ghost.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/ghostitem.cpp new/kapman-23.08.0/src/ghostitem.cpp --- old/kapman-23.04.3/src/ghostitem.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/ghostitem.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -71,3 +71,5 @@ } } } + +#include "moc_ghostitem.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/kapman.cpp new/kapman-23.08.0/src/kapman.cpp --- old/kapman-23.04.3/src/kapman.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/kapman.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -191,3 +191,5 @@ break; } } + +#include "moc_kapman.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/kapmanitem.cpp new/kapman-23.08.0/src/kapmanitem.cpp --- old/kapman-23.04.3/src/kapmanitem.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/kapmanitem.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -166,3 +166,5 @@ m_blinkTimer->stop(); } } + +#include "moc_kapmanitem.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/kapmanmainwindow.cpp new/kapman-23.08.0/src/kapmanmainwindow.cpp --- old/kapman-23.04.3/src/kapmanmainwindow.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/kapmanmainwindow.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -293,3 +293,5 @@ menuBar()->setVisible(!fullScreen); statusBar()->setVisible(!fullScreen); } + +#include "moc_kapmanmainwindow.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/maze.cpp new/kapman-23.08.0/src/maze.cpp --- old/kapman-23.04.3/src/maze.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/maze.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -224,3 +224,5 @@ { return m_resurrectionCell; } + +#include "moc_maze.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/mazeitem.cpp new/kapman-23.08.0/src/mazeitem.cpp --- old/kapman-23.04.3/src/mazeitem.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/mazeitem.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -16,3 +16,5 @@ } MazeItem::~MazeItem() = default; + +#include "moc_mazeitem.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/org.kde.kapman.appdata.xml new/kapman-23.08.0/src/org.kde.kapman.appdata.xml --- old/kapman-23.04.3/src/org.kde.kapman.appdata.xml 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/org.kde.kapman.appdata.xml 2023-08-16 23:03:58.000000000 +0200 @@ -13,6 +13,7 @@ <name xml:lang="de">Kapman</name> <name xml:lang="el">Kapman</name> <name xml:lang="en-GB">Kapman</name> + <name xml:lang="eo">Kapman</name> <name xml:lang="es">Kapman</name> <name xml:lang="et">Kapman</name> <name xml:lang="eu">Kapman</name> @@ -51,6 +52,7 @@ <summary xml:lang="de">Pac-Man-Klone</summary> <summary xml:lang="el">ÎλÏÎ½Î¿Ï ÏÎ¿Ï Pac-Man</summary> <summary xml:lang="en-GB">Pac-Man Clone</summary> + <summary xml:lang="eo">Pac-Man-klono</summary> <summary xml:lang="es">Clon de Pac-Man</summary> <summary xml:lang="et">Pac-Mani kloon</summary> <summary xml:lang="eu">Pac-Man-en klona</summary> @@ -90,6 +92,7 @@ <p xml:lang="de">Kapman ist eine Kopie des sehr bekannten Spiels Pac-Man.</p> <p xml:lang="el">Το Kapman είναι ÎÎ½Î±Ï ÎºÎ»ÏÎ½Î¿Ï ÏÎ¿Ï Î³Î½ÏÏÏÎ¿Ï ÏαιÏÎ½Î¹Î´Î¹Î¿Ï Pac-Man.</p> <p xml:lang="en-GB">Kapman is a clone of the well known game Pac-Man.</p> + <p xml:lang="eo">Kapman estas klono de la famkonata ludo Pac-Man.</p> <p xml:lang="es">Kapman es un clon del conocido juego Pac-Man.</p> <p xml:lang="et">Kapman on tuntud mängu Pac-Man kloon.</p> <p xml:lang="eu">Kapman ondo ezaguna den Pac-Man jokoaren klon bat da.</p> @@ -131,6 +134,7 @@ <p xml:lang="de">Sie müssen durch ein Labyrinth rennen und alle âPillenâ fressen ohne von einem Geist erwischt zu werden. Nach dem Fressen eines âAppetitanregersâ können Sie für einige Sekunden auch Geister fressen. Wenn alle âPillenâ und âAppetitanregerâ in der jeweiligen Ebene gefressen wurden, steigt man in die nächste Ebene auf, in der die Geschwindigkeit der Figur und Geister steigt.</p> <p xml:lang="el">Î ÏÎÏει να ÏÏÎÎ¾ÎµÎ¹Ï ÏÏο λαβÏÏινθο και να ÏÎ±Ï Ïλα Ïα ÏάÏια ÏÏÏÎ¯Ï Î½Î± Ïε ÏιάÏει κάÏοιο ÏανÏαÏμαÏάκι. ΤÏÏγονÏÎ±Ï Îνα ÏονÏÏικÏ, ο Kapman αÏοκÏάει Ïην ικανÏÏηÏα να ÏÏÏει ÏανÏαÏμαÏάκια για λίγα Î´ÎµÏ ÏεÏÏλεÏÏα. ÎÏαν Ïο εÏίÏεδο ÎÏει καθαÏιÏÏεί αÏÏ ÏάÏια και ÏονÏÏικά, ο ÏαίκÏÎ·Ï Ïηγαίνει Ïε εÏÏμενο εÏίÏεδο ελάÏιÏÏα Î±Ï Î¾Î·Î¼ÎÎ½Î·Ï ÏαÏÏÏηÏαÏ.</p> <p xml:lang="en-GB">You must run through the maze to eat all pills without being captured by a ghost. By eating an energiser, Kapman gets the ability to eat ghosts for a few seconds. When a stage is cleared of pills and energiser the player is taken to the next stage with slightly increased game speed.</p> + <p xml:lang="eo">Vi devas kuri tra la labirinto por manÄi Äiujn pilolojn sen esti kaptita de fantomo. ManÄante energiigilon, Kapman ricevas la kapablon manÄi fantomojn dum kelkaj sekundoj. Kiam scenejo estas malplenigita je piloloj kaj energiigilo, la ludanto estas prenita al la venonta stadio kun iomete pliigita ludrapideco.</p> <p xml:lang="es">Debes correr a través de un laberinto para comerte todas las pastillas sin que te capture un fantasma. Al tomarse un vigorizador, Kapman adquiere la habilidad de poder comerse a los fantasmas durante algunos segundos. Cuando en un nivel se acaban las pastillas y vigorizantes, el jugador pasa al siguiente nivel, que tendrá una velocidad de juego algo mayor.</p> <p xml:lang="et">Sul tuleb joosta läbi labürindi ja süüa ära kõik pillid, ilma et tont sind ennast nahka ei paneks. Energiapilli ära süües suudab Kapman mõne sekundi vältel isegi tondi nahka pista. Kui kõik pillid, kaasa arvatud energiapill, on ära söödud, avaneb uus tasand, milles mängukiirus on pisut suurem.</p> <p xml:lang="eu">Labirintoan zehar korrika ibili behar duzu pilula guztiak jateko mamu batek atzeman zaitzan gabe. Indar-pilula bat jatean, Kapman-ek, segundo gutxi batzuetan iraungo dion mamuak jateko gaitasuna lortzen du. Jokaleku bateko pilula guztiak irentsi direnean, indar-pilulak barne, jokalaria hurrengo jokalekura igaroko da jokoaren abiadura pixka bat azkartuko delarik.</p> @@ -175,10 +179,10 @@ <binary>kapman</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"> <content_attribute id="violence-cartoon">mild</content_attribute> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/src/pill.cpp new/kapman-23.08.0/src/pill.cpp --- old/kapman-23.04.3/src/pill.cpp 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/src/pill.cpp 2023-08-16 23:03:58.000000000 +0200 @@ -27,3 +27,5 @@ // Tell to the maze that an element was eaten m_maze->decrementNbElem(); } + +#include "moc_pill.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/themes/invisible.desktop new/kapman-23.08.0/themes/invisible.desktop --- old/kapman-23.04.3/themes/invisible.desktop 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/themes/invisible.desktop 2023-08-16 23:03:58.000000000 +0200 @@ -63,6 +63,7 @@ Description[de]=Ist Kapman zu langweilig geworden? Wurden mehr als 100.000 Punkte in den 20 Ebenen erreicht? Dann zum nächsten Schritt: Das unsichtbare Labyrinth. Description[el]=ÎαÏεθήκαÏε Ïο Kapman; ΠεÏιÏÏÏÏεÏοι αÏÏ 100,000 ÏÏνÏοι ÏÎ¬Î½Ï Î±ÏÏ Ïο εÏίÏεδο 20;ÎÏÏμενο βήμα: ο αÏÏαÏÎ¿Ï Î»Î±Î²ÏÏινθοÏ! Description[en_GB]=Getting bored with Kapman? More than 100,000 points over level 20? Next step: the invisible maze! +Description[eo]=Äu enuiÄinta pri Kapman? Pli oli 100 mil poentoj super nivelo 20? Sekva paÅo: la nevidebla labirinto! Description[es]=¿Aburrido de Kapman? ¿Ha conseguido más de 100.000 puntos en el nivel 20? Siguiente paso: ¡el laberinto invisible! Description[et]=Kapmanist tüdinud? Koos juba üle 100 000 punkti ja tase üle 20? Siis on järgmine aste nähtamatu labürint! Description[eu]=Kapman-ekin aspertzen ari zara? 20. mailan 100.000 puntu baino gehiago lortu dituzula? Hurrengo urratsa: labirinto ikusezina! diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/themes/matches.desktop new/kapman-23.08.0/themes/matches.desktop --- old/kapman-23.04.3/themes/matches.desktop 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/themes/matches.desktop 2023-08-16 23:03:58.000000000 +0200 @@ -62,6 +62,7 @@ Description[de]=Ein Labyrinth aus Streichhölzern. Description[el]=ÎÎ½Î±Ï Î»Î±Î²ÏÏÎ¹Î½Î¸Î¿Ï Î¼Îµ ÏÏίÏÏα Description[en_GB]=A matches drawn maze +Description[eo]=Labirinto desegnita per alumetoj Description[es]=Un laberinto dibujado con cerillas Description[et]=Tikkudest labürint Description[eu]=Pospoloekin marraztutako labirinto bat diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapman-23.04.3/themes/retro.desktop new/kapman-23.08.0/themes/retro.desktop --- old/kapman-23.04.3/themes/retro.desktop 2023-07-04 06:52:01.000000000 +0200 +++ new/kapman-23.08.0/themes/retro.desktop 2023-08-16 23:03:58.000000000 +0200 @@ -61,6 +61,7 @@ Description[de]=Das alte Spieldesign neu erleben. Description[el]=Το ÏÎ±Î»Î¹Ï Î¸Îμα ÏÎ¿Ï ÏαιÏÎ½Î¹Î´Î¹Î¿Ï Î±Î½Î±Î½ÎµÏμÎνο Description[en_GB]=The old game theme revisited +Description[eo]=La malnova ludo revizitita Description[es]=El antiguo tema del juego con un nuevo diseño Description[et]=Vana mänguteema uus versioon Description[eu]=Jokuaren gai zaharrari bisita berria
