Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package klines for openSUSE:Factory checked in at 2023-08-31 13:44:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/klines (Old) and /work/SRC/openSUSE:Factory/.klines.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "klines" Thu Aug 31 13:44:42 2023 rev:136 rq:1105716 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/klines/klines.changes 2023-07-07 15:51:11.201577892 +0200 +++ /work/SRC/openSUSE:Factory/.klines.new.1766/klines.changes 2023-08-31 13:48:52.907008174 +0200 @@ -1,0 +2,25 @@ +Sun Aug 20 13:59:40 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:56 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:57 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.80 + * New feature release +- Changes since 23.04.3: + * Add explicit moc includes to sources for moc-covered headers + * Add Flatpak CI/CD + +------------------------------------------------------------------- Old: ---- klines-23.04.3.tar.xz klines-23.04.3.tar.xz.sig New: ---- klines-23.08.0.tar.xz klines-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ klines.spec ++++++ --- /var/tmp/diff_new_pack.ZNrpay/_old 2023-08-31 13:48:54.399061503 +0200 +++ /var/tmp/diff_new_pack.ZNrpay/_new 2023-08-31 13:48:54.407061789 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: klines -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Tactical game License: GPL-2.0-or-later ++++++ klines-23.04.3.tar.xz -> klines-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/.flatpak-manifest.json new/klines-23.08.0/.flatpak-manifest.json --- old/klines-23.04.3/.flatpak-manifest.json 1970-01-01 01:00:00.000000000 +0100 +++ new/klines-23.08.0/.flatpak-manifest.json 2023-08-16 23:07:25.000000000 +0200 @@ -0,0 +1,38 @@ +{ + "id": "org.kde.klines", + "runtime": "org.kde.Platform", + "runtime-version": "5.15-22.08", + "sdk": "org.kde.Sdk", + "command": "klines", + "rename-icon": "klines", + "finish-args": [ + "--share=ipc", + "--socket=fallback-x11", + "--socket=wayland", + "--device=dri", + "--filesystem=xdg-config/kdeglobals:ro" + ], + "modules": [ + { + "name": "libkdegames", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/games/libkdegames", + "branch": "master" + } + ] + }, + { + "name": "klines", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "dir", + "path": "." + } + ] + } + ] +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/.flatpak-manifest.json.license new/klines-23.08.0/.flatpak-manifest.json.license --- old/klines-23.04.3/.flatpak-manifest.json.license 1970-01-01 01:00:00.000000000 +0100 +++ new/klines-23.08.0/.flatpak-manifest.json.license 2023-08-16 23:07:25.000000000 +0200 @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/.gitlab-ci.yml new/klines-23.08.0/.gitlab-ci.yml --- old/klines-23.04.3/.gitlab-ci.yml 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/.gitlab-ci.yml 2023-08-16 23:07:25.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/klines-23.04.3/CMakeLists.txt new/klines-23.08.0/CMakeLists.txt --- old/klines-23.04.3/CMakeLists.txt 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/CMakeLists.txt 2023-08-16 23:07:25.000000000 +0200 @@ -1,8 +1,8 @@ cmake_minimum_required (VERSION 3.16 FATAL_ERROR) 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}") set (RELEASE_SERVICE_COMPACT_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}") @@ -50,7 +50,12 @@ "Tools to generate documentation" TYPE OPTIONAL ) -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 KF 5.103 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/po/eo/klines.po new/klines-23.08.0/po/eo/klines.po --- old/klines-23.04.3/po/eo/klines.po 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/po/eo/klines.po 2023-08-16 23:07:25.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: klines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-28 00:43+0000\n" -"PO-Revision-Date: 2023-01-06 22:00+0100\n" +"PO-Revision-Date: 2023-06-09 20:56+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" "Language: eo\n" @@ -72,7 +72,7 @@ #: klines.cpp:123 klines.cpp:131 #, kde-format msgid "High Scores" -msgstr "" +msgstr "Altaj Poentoj" #. i18n: ectx: label, entry (ShowNext), group (Game) #: klines.kcfg:9 @@ -111,7 +111,7 @@ #: main.cpp:45 #, kde-format msgid "(c) 2000-2015 The KLines Authors" -msgstr "" +msgstr "(c) 2000-2015 La KLines-AÅtoroj" #: main.cpp:48 #, kde-format @@ -156,7 +156,7 @@ #: scene.cpp:296 #, kde-format msgid "There is no path from the selected piece to this cell" -msgstr "" +msgstr "Ne estas vojo de la elektita peco al Äi tiu Äelo" #: scene.cpp:684 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/po/fa/klines.po new/klines-23.08.0/po/fa/klines.po --- old/klines-23.04.3/po/fa/klines.po 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/po/fa/klines.po 2023-08-16 23:07:25.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/klines-23.04.3/po/zh_CN/klines.po new/klines-23.08.0/po/zh_CN/klines.po --- old/klines-23.04.3/po/zh_CN/klines.po 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/po/zh_CN/klines.po 2023-08-16 23:07:25.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-28 00:43+0000\n" -"PO-Revision-Date: 2023-07-03 11:41\n" +"PO-Revision-Date: 2023-08-02 12:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/src/CMakeLists.txt new/klines-23.08.0/src/CMakeLists.txt --- old/klines-23.04.3/src/CMakeLists.txt 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/src/CMakeLists.txt 2023-08-16 23:07:25.000000000 +0200 @@ -40,8 +40,13 @@ file(GLOB ICONS_SRCS "${CMAKE_SOURCE_DIR}/icons/*-apps-klines.png") ecm_add_app_icon(klines ICONS ${ICONS_SRCS}) +if (QT_MAJOR_VERSION STREQUAL "6") + target_link_libraries(klines KDEGames6) +else() + target_link_libraries(klines KF5KDEGames) +endif() + target_link_libraries(klines - KF5KDEGames KF${KF_MAJOR_VERSION}::CoreAddons KF${KF_MAJOR_VERSION}::Crash KF${KF_MAJOR_VERSION}::DBusAddons diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/src/animator.cpp new/klines-23.08.0/src/animator.cpp --- old/klines-23.04.3/src/animator.cpp 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/src/animator.cpp 2023-08-16 23:07:25.000000000 +0200 @@ -310,4 +310,4 @@ Q_EMIT bornFinished(); } - +#include "moc_animator.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/src/ballitem.cpp new/klines-23.08.0/src/ballitem.cpp --- old/klines-23.04.3/src/ballitem.cpp 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/src/ballitem.cpp 2023-08-16 23:07:25.000000000 +0200 @@ -57,4 +57,4 @@ setSpriteKey(KLinesRenderer::animationFrameId(KLinesRenderer::SelectedAnim, m_color, frame )); } - +#include "moc_ballitem.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/src/klines.cpp new/klines-23.08.0/src/klines.cpp --- old/klines-23.04.3/src/klines.cpp 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/src/klines.cpp 2023-08-16 23:07:25.000000000 +0200 @@ -180,4 +180,4 @@ mwidget->scene()->resizeScene( (int)r.width(), (int)r.height() ); // redraw scene } - +#include "moc_klines.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/src/mwidget.cpp new/klines-23.08.0/src/mwidget.cpp --- old/klines-23.04.3/src/mwidget.cpp 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/src/mwidget.cpp 2023-08-16 23:07:25.000000000 +0200 @@ -54,4 +54,4 @@ m_scene->resizeScene( ev->size().width(), ev->size().height() ); } - +#include "moc_mwidget.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/src/org.kde.klines.appdata.xml new/klines-23.08.0/src/org.kde.klines.appdata.xml --- old/klines-23.04.3/src/org.kde.klines.appdata.xml 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/src/org.kde.klines.appdata.xml 2023-08-16 23:07:25.000000000 +0200 @@ -13,6 +13,7 @@ <name xml:lang="de">Kolor Lines</name> <name xml:lang="el">Kolor Lines</name> <name xml:lang="en-GB">Kolor Lines</name> + <name xml:lang="eo">Kolor Lines</name> <name xml:lang="es">LÃneas de color</name> <name xml:lang="et">Kolor Lines</name> <name xml:lang="eu">Kolor Lines</name> @@ -47,6 +48,7 @@ <summary xml:lang="de">Kugeln entfernen</summary> <summary xml:lang="el">ΠαιÏνίδι ÏακÏικήÏ</summary> <summary xml:lang="en-GB">Tactical Game</summary> + <summary xml:lang="eo">Taktika ludo</summary> <summary xml:lang="es">Juego de táctica</summary> <summary xml:lang="et">Taktikamäng</summary> <summary xml:lang="eu">Joko taktikoa</summary> @@ -83,6 +85,7 @@ <p xml:lang="de">Kolor Lines ist ein einfaches, aber süchtig machendes Spiel für eine Person.</p> <p xml:lang="el">Το Kolor Lines είναι Îνα αÏÎ»Ï Î±Î»Î»Î¬ ιδιαίÏεÏα εθιÏÏÎ¹ÎºÏ ÏαιÏνίδι για Îναν ÏαίκÏη.</p> <p xml:lang="en-GB">Kolor Lines is a simple but highly addictive one player game.</p> + <p xml:lang="eo">Kolor Lines estas simpla sed ege dependiga unuludanta ludo.</p> <p xml:lang="es">LÃneas de color es un juego sencillo pero muy adictivo para un solo jugador.</p> <p xml:lang="eu">Kolor Lines, Kolore Lerroak, joko sinple baina oso adiktiboa da.</p> <p xml:lang="fi">Kolor Lines on yksinkertainen mutta koukuttava yhden pelaajan peli.</p> @@ -118,6 +121,7 @@ <p xml:lang="de">Der Spieler muss die farbigen Bälle auf dem Spielfeld bewegen, um Linien von fünf gleichfarbigen Bällen zu bilden. Diese verschwinden dann vom Spielfeld und geben kostbaren Platz frei, der gleichzeitig nach jedem Zug von drei neu erscheinenden Bällen ausgefüllt wird.</p> <p xml:lang="el">Î ÏαίκÏÎ·Ï ÏÏÎÏει να μεÏακινήÏει ÏÎ¹Ï ÎγÏÏÏÎ¼ÎµÏ Î¼ÏÎ¬Î»ÎµÏ ÏÏον Ïίνακα ÏÎ¿Ï ÏαιÏνιδιοÏ, ÏÏ Î»Î»ÎγονÏÎ¬Ï ÏÎ¹Ï Î±Î½Î¬ ÏÎνÏε Ïε γÏαμμÎÏ ÏÎ¿Ï Î¯Î´Î¹Î¿Ï ÏÏÏμαÏοÏ. ÎÏαν η γÏαμμή ÏÏ Î¼ÏληÏÏθεί αÏαιÏείÏαι αÏÏ Ïον Ïίνακα, άÏα ÎµÎ»ÎµÏ Î¸ÎµÏÏνονÏÎ±Ï ÏολÏÏιμο ÏÏÏο. Î¤Î±Ï ÏÏÏÏονα οι νÎÎµÏ Î¼ÏÎ¬Î»ÎµÏ ÎµÎ¼ÏανίζονÏαι ανά ÏÏÎµÎ¹Ï Î¼ÎµÏά αÏÏ ÎºÎ¬Î¸Îµ κίνηÏη, γεμίζονÏÎ±Ï Ïον Ïίνακα.</p> <p xml:lang="en-GB">The player has to move the coloured balls around the game board, gathering them into the lines of the same colour by five. Once the line is complete it is removed from the board, therefore freeing precious space. In the same time the new balls keep arriving by three after each move, filling up the game board.</p> + <p xml:lang="eo">La ludanto devas movi la kolorajn pilkojn ÄirkaÅ la ludtabulo, kolektante ilin en la liniojn de la sama koloro je kvin. Post kiam la linio estas kompleta Äi estas forigita de la tabulo, tial liberigante altvaloran spacon. Samtempe la novaj pilkoj daÅre alvenas triope post Äiu movo, plenigante la ludotabulon.</p> <p xml:lang="es">El jugador tiene que mover las bolas de color por el tablero de juego, reuniéndolas en lÃneas de cinco del mismo color. Cuando se completa una lÃnea, se elimina del tablero, liberando un espacio valioso. Al mismo tiempo, seguirán llegando tres nuevas bolas tras cada movimiento, rellenando el tablero de juego.</p> <p xml:lang="et">Mängija peab liigutama värvilisi palle mööda mänguväljakut, et koguda neid värvi järgi viiekaupa ritta. Kui rida saab valmis, eemaldatakse see mänguväljalt, millega vabaneb hinnalist ruumi. Samal ajal heidetakse iga käigu peale mänguväljakule kolm uut palli, mis väljakut usinalt täidavad.</p> <p xml:lang="eu">Jokalariak koloretako bolak mugitu behar ditu joko-taulan zehar, kolore bereko bost, lerro berean bilduz. Lerroa osatzen denean, taulatik kentzen da, espazio preziatua askatuz. Era berean, bola berriak iristen dira, aldiko hiru, mugimendu bakoitzaren ondoren, jokoaren taula betez.</p> @@ -197,6 +201,7 @@ <developer_name xml:lang="de">Die KDE-Gemeinschaft</developer_name> <developer_name xml:lang="el">Î ÎοινÏÏηÏα ÏÎ¿Ï KDE</developer_name> <developer_name xml:lang="en-GB">The KDE Community</developer_name> + <developer_name xml:lang="eo">La KDE-Komunumo</developer_name> <developer_name xml:lang="es">La comunidad KDE</developer_name> <developer_name xml:lang="et">KDE kogukond</developer_name> <developer_name xml:lang="eu">KDE komunitatea</developer_name> @@ -227,9 +232,9 @@ <update_contact>kde-games-devel_AT_kde.org</update_contact> <launchable type="desktop-id">org.kde.klines.desktop</launchable> <releases> + <release version="1.6.23080" date="2023-08-24"/> <release version="1.6.23043" date="2023-07-06"/> <release version="1.6.23042" date="2023-06-08"/> <release version="1.6.23041" date="2023-05-11"/> - <release version="1.6.23040" date="2023-04-20"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/src/org.kde.klines.desktop new/klines-23.08.0/src/org.kde.klines.desktop --- old/klines-23.04.3/src/org.kde.klines.desktop 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/src/org.kde.klines.desktop 2023-08-16 23:07:25.000000000 +0200 @@ -159,6 +159,7 @@ Comment[de]=Taktikspiel Comment[el]=ΠαιÏνίδι ÏακÏÎ¹ÎºÎ®Ï Comment[en_GB]=Tactical game +Comment[eo]=Taktika ludo Comment[es]=Juego de táctica Comment[et]=Taktikamäng Comment[eu]=Joko taktikoa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/src/scene.cpp new/klines-23.08.0/src/scene.cpp --- old/klines-23.04.3/src/scene.cpp 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/src/scene.cpp 2023-08-16 23:07:25.000000000 +0200 @@ -684,4 +684,4 @@ m_popupItem->showMessage(i18n("<h1>Game over</h1>"), KGamePopupItem::Center); } - +#include "moc_scene.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/themes/egyptian.desktop new/klines-23.08.0/themes/egyptian.desktop --- old/klines-23.04.3/themes/egyptian.desktop 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/themes/egyptian.desktop 2023-08-16 23:07:25.000000000 +0200 @@ -11,6 +11,7 @@ Name[de]=Ãgyptisch Name[el]=ÎιγÏÏÏιο Name[en_GB]=Egyptian +Name[eo]=Egipta Name[es]=Egipcio Name[et]=Egiptus Name[eu]=Egiptoarra @@ -62,6 +63,7 @@ Description[de]=Das ägyptische Design für Kolor Lines. Description[el]=ÎÎμα Ïε ÎÎ¹Î³Ï ÏÏÎ¹Î±ÎºÏ ÏÏιλ για Ïο Kolor Lines. Description[en_GB]=An Egyptian style theme for Kolor Lines. +Description[eo]=Egiptostila etoso por Kolor Lines. Description[es]=Tema de estilo egipcio para LÃneas de color. Description[eu]=«Kolor Lines», kolore lerroetarako Egiptoko estiloko gai bat. Description[fi]=Kolor Linesin egyptiläistyylinen teema. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/themes/klines-gems.desktop new/klines-23.08.0/themes/klines-gems.desktop --- old/klines-23.04.3/themes/klines-gems.desktop 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/themes/klines-gems.desktop 2023-08-16 23:07:25.000000000 +0200 @@ -10,6 +10,7 @@ Name[de]=Edelsteine für Kolor Lines. Name[el]=ÎιαμάνÏια για Ïο Kolor Lines Name[en_GB]=Gems for Kolor Lines +Name[eo]=Gemoj por Kolor-Linioj Name[es]=Gemas para Kolor Lines Name[et]=Kolor Linesi kalliskivid Name[eu]=Bitxiak Kolor Lines-entzako diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/themes/metal.desktop new/klines-23.08.0/themes/metal.desktop --- old/klines-23.04.3/themes/metal.desktop 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/themes/metal.desktop 2023-08-16 23:07:25.000000000 +0200 @@ -11,6 +11,7 @@ Name[de]=Metall Name[el]=Metal Name[en_GB]=Metal +Name[eo]=Metal Name[es]=Metal Name[et]=Metall Name[eu]=Metala @@ -62,6 +63,7 @@ Description[de]=Ein metallenes Design mit einzufangenden Bällen. Description[el]=ÎÎμα με μεÏÎ±Î»Î»Î¹ÎºÏ ÏÏιλ και μÏÎ¬Î»ÎµÏ Ïε αναÏήδηÏη Description[en_GB]=A metal style theme with bouncing balls +Description[eo]=Metalstila etoso saltantaj pilkoj Description[es]=Un estilo metálico con bolas que rebotan Description[et]=Metalne põrkuvate pallidega teema Description[eu]=Pilotak punpaka dituen metal estiloko gai bat. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-23.04.3/themes/pool.desktop new/klines-23.08.0/themes/pool.desktop --- old/klines-23.04.3/themes/pool.desktop 2023-07-04 06:54:11.000000000 +0200 +++ new/klines-23.08.0/themes/pool.desktop 2023-08-16 23:07:25.000000000 +0200 @@ -9,6 +9,7 @@ Name[de]=Billard Name[el]=Îεξαμενή Name[en_GB]=Pool +Name[eo]=Pool Name[es]=Billar Name[et]=Piljard Name[eu]=Billar amerikarra
