Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kblackbox for openSUSE:Factory checked in at 2023-08-31 13:44:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kblackbox (Old) and /work/SRC/openSUSE:Factory/.kblackbox.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kblackbox" Thu Aug 31 13:44:12 2023 rev:138 rq:1105652 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kblackbox/kblackbox.changes 2023-07-07 15:50:16.025249199 +0200 +++ /work/SRC/openSUSE:Factory/.kblackbox.new.1766/kblackbox.changes 2023-08-31 13:47:34.032189001 +0200 @@ -1,0 +2,25 @@ +Sun Aug 20 13:59:12 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:29 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:31 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 Integration + +------------------------------------------------------------------- Old: ---- kblackbox-23.04.3.tar.xz kblackbox-23.04.3.tar.xz.sig New: ---- kblackbox-23.08.0.tar.xz kblackbox-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kblackbox.spec ++++++ --- /var/tmp/diff_new_pack.urEOHy/_old 2023-08-31 13:47:35.288233895 +0200 +++ /var/tmp/diff_new_pack.urEOHy/_new 2023-08-31 13:47:35.296234180 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: kblackbox -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Logic game with elements of hide-and-seek License: GPL-2.0-or-later ++++++ kblackbox-23.04.3.tar.xz -> kblackbox-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/.flatpak-manifest.json new/kblackbox-23.08.0/.flatpak-manifest.json --- old/kblackbox-23.04.3/.flatpak-manifest.json 1970-01-01 01:00:00.000000000 +0100 +++ new/kblackbox-23.08.0/.flatpak-manifest.json 2023-08-16 23:04:26.000000000 +0200 @@ -0,0 +1,38 @@ +{ + "id": "org.kde.kblackbox", + "runtime": "org.kde.Platform", + "runtime-version": "5.15-22.08", + "sdk": "org.kde.Sdk", + "command": "kblackbox", + "rename-icon": "kblackbox", + "finish-args": [ + "--share=ipc", + "--socket=fallback-x11", + "--socket=wayland", + "--share=network", + "--device=dri" + ], + "modules": [ + { + "name": "libkdegames", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/games/libkdegames", + "branch": "master" + } + ] + }, + { + "name": "kblackbox", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "dir", + "path": "." + } + ] + } + ] +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/.flatpak-manifest.json.license new/kblackbox-23.08.0/.flatpak-manifest.json.license --- old/kblackbox-23.04.3/.flatpak-manifest.json.license 1970-01-01 01:00:00.000000000 +0100 +++ new/kblackbox-23.08.0/.flatpak-manifest.json.license 2023-08-16 23:04:26.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/kblackbox-23.04.3/.gitlab-ci.yml new/kblackbox-23.08.0/.gitlab-ci.yml --- old/kblackbox-23.04.3/.gitlab-ci.yml 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/.gitlab-ci.yml 2023-08-16 23:04:26.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/kblackbox-23.04.3/CMakeLists.txt new/kblackbox-23.08.0/CMakeLists.txt --- old/kblackbox-23.04.3/CMakeLists.txt 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/CMakeLists.txt 2023-08-16 23:04:26.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(kblackbox VERSION ${RELEASE_SERVICE_VERSION}) @@ -48,7 +48,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/kblackbox-23.04.3/po/eo/kblackbox.po new/kblackbox-23.08.0/po/eo/kblackbox.po --- old/kblackbox-23.04.3/po/eo/kblackbox.po 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/po/eo/kblackbox.po 2023-08-16 23:04:26.000000000 +0200 @@ -3,15 +3,15 @@ # Copyright (C) 1998, 2007 Free Software Foundation, Inc. # Wolfram Diestel <[email protected]>, 1998. # Pierre-Marie Pédrot <[email protected]>, 2007. -# +# Oliver Kellogg <[email protected]>, 2023. # msgid "" msgstr "" "Project-Id-Version: kblackbox\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:43+0000\n" -"PO-Revision-Date: 2007-12-31 04:28+0100\n" -"Last-Translator: Pierre-Marie Pédrot <[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" @@ -31,34 +31,28 @@ msgstr "[email protected], [email protected]" #: kbblevelconfigurationwidget.cpp:31 -#, fuzzy, kde-format -#| msgctxt "A number between 1 and 99 is displayed in front of it." -#| msgid " ball(s)" +#, kde-format msgctxt "A number between 1 and 99 is displayed in front of it." msgid " ball" msgid_plural " balls" -msgstr[0] " globo(j)" -msgstr[1] " globo(j)" +msgstr[0] "" +msgstr[1] "" #: kbblevelconfigurationwidget.cpp:40 -#, fuzzy, kde-format -#| msgctxt "A number between 2 and 30 is displayed in front of it." -#| msgid " columns" +#, kde-format msgctxt "A number between 2 and 30 is displayed in front of it." msgid " column" msgid_plural " columns" -msgstr[0] " kolumnoj" -msgstr[1] " kolumnoj" +msgstr[0] "" +msgstr[1] "" #: kbblevelconfigurationwidget.cpp:49 -#, fuzzy, kde-format -#| msgctxt "A number between 2 and 30 is displayed in front of it." -#| msgid " rows" +#, kde-format msgctxt "A number between 2 and 30 is displayed in front of it." msgid " row" msgid_plural " rows" -msgstr[0] " vicoj" -msgstr[1] " vicoj" +msgstr[0] "" +msgstr[1] "" #: kbbmainwindow.cpp:71 #, kde-format @@ -109,22 +103,14 @@ "qt>" #: kbbmainwindow.cpp:96 -#, fuzzy, kde-format -#| msgid "Done!" +#, kde-format msgctxt "" "This is the last action of a game to check the result, when the user is done." msgid "Done!" msgstr "Ek!" #: kbbmainwindow.cpp:97 -#, fuzzy, kde-format -#| msgid "" -#| "<qt><ul><li>First, you have to place all the balls on the black box. To " -#| "guess the right possitions of the balls and see how they interact with " -#| "laser beams, you should use the lasers that are disposed around the black " -#| "box.</li><li><b>When you think you are done</b>, you should click here.</" -#| "li></ul><p>Note that it is possible to click here only if you placed the " -#| "right number of balls.</p></qt>" +#, kde-format msgid "" "<qt><ul><li>First, you have to place all the balls on the black box. To " "guess the correct positions of the balls and see how they interact with " @@ -133,11 +119,6 @@ "li></ul><p>Note that it is only possible to click here if you have placed " "the correct number of balls.</p></qt>" msgstr "" -"<qt><ul><li>Unue vi devas meti Äiuj globojn en la nigrakesto. Por diveni la " -"Äustajn lokojn de la globoj, kaj vidi kiel ili reagas kun laseroj, vi devus " -"uzi la lazerojn ÄirkaÅ la kesto.</li><li><b>Kiam vi konsideras, ke vi finis</" -"b>, klaku Äi tie.</li></ul><p>Notu, ke vi povas klaki Äi tie nur se vi metis " -"la korektan nombron da globoj.</p></qt>" #: kbbmainwindow.cpp:101 #, kde-format @@ -181,25 +162,17 @@ msgstr "Movi dekstren" #: kbbmainwindow.cpp:171 -#, fuzzy, kde-format -#| msgid "Switch ball or shoot laser" +#, kde-format msgid "Switch Ball or Shoot Laser" -msgstr "Komuti globon aÅ Åalti laseron" +msgstr "" #: kbbmainwindow.cpp:177 -#, fuzzy, kde-format -#| msgid "Switch marker" +#, kde-format msgid "Switch Marker" -msgstr "Komuti markilon" +msgstr "" #: kbbmainwindow.cpp:251 -#, fuzzy, kde-format -#| msgctxt "" -#| "The text may not be too wide. So please use some HTML-BR-tags to have " -#| "something more or less as wide as in english. Thanks!" -#| msgid "" -#| "Note: You can change<br />the parameters of<br />custom games in the<br /" -#| ">setting dialog." +#, kde-format msgctxt "" "The text may not be too wide. So please use some HTML-BR-tags to have " "something more or less as wide as in english. Thanks!" @@ -207,8 +180,6 @@ "Note: You can change<br />the parameters of<br />custom games in the<br /" ">Settings dialog." msgstr "" -"Noto: vi povas ÅanÄi<br />la parametrojn de<br />propraj ludoj en la<br /" -">agorda fenestro." #: kbbmainwindow.cpp:284 #, kde-format @@ -218,10 +189,9 @@ msgstr[1] "Vi bezonas unue forigi %1 globojn el la nigrakesto." #: kbbmainwindow.cpp:286 -#, fuzzy, kde-format -#| msgid "To check if you successful guessed the ball positions, click here!" +#, kde-format msgid "To check if you successfully guessed the ball positions, click here!" -msgstr "Por kontroli, ke vi Äuste divenis la globajn lokojn, klaku Äi tie!" +msgstr "" #: kbbmainwindow.cpp:288 #, kde-format @@ -275,11 +245,7 @@ msgstr "Sed ne gravas<br />Äar <b>estas la testa ludo!</b>" #: kbbmainwindow.cpp:344 -#, fuzzy, kde-format -#| msgctxt "" -#| "The text may not be too wide. So please use some HTML-BR-tags to have " -#| "something more or less as wide as in english. Thanks!" -#| msgid "Your final score is: %1.<br />I guess you need more practice." +#, kde-format msgctxt "" "The text may not be too wide. So please use some HTML-BR-tags to have " "something more or less as wide as in english. Thanks!" @@ -302,23 +268,20 @@ "parametroj?" #: kbbmainwindow.cpp:400 -#, fuzzy, kde-format -#| msgid "Start new game" +#, kde-format msgctxt "@action:button" msgid "Start New Game" -msgstr "Komenci novan ludon" +msgstr "" #: kbbmainwindow.cpp:420 -#, fuzzy, kde-format -#| msgid "Custom game" +#, kde-format msgid "Custom Game" -msgstr "Propra ludo" +msgstr "" #: kbbmainwindow.cpp:439 -#, fuzzy, kde-format -#| msgid "Sorry, you may not give up the tutorial." +#, kde-format msgid "Sorry, you may not give up during the tutorial." -msgstr "Pardonu, vi ne povas kapitulaci la lernilon." +msgstr "" #: kbbmainwindow.cpp:439 #, kde-format @@ -326,21 +289,13 @@ msgstr "Solvi" #: kbbmainwindow.cpp:442 -#, fuzzy, kde-format -#| msgid "" -#| "You placed all the balls. Great!\n" -#| "You should now click on \"Done!\" to end the game and check if you " -#| "guessed right.\n" -#| "So, do you really want to give up this game?" +#, kde-format msgid "" "You placed all the balls. Great!\n" "You should now click on \"Done!\" to end the game and check if you guessed " "correctly.\n" "So, do you really want to give up this game?" msgstr "" -"Vi metis Äiujn globojn. Bonege!\n" -"Vi klaku sur \"Ek!\" por fini la ludon kaj kontroli, se vi divenis Äuste.\n" -"Nu, Äu vi vere volas kapitulaci tiun ludon?" #: kbbmainwindow.cpp:442 kbbmainwindow.cpp:444 #, kde-format @@ -727,10 +682,9 @@ msgstr "Nicolas Roffet" #: main.cpp:50 -#, fuzzy, kde-format -#| msgid "Developper of version 0.4." +#, kde-format msgid "Developer of version 0.4." -msgstr "Programisto de la versio 0.4." +msgstr "" #: main.cpp:51 #, kde-format @@ -738,10 +692,9 @@ msgstr "Robert Cimrman" #: main.cpp:51 -#, fuzzy, kde-format -#| msgid "Original developper" +#, kde-format msgid "Original developer" -msgstr "Origina programisto" +msgstr "" #: main.cpp:52 #, kde-format @@ -752,39 +705,3 @@ #, kde-format msgid "Artist" msgstr "Artisto" - -#~ msgid "Time: 00:00" -#~ msgstr "Tempo: 00:00" - -#~ msgid "Size: 00 x 00" -#~ msgstr "Grandeco: 00 x 00" - -#, fuzzy -#~| msgid "1 ball too much!" -#~| msgid_plural "%1 balls too much!" -#~ msgid "1 ball too many!" -#~ msgid_plural "%1 balls too many!" -#~ msgstr[0] "1 globo troe!" -#~ msgstr[1] "%1 globoj troe!" - -#, fuzzy -#~| msgid "No more ball to place" -#~ msgid "No more balls to place" -#~ msgstr "Neniu metebla globo" - -#~ msgid "1 ball to place" -#~ msgid_plural "%1 balls to place" -#~ msgstr[0] "1 globo metenda" -#~ msgstr[1] "%1 globoj metendaj" - -#~ msgid "Game over" -#~ msgstr "Ludfino" - -#~ msgid "Time: %1" -#~ msgstr "Tempo: %1" - -#~ msgid "Size: %1 x %2" -#~ msgstr "Grandeco: %1 x %2" - -#~ msgid "Difficulty level" -#~ msgstr "Facileca nivelo" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/po/fa/kblackbox.po new/kblackbox-23.08.0/po/fa/kblackbox.po --- old/kblackbox-23.04.3/po/fa/kblackbox.po 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/po/fa/kblackbox.po 2023-08-16 23:04:26.000000000 +0200 @@ -18,7 +18,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" @@ -38,6 +38,7 @@ msgid " ball" msgid_plural " balls" msgstr[0] " Ú¯ÙÙÙÙ" +msgstr[1] "" #: kbblevelconfigurationwidget.cpp:40 #, fuzzy, kde-format @@ -47,6 +48,7 @@ msgid " column" msgid_plural " columns" msgstr[0] " ستÙÙ" +msgstr[1] "" #: kbblevelconfigurationwidget.cpp:49 #, fuzzy, kde-format @@ -56,6 +58,7 @@ msgid " row" msgid_plural " rows" msgstr[0] " سطر" +msgstr[1] "" #: kbbmainwindow.cpp:71 #, kde-format @@ -178,10 +181,11 @@ msgstr "" #: kbbmainwindow.cpp:284 -#, kde-format +#, fuzzy, kde-format msgid "First, you need to remove 1 ball from the black box." msgid_plural "First, you need to remove %1 balls from the black box." msgstr[0] "Ø§Ø¨ØªØ¯Ø§Ø Ø¨Ø§ÛØ¯ %1 Ú¯ÙÙÙ٠را از Ø¬Ø¹Ø¨Ù Ø³ÛØ§Ù ØØ°Ù Ú©ÙÛØ¯." +msgstr[1] "" #: kbbmainwindow.cpp:286 #, fuzzy, kde-format @@ -190,10 +194,11 @@ msgstr "Ø¨Ø±Ø§Û Ø¨Ø±Ø±Ø³Û Ø§Ú¯Ø± Ù ÙÙØ¹Ûت Ú¯ÙÙÙ٠را درست ØØ¯Ø³ Ø²Ø¯ÛØ¯Ø اÛÙØ¬Ø§ را ÙØ´Ø§Ø± دÙÛØ¯!" #: kbbmainwindow.cpp:288 -#, kde-format +#, fuzzy, kde-format msgid "You need to place 1 more ball on the black box." msgid_plural "You need to place %1 more balls on the black box." msgstr[0] "Ø¨Ø§ÛØ¯ %1 Ú¯ÙÙÙÙ Ø¨ÛØ´ØªØ± را در Ø¬Ø¹Ø¨Ù Ø³ÛØ§Ù جا دÙÛØ¯." +msgstr[1] "" #: kbbmainwindow.cpp:292 #, kde-format @@ -298,16 +303,18 @@ msgstr "دست Ú©Ø´ÛØ¯Ù" #: kbbmainwindow.cpp:444 -#, kde-format +#, fuzzy, kde-format msgid "You should place %1 ball!\n" msgid_plural "You should place %1 balls!\n" msgstr[0] "Ø¨Ø§ÛØ¯ %1 Ú¯ÙÙÙ٠را Ø¬Ø§Û Ø¯ÙÛØ¯!\n" +msgstr[1] "" #: kbbmainwindow.cpp:444 -#, kde-format +#, fuzzy, kde-format msgid "You have placed %1.\n" msgid_plural "You have placed %1.\n" msgstr[0] "%1 را جا دادÙâØ§ÛØ¯.\n" +msgstr[1] "" #: kbbmainwindow.cpp:444 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/po/ka/kblackbox.po new/kblackbox-23.08.0/po/ka/kblackbox.po --- old/kblackbox-23.04.3/po/ka/kblackbox.po 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/po/ka/kblackbox.po 2023-08-16 23:04:26.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kblackbox\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:43+0000\n" -"PO-Revision-Date: 2023-02-13 07:10+0100\n" +"PO-Revision-Date: 2023-08-08 06:47+0200\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\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.2.2\n" +"X-Generator: Poedit 3.3.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -240,7 +240,7 @@ #: kbbmainwindow.cpp:373 #, kde-format msgid "Game paused.<br />Press \"%1\" to resume." -msgstr "" +msgstr "ááááá¨á á¨áá©áá ááá£ááá. <br />ááá¡ááá á«ááááááá áááááá áá %1." #: kbbmainwindow.cpp:399 #, kde-format @@ -316,7 +316,7 @@ #: kbbmainwindow.cpp:493 #, kde-format msgid "This will be the end of the current game!" -msgstr "" +msgstr "áá¡ áá¥áááá¡ áááááááá á ááááá¨á¡ áááá¡á á£áááá¡!" #: kbbmainwindow.cpp:493 #, kde-format @@ -357,7 +357,7 @@ #: kbbtutorial.cpp:53 #, kde-format msgid "Displays the progress of the tutorial." -msgstr "" +msgstr "áá©áááááá¡ á¡áá®áááá«á¦ááááááá¡ áááááááá ááááá¡." #: kbbtutorial.cpp:75 #, kde-format @@ -608,19 +608,19 @@ #: kblackbox.kcfg:13 #, kde-format msgid "Number of balls for custom difficulty level" -msgstr "" +msgstr "á®áááá áááááááá£áá ááá¤áá¡ áá£á ááááá¡ á áááááááá" #. i18n: ectx: label, entry (columns), group (KBlackBox Setup) #: kblackbox.kcfg:17 #, kde-format msgid "Number of columns of the board for custom difficulty level" -msgstr "" +msgstr "á®áááá áááááááá£áá ááá¤áá¡ á¡ááá¢áááá¡ á áááááááá" #. i18n: ectx: label, entry (rows), group (KBlackBox Setup) #: kblackbox.kcfg:21 #, kde-format msgid "Number of rows of the board for custom difficuty level" -msgstr "" +msgstr "á®áááá áááááááá£áá ááá¤áá¡ áá¬áá áááááá¡ á áááááááá" #: main.cpp:44 #, kde-format @@ -630,7 +630,7 @@ #: main.cpp:46 #, kde-format msgid "Find the balls hidden in the black box by shooting laser beams!" -msgstr "" +msgstr "áááááá á¨áá á§á£áá¨á áááááá£áá áá£á áááá ááááá áááá¡ á¡á áááá!" #: main.cpp:48 #, kde-format @@ -638,6 +638,8 @@ "(c) 2007, Nicolas Roffet\n" "(c) 1999-2000, Robert Cimrman" msgstr "" +"(c) 2007, Nicolas Roffet\n" +"(c) 1999-2000, Robert Cimrman" #: main.cpp:50 #, kde-format @@ -647,7 +649,7 @@ #: main.cpp:50 #, kde-format msgid "Developer of version 0.4." -msgstr "" +msgstr "0.4 ááá á¡ááá¡ áá ááá áááá¡á¢á." #: main.cpp:51 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/po/tr/kblackbox.po new/kblackbox-23.08.0/po/tr/kblackbox.po --- old/kblackbox-23.04.3/po/tr/kblackbox.po 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/po/tr/kblackbox.po 2023-08-16 23:04:26.000000000 +0200 @@ -12,7 +12,7 @@ "Project-Id-Version: kdegames-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:43+0000\n" -"PO-Revision-Date: 2023-03-09 13:32+0300\n" +"PO-Revision-Date: 2023-06-11 22:13+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\n" @@ -20,7 +20,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 23.07.70\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -447,10 +447,11 @@ "It has 3 balls <b>hidden</b> inside it and 24 laser probes around it.<br /" "><br />The goal is to <b>find the positions of the balls.</b>" msgstr "" -"Bu öÄretici oyun, basit örneklerle size KBlackBox'ı nasıl oynayabileceÄinizi " -"öÄretmektedir. <br /><br /> 6 satır ve 6 sütundan oluÅan bir kare bir kara " -"kutu ile oynamaktayız. Kutunun içinde 3 top, çevresinde de 24 lazer sondası " -"bulunmaktadır.<br /><br />Hedef, <b>topların doÄru konumlarını bulmaktır.</b>" +"Bu öÄretici oyun, basit örneklerle size K Kara Kutu'yu nasıl " +"oynayabileceÄinizi öÄretmektedir. <br /><br /> 6 satır ve 6 sütundan oluÅan " +"bir kare bir kara kutu ile oynamaktayız. Kutunun içinde 3 top, çevresinde de " +"24 lazer sondası bulunmaktadır.<br /><br />Hedef, <b>topların doÄru " +"konumlarını bulmaktır.</b>" #: kbbtutorial.cpp:151 #, kde-format @@ -683,11 +684,11 @@ "positions of the 3 balls with certainty. Of course, you can use some more " "shots if needed." msgstr "" -"<b>Tebrikler!</b> Åu an KBlackBox'ın <b>bütün kurallarını</b> biliyorsunuz." -"<br /><br /><b>Oynamaya baÅlayabilirsiniz.</b> Bu öÄretici oyunu kendi " -"baÅınıza bitirmeye çalıÅın!<br /><br /> İpucu: 3 topun da yerlerini doÄru " -"bir Åekilde bulmak için yeterli miktarda ıÅın gönderdik. Tabi ki, gereksinim " -"duyuyorsanız daha fazla ıÅın da gönderebilirsiniz." +"<b>Tebrikler!</b> Artık K Kara Kutu'nun <b>bütün kurallarını</b> " +"biliyorsunuz.<br /><br /><b>Oynamaya baÅlayabilirsiniz.</b> Bu öÄretici " +"oyunu kendi baÅınıza bitirmeye çalıÅın!<br /><br /> İpucu: 3 topun da " +"yerlerini doÄru bir Åekilde bulmak için yeterli miktarda ıÅın gönderdik. " +"Tabii ki, gereksinim duyuyorsanız daha fazla ıÅın da gönderebilirsiniz." #: kbbtutorial.cpp:220 #, kde-format @@ -727,7 +728,7 @@ #: main.cpp:44 #, kde-format msgid "KBlackBox" -msgstr "KBlackBox" +msgstr "K Kara Kutu" #: main.cpp:46 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/po/zh_CN/kblackbox.po new/kblackbox-23.08.0/po/zh_CN/kblackbox.po --- old/kblackbox-23.04.3/po/zh_CN/kblackbox.po 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/po/zh_CN/kblackbox.po 2023-08-16 23:04:26.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 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/kblackbox-23.04.3/src/CMakeLists.txt new/kblackbox-23.08.0/src/CMakeLists.txt --- old/kblackbox-23.04.3/src/CMakeLists.txt 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/CMakeLists.txt 2023-08-16 23:04:26.000000000 +0200 @@ -62,8 +62,13 @@ file(GLOB ICONS_SRCS "${CMAKE_SOURCE_DIR}/icons/*-apps-kblackbox.png") ecm_add_app_icon(kblackbox ICONS ${ICONS_SRCS}) +if (QT_MAJOR_VERSION STREQUAL "6") + target_link_libraries(kblackbox KDEGames6) +else() + target_link_libraries(kblackbox KF5KDEGames) +endif() + target_link_libraries(kblackbox - KF5KDEGames KF${KF_MAJOR_VERSION}::CoreAddons KF${KF_MAJOR_VERSION}::XmlGui KF${KF_MAJOR_VERSION}::I18n diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/kbbballsonboard.cpp new/kblackbox-23.08.0/src/kbbballsonboard.cpp --- old/kblackbox-23.04.3/src/kbbballsonboard.cpp 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/kbbballsonboard.cpp 2023-08-16 23:04:26.000000000 +0200 @@ -237,4 +237,4 @@ return !((position[DIM_X] < 2) || (position[DIM_X] > m_columns + 1) || (position[DIM_Y] < 2) || (position[DIM_Y] > m_rows + 1)); } - +#include "moc_kbbballsonboard.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/kbbgamedoc.cpp new/kblackbox-23.08.0/src/kbbgamedoc.cpp --- old/kblackbox-23.04.3/src/kbbgamedoc.cpp 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/kbbgamedoc.cpp 2023-08-16 23:04:26.000000000 +0200 @@ -182,4 +182,4 @@ Q_EMIT updateStats(); } - +#include "moc_kbbgamedoc.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/kbbgraphicsitemball.cpp new/kblackbox-23.08.0/src/kbbgraphicsitemball.cpp --- old/kblackbox-23.04.3/src/kbbgraphicsitemball.cpp 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/kbbgraphicsitemball.cpp 2023-08-16 23:04:26.000000000 +0200 @@ -135,4 +135,4 @@ } } - +#include "moc_kbbgraphicsitemball.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/kbbgraphicsitemballrepository.cpp new/kblackbox-23.08.0/src/kbbgraphicsitemballrepository.cpp --- old/kblackbox-23.04.3/src/kbbgraphicsitemballrepository.cpp 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/kbbgraphicsitemballrepository.cpp 2023-08-16 23:04:26.000000000 +0200 @@ -96,4 +96,4 @@ m_ballsOutside->remove(outsidePosition); } - +#include "moc_kbbgraphicsitemballrepository.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/kbbgraphicsitemblackbox.cpp new/kblackbox-23.08.0/src/kbbgraphicsitemblackbox.cpp --- old/kblackbox-23.04.3/src/kbbgraphicsitemblackbox.cpp 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/kbbgraphicsitemblackbox.cpp 2023-08-16 23:04:26.000000000 +0200 @@ -125,3 +125,5 @@ int y = (int)(event->pos().y() - KBBScalableGraphicWidget::BORDER_SIZE)/KBBScalableGraphicWidget::RATIO; Q_EMIT hoverMoved(x + y*m_columns); } + +#include "moc_kbbgraphicsitemblackbox.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/kbbgraphicsitemcursor.cpp new/kblackbox-23.08.0/src/kbbgraphicsitemcursor.cpp --- old/kblackbox-23.04.3/src/kbbgraphicsitemcursor.cpp 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/kbbgraphicsitemcursor.cpp 2023-08-16 23:04:26.000000000 +0200 @@ -195,4 +195,4 @@ Q_EMIT cursorAtNewPosition(m_borderPosition); } - +#include "moc_kbbgraphicsitemcursor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/kbblevelconfigurationpreview.cpp new/kblackbox-23.08.0/src/kbblevelconfigurationpreview.cpp --- old/kblackbox-23.04.3/src/kbblevelconfigurationpreview.cpp 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/kbblevelconfigurationpreview.cpp 2023-08-16 23:04:26.000000000 +0200 @@ -83,5 +83,4 @@ fitInView(0.5*KBBScalableGraphicWidget::BORDER_SIZE, 0.5*KBBScalableGraphicWidget::BORDER_SIZE, scene()->width() - 1.5*KBBScalableGraphicWidget::BORDER_SIZE, scene()->height() - 1.5*KBBScalableGraphicWidget::BORDER_SIZE, Qt::KeepAspectRatio); } - - +#include "moc_kbblevelconfigurationpreview.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/kbblevelconfigurationwidget.cpp new/kblackbox-23.08.0/src/kbblevelconfigurationwidget.cpp --- old/kblackbox-23.04.3/src/kbblevelconfigurationwidget.cpp 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/kbblevelconfigurationwidget.cpp 2023-08-16 23:04:26.000000000 +0200 @@ -80,4 +80,4 @@ m_view->preview(balls(), columns(), rows()); } - +#include "moc_kbblevelconfigurationwidget.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/kbbmainwindow.cpp new/kblackbox-23.08.0/src/kbbmainwindow.cpp --- old/kblackbox-23.04.3/src/kbbmainwindow.cpp 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/kbbmainwindow.cpp 2023-08-16 23:04:26.000000000 +0200 @@ -534,6 +534,4 @@ updateStats(); } - - - +#include "moc_kbbmainwindow.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/kbbscalablegraphicwidget.cpp new/kblackbox-23.08.0/src/kbbscalablegraphicwidget.cpp --- old/kblackbox-23.04.3/src/kbbscalablegraphicwidget.cpp 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/kbbscalablegraphicwidget.cpp 2023-08-16 23:04:26.000000000 +0200 @@ -602,3 +602,4 @@ m_cursor->hide(); } +#include "moc_kbbscalablegraphicwidget.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/kbbtutorial.cpp new/kblackbox-23.08.0/src/kbbtutorial.cpp --- old/kblackbox-23.04.3/src/kbbtutorial.cpp 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/kbbtutorial.cpp 2023-08-16 23:04:26.000000000 +0200 @@ -294,4 +294,4 @@ } } - +#include "moc_kbbtutorial.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-23.04.3/src/org.kde.kblackbox.appdata.xml new/kblackbox-23.08.0/src/org.kde.kblackbox.appdata.xml --- old/kblackbox-23.04.3/src/org.kde.kblackbox.appdata.xml 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/org.kde.kblackbox.appdata.xml 2023-08-16 23:04:26.000000000 +0200 @@ -14,6 +14,7 @@ <name xml:lang="de">KBlackbox</name> <name xml:lang="el">KBlackbox</name> <name xml:lang="en-GB">KBlackbox</name> + <name xml:lang="eo">KBlackbox</name> <name xml:lang="es">KBlackbox</name> <name xml:lang="et">KBlackbox</name> <name xml:lang="eu">KBlackbox</name> @@ -38,7 +39,7 @@ <name xml:lang="sr-ijekavian">ÐâÑÑнаâкÑÑиÑа</name> <name xml:lang="sr-ijekavianlatin">Kâcrnaâkutija</name> <name xml:lang="sv">Svarta lÃ¥dan</name> - <name xml:lang="tr">KBlackBox</name> + <name xml:lang="tr">K Kara Kutu</name> <name xml:lang="uk">KBlackbox</name> <name xml:lang="x-test">xxKBlackboxxx</name> <name xml:lang="zh-CN">KBlackbox</name> @@ -54,6 +55,7 @@ <summary xml:lang="de">âBlackboxâ-Spiel</summary> <summary xml:lang="el">ΠαιÏνίδι Î»Î¿Î³Î¹ÎºÎ®Ï Blackbox</summary> <summary xml:lang="en-GB">Blackbox Logic Game</summary> + <summary xml:lang="eo">Blackbox-Logikludo</summary> <summary xml:lang="es">Juego de lógica Blackbox</summary> <summary xml:lang="et">Blackboxi loogikamäng</summary> <summary xml:lang="eu">Blackbox logika-jokoa</summary> @@ -96,6 +98,7 @@ <p xml:lang="de">KBlackbox ist ein Versteckspiel, das auf einem Spielfeld gespielt wird, auf dem Schachteln in Reihen und Spalten mit darin versteckten Kugeln angeordnet sind.Um die Kugeln zu entdecken, müssen Sie Laserstrahlen in die Schachteln schieÃen und den Verlauf der Strahlen beobachten.</p> <p xml:lang="el">Το KBlackbox είναι Îνα ÏαιÏνίδι ÏÏÏÎ¿Ï Â«ÎºÏÏ ÏÏÏ» και ÏαίζεÏαι Ïε Îναν κάνναβο ÎºÎ¿Ï ÏιÏν, ÏÏÎ¿Ï Î¿ Ï ÏολογιÏÏÎ®Ï ÎÏει κÏÏÏει ÏολλÎÏ ÏÏαίÏεÏ. ΠθÎÏη ÏÏν κÏÏ Î¼Î¼ÎνÏν ÏÏαιÏÏν μÏοÏεί να εξαÏθεί εκÏοξεÏονÏÎ±Ï Î±ÎºÏÎ¯Î½ÎµÏ ÏÏο ÎºÎ¿Ï Ïί.</p> <p xml:lang="en-GB">KBlackbox is a game of hide and seek played on a grid of boxes where the computer has hidden several balls. The position of the hidden balls can be deduced by shooting beams into the box.</p> + <p xml:lang="eo">KBlackbox estas ludo de kaÅ-kaj-ekserÄo ludata sur krado de skatoloj kie la komputilo kaÅis plurajn pilkojn. La pozicio de la kaÅitaj pilkoj povas esti deduktita pafante trabojn en la keston.</p> <p xml:lang="es">KBlackbox es un juego de escondite consistente en una cuadrÃcula de cajas en las que la máquina ha escondido varias bolas. La posición de estas bolas se puede deducir disparando rayos a las cajas.</p> <p xml:lang="et">KBlackbox on otsimismäng kastivõrgustikus, kuhu arvuti on peitnud mõned pallid. Peidetud pallide asukohta saab ära arvata kasti valguskiiri lastes.</p> <p xml:lang="eu">KBlackbox kutxa-sareta batean jokatzen den ezkutaketa joko bat da, non ordenagailuak bola batzuk gorde dituen. Ezkutuko bolen kokalekua kutxetara izpiak jaurtiz ondorioztatu daiteke.</p> @@ -140,10 +143,10 @@ </screenshots> <project_group>KDE</project_group> <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/kblackbox-23.04.3/src/org.kde.kblackbox.desktop new/kblackbox-23.08.0/src/org.kde.kblackbox.desktop --- old/kblackbox-23.04.3/src/org.kde.kblackbox.desktop 2023-07-04 06:52:19.000000000 +0200 +++ new/kblackbox-23.08.0/src/org.kde.kblackbox.desktop 2023-08-16 23:04:26.000000000 +0200 @@ -131,7 +131,7 @@ Name[sv]=Svarta lÃ¥dan Name[ta]=à®à¯à®à®°à¯à®ªà¯à®ªà¯ பà¯à®à¯à®à®¿ Name[tg]=KÒÑÑÑии СиÑÒ³ -Name[tr]=KBlackBox +Name[tr]=K Kara Kutu Name[ug]=KBlackBox Name[uk]=ЧоÑна ÑкÑинÑка Name[vi]=KBlackBox
