Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2023-10-12 23:39:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ark (Old)
 and      /work/SRC/openSUSE:Factory/.ark.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ark"

Thu Oct 12 23:39:41 2023 rev:162 rq:1117211 version:23.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ark/ark.changes  2023-09-15 22:01:54.973500410 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new.1807/ark.changes        2023-10-12 
23:40:15.368873066 +0200
@@ -1,0 +2,15 @@
+Tue Oct 10 18:26:47 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.2/
+- Changes since 23.08.1:
+  * snapcraft: put rar in list.
+  * snapcraft: rar in amd64 only.
+  * snapcraft: set qt plugin path in build and runtime env.
+  * snapcraft: Initial add file
+  * Drop unused ItemModels dependency
+  * Add missing KWindowSystem dependency
+
+-------------------------------------------------------------------

Old:
----
  ark-23.08.1.tar.xz
  ark-23.08.1.tar.xz.sig

New:
----
  ark-23.08.2.tar.xz
  ark-23.08.2.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ark.spec ++++++
--- /var/tmp/diff_new_pack.OmRSqp/_old  2023-10-12 23:40:16.236904487 +0200
+++ /var/tmp/diff_new_pack.OmRSqp/_new  2023-10-12 23:40:16.236904487 +0200
@@ -19,7 +19,7 @@
 %define SOMAJOR 23
 %bcond_without released
 Name:           ark
-Version:        23.08.1
+Version:        23.08.2
 Release:        0
 Summary:        KDE Archiver Tool
 License:        GPL-2.0-or-later


++++++ ark-23.08.1.tar.xz -> ark-23.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/.kde-ci.yml new/ark-23.08.2/.kde-ci.yml
--- old/ark-23.08.1/.kde-ci.yml 2023-09-12 05:10:14.000000000 +0200
+++ new/ark-23.08.2/.kde-ci.yml 2023-10-10 05:27:41.000000000 +0200
@@ -12,12 +12,12 @@
     'frameworks/kcrash': '@stable'
     'frameworks/kdbusaddons': '@stable'
     'frameworks/kdoctools': '@stable'
-    'frameworks/kitemmodels': '@stable'
     'frameworks/kio': '@stable'
     'frameworks/kservice': '@stable'
     'frameworks/kparts': '@stable'
     'frameworks/kpty': '@stable'
     'frameworks/kwidgetsaddons': '@stable'
+    'frameworks/kwindowsystem': '@stable'
     'frameworks/kiconthemes': '@stable'
 
 - 'on': ['Linux/Qt6', 'FreeBSD/Qt6']
@@ -30,12 +30,12 @@
     'frameworks/kcrash': '@latest-kf6'
     'frameworks/kdbusaddons': '@latest-kf6'
     'frameworks/kdoctools': '@latest-kf6'
-    'frameworks/kitemmodels': '@latest-kf6'
     'frameworks/kio': '@latest-kf6'
     'frameworks/kservice': '@latest-kf6'
     'frameworks/kparts': '@latest-kf6'
     'frameworks/kpty': '@latest-kf6'
     'frameworks/kwidgetsaddons': '@latest-kf6'
+    'frameworks/kwindowsystem': '@latest-kf6'
     'frameworks/kiconthemes': '@latest-kf6'
 
 Options:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/.reuse/dep5 new/ark-23.08.2/.reuse/dep5
--- old/ark-23.08.1/.reuse/dep5 2023-09-12 05:10:14.000000000 +0200
+++ new/ark-23.08.2/.reuse/dep5 2023-10-10 05:27:41.000000000 +0200
@@ -6,3 +6,7 @@
 Files: app/icons/*
 Copyright: KDE Community
 License: LGPL-3.0-only
+
+Files: snapcraft.yaml
+Copyright: Scarlett Moore
+License: GPL-2.0-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/CMakeLists.txt 
new/ark-23.08.2/CMakeLists.txt
--- old/ark-23.08.1/CMakeLists.txt      2023-09-12 05:10:14.000000000 +0200
+++ new/ark-23.08.2/CMakeLists.txt      2023-10-10 05:27:41.000000000 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "23")
 set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "1")
+set (RELEASE_SERVICE_VERSION_MICRO "2")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(ark VERSION ${RELEASE_SERVICE_VERSION})
 
@@ -40,12 +40,12 @@
                                                         DBusAddons
                                                         DocTools
                                                         I18n
-                                                        ItemModels
                                                         KIO
                                                         Service
                                                         Parts
                                                         Pty
                                                         WidgetsAddons
+                                                        WindowSystem
                                                         IconThemes)
 
 find_package(Qt${QT_MAJOR_VERSION}Test ${QT_MIN_VERSION} CONFIG QUIET)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/app/ark_dndextract.json.cmake 
new/ark-23.08.2/app/ark_dndextract.json.cmake
--- old/ark-23.08.1/app/ark_dndextract.json.cmake       2023-09-12 
05:10:14.000000000 +0200
+++ new/ark-23.08.2/app/ark_dndextract.json.cmake       2023-10-10 
05:27:41.000000000 +0200
@@ -12,6 +12,8 @@
         "Name[eo]": "Ark-Extrakti ĉi tie",
         "Name[es]": "Ark - Extraer aquí",
         "Name[eu]": "Ark Erauzi hemen",
+        "Name[fi]": "Ark: pura tähän",
+        "Name[fr]": "Extraire ici avec Ark",
         "Name[gl]": "Extraer aquí con Ark",
         "Name[ia]": "Ark Extrahe Hic",
         "Name[it]": "Ark estrai qui",
@@ -28,6 +30,7 @@
         "Name[tr]": "Ark Buraya Çıkar",
         "Name[uk]": "Розпакувати сюди за допомогою 
Ark",
         "Name[x-test]": "xxArk Extract Herexx",
-        "Name[zh_CN]": "Ark 解压到此位置"
+        "Name[zh_CN]": "Ark 解压到此位置",
+        "Name[zh_TW]": "Ark 在此解壓縮"
     }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/app/org.kde.ark.appdata.xml 
new/ark-23.08.2/app/org.kde.ark.appdata.xml
--- old/ark-23.08.1/app/org.kde.ark.appdata.xml 2023-09-12 05:10:14.000000000 
+0200
+++ new/ark-23.08.2/app/org.kde.ark.appdata.xml 2023-10-10 05:27:41.000000000 
+0200
@@ -390,10 +390,10 @@
     <binary>ark</binary>
   </provides>
   <releases>
+    <release version="23.08.2" date="2023-10-12"/>
     <release version="23.08.1" date="2023-09-14"/>
     <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"/>
   </releases>
   <content_rating type="oars-1.1"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/part/CMakeLists.txt 
new/ark-23.08.2/part/CMakeLists.txt
--- old/ark-23.08.1/part/CMakeLists.txt 2023-09-12 05:10:14.000000000 +0200
+++ new/ark-23.08.2/part/CMakeLists.txt 2023-10-10 05:27:41.000000000 +0200
@@ -26,7 +26,7 @@
     jobtracker.ui)
 
 
-target_link_libraries(arkpart kerfuffle KF${QT_MAJOR_VERSION}::Parts 
KF${QT_MAJOR_VERSION}::KIOFileWidgets KF${QT_MAJOR_VERSION}::ItemModels)
+target_link_libraries(arkpart kerfuffle KF${QT_MAJOR_VERSION}::Parts 
KF${QT_MAJOR_VERSION}::KIOFileWidgets)
 
 if(QT_MAJOR_VERSION STREQUAL "5")
     configure_file(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/part/ark_part.json.cmake 
new/ark-23.08.2/part/ark_part.json.cmake
--- old/ark-23.08.1/part/ark_part.json.cmake    2023-09-12 05:10:14.000000000 
+0200
+++ new/ark-23.08.2/part/ark_part.json.cmake    2023-10-10 05:27:41.000000000 
+0200
@@ -9,6 +9,8 @@
         "Description[eo]": "Arkivpritrakta Ilo",
         "Description[es]": "Herramienta de gestión de archivos comprimidos",
         "Description[eu]": "Artxiboak kudeatzeko tresna",
+        "Description[fi]": "Arkistonkäsittelyohjelma",
+        "Description[fr]": "Outil de manipulation d'archives",
         "Description[gl]": "Utilidade de manexo de arquivos.",
         "Description[ia]": "Instrumento de manear archivo",
         "Description[it]": "Strumento di gestione degli archivi",
@@ -25,6 +27,7 @@
         "Description[uk]": "Інструмент для роботи з арх
івами",
         "Description[x-test]": "xxArchive Handling Toolxx",
         "Description[zh_CN]": "压缩文件管理工具",
+        "Description[zh_TW]": "封存檔處理工具",
         "Icon": "ark",
         "License": "GPL v2+",
         "MimeTypes": [
@@ -39,6 +42,8 @@
         "Name[eo]": "Arkivilo",
         "Name[es]": "Archivador",
         "Name[eu]": "Artxibatzailea",
+        "Name[fi]": "Arkistointi",
+        "Name[fr]": "Archiveur",
         "Name[gl]": "Arquivador",
         "Name[ia]": "Archivaor",
         "Name[it]": "Utilità di archiviazione",
@@ -57,6 +62,7 @@
         "Name[uk]": "Архіватор",
         "Name[x-test]": "xxArchiverxx",
         "Name[zh_CN]": "压缩文件管理工具",
+        "Name[zh_TW]": "封存工具",
         "ServiceTypes": [
             "KParts/ReadOnlyPart",
             "Browser/View"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/po/bg/ark.po new/ark-23.08.2/po/bg/ark.po
--- old/ark-23.08.1/po/bg/ark.po        2023-09-12 05:10:14.000000000 +0200
+++ new/ark-23.08.2/po/bg/ark.po        2023-10-10 05:27:41.000000000 +0200
@@ -2314,9 +2314,3 @@
 #, kde-kuit-format
 msgid "Failed to set metadata for entry: %1"
 msgstr "Грешка при задаване метаданните за 
запис: %1"
-
-#~ msgid "Form"
-#~ msgstr "Формуляр"
-
-#~ msgid "Create New Archive..."
-#~ msgstr "Създаване на нов архив..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/po/ca@valencia/ark.po 
new/ark-23.08.2/po/ca@valencia/ark.po
--- old/ark-23.08.1/po/ca@valencia/ark.po       2023-09-12 05:10:14.000000000 
+0200
+++ new/ark-23.08.2/po/ca@valencia/ark.po       2023-10-10 05:27:41.000000000 
+0200
@@ -997,7 +997,7 @@
 #: kerfuffle/generalsettingspage.ui:17
 #, kde-format
 msgid "When clicking a file in an archive or pressing the Return key:"
-msgstr "Fent clic en un fitxer, un arxiu o prement la tecla Retorn:"
+msgstr "Fent clic en un fitxer, un arxiu o prement la tecla «Retorn»:"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radioButton)
 #: kerfuffle/generalsettingspage.ui:33
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/po/es/docs/ark/index.docbook 
new/ark-23.08.2/po/es/docs/ark/index.docbook
--- old/ark-23.08.1/po/es/docs/ark/index.docbook        2023-09-12 
05:10:14.000000000 +0200
+++ new/ark-23.08.2/po/es/docs/ark/index.docbook        2023-10-10 
05:27:41.000000000 +0200
@@ -29,7 +29,7 @@
 
 <bookinfo>
 <title
->El manual de &ark;</title>
+>Manual de &ark;</title>
 
 <authorgroup>
 <author
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/po/es/docs/ark/man-ark.1.docbook 
new/ark-23.08.2/po/es/docs/ark/man-ark.1.docbook
--- old/ark-23.08.1/po/es/docs/ark/man-ark.1.docbook    2023-09-12 
05:10:14.000000000 +0200
+++ new/ark-23.08.2/po/es/docs/ark/man-ark.1.docbook    2023-10-10 
05:27:41.000000000 +0200
@@ -97,7 +97,7 @@
 ><option
 >-f</option
 > <replaceable
-> sufijo</replaceable
+> suffix</replaceable
 ></group
 > <group choice="opt"
 ><option
@@ -107,7 +107,7 @@
 ><option
 >-t</option
 > <replaceable
-> archivo</replaceable
+> file</replaceable
 ></group
 > <group choice="opt"
 ><option
@@ -121,12 +121,12 @@
 ><option
 >-o</option
 > <replaceable
-> directorio</replaceable
+> directory</replaceable
 ></group
 > <arg choice="opt"
->Opciones generales de &kde-frameworks;</arg
+>&kf5; Generic Options</arg
 > <arg choice="opt"
->Opciones generales de &Qt;</arg
+>&Qt; Generic Options</arg
 > </cmdsynopsis>
 </refsynopsisdiv>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/po/fi/ark.po new/ark-23.08.2/po/fi/ark.po
--- old/ark-23.08.1/po/fi/ark.po        2023-09-12 05:10:14.000000000 +0200
+++ new/ark-23.08.2/po/fi/ark.po        2023-10-10 05:27:41.000000000 +0200
@@ -20,7 +20,7 @@
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-07-18 08:38+0000\n"
-"PO-Revision-Date: 2023-05-29 20:59+0300\n"
+"PO-Revision-Date: 2023-08-28 19:41+0300\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -29,7 +29,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-POT-Import-Date: 2012-12-01 22:25:38+0000\n"
-"X-Generator: Lokalize 23.04.1\n"
+"X-Generator: Lokalize 22.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -445,31 +445,29 @@
 msgstr "Luo uusi arkisto"
 
 #: app/welcomeview/welcomeview.cpp:50
-#, fuzzy, kde-format
-#| msgid "Welcome"
+#, kde-format
 msgid "Welcome to %1"
-msgstr "Tervetuloa"
+msgstr "%1 – tervetuloa"
 
 #: app/welcomeview/welcomeview.cpp:55
-#, fuzzy, kde-format
-#| msgid "Recent Files"
+#, kde-format
 msgid "No recent files"
-msgstr "Viimeisimmät tiedostot"
+msgstr "Ei viimeaikaisia tiedostoja"
 
 #: app/welcomeview/welcomeview.cpp:144
 #, kde-format
 msgid "Copy &Location"
-msgstr ""
+msgstr "Kopioi &sijainti"
 
 #: app/welcomeview/welcomeview.cpp:150
 #, kde-format
 msgid "&Open Containing Folder"
-msgstr ""
+msgstr "Avaa &yläkansio"
 
 #: app/welcomeview/welcomeview.cpp:157
 #, kde-format
 msgid "&Remove"
-msgstr ""
+msgstr "&Poista"
 
 #. i18n: ectx: property (windowTitle), widget (QScrollArea, WelcomeView)
 #: app/welcomeview/welcomeview.ui:17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/po/gl/ark.po new/ark-23.08.2/po/gl/ark.po
--- old/ark-23.08.1/po/gl/ark.po        2023-09-12 05:10:14.000000000 +0200
+++ new/ark-23.08.2/po/gl/ark.po        2023-10-10 05:27:41.000000000 +0200
@@ -53,7 +53,7 @@
 #: app/batchextract.cpp:118
 #, kde-format
 msgid "The following files could not be extracted:"
-msgstr "Non se puideron extraer os seguintes ficheiros:"
+msgstr "Non foi posíbel extraer os seguintes ficheiros:"
 
 #: app/batchextract.cpp:137
 #, kde-kuit-format
@@ -385,7 +385,7 @@
 #, kde-format
 msgid "Unable to find Ark's KPart component, please check your installation."
 msgstr ""
-"Non se pode atopar o compoñente KPart de Ark, comprobe que está instalado "
+"Non é posíbel atopar o compoñente KPart de Ark, comprobe que está 
instalado "
 "correctamente."
 
 #: app/mainwindow.cpp:184
@@ -620,7 +620,7 @@
 #, kde-kuit-format
 msgctxt "@info"
 msgid "Failed to locate program <filename>%1</filename> on disk."
-msgstr "Non se puido atopar o programa <filename>%1</filename>."
+msgstr "Non foi posíbel atopar o programa <filename>%1</filename>."
 
 #: kerfuffle/cliinterface.cpp:355
 #, kde-format
@@ -641,9 +641,9 @@
 msgctxt "@info"
 msgid "Could not move the extracted file to the destination directory."
 msgid_plural "Could not move the extracted files to the destination directory."
-msgstr[0] "Non se puido mover o ficheiro extraído ao cartafol de destino."
+msgstr[0] "Non foi posíbel mover o ficheiro extraído ao cartafol de destino."
 msgstr[1] ""
-"Non se puideron mover os ficheiros extraídos ao cartafol de destino."
+"Non foi posíbel mover os ficheiros extraídos ao cartafol de destino."
 
 #: kerfuffle/cliinterface.cpp:857
 #, kde-format
@@ -862,7 +862,7 @@
 #, kde-kuit-format
 msgctxt "@info"
 msgid "The folder <filename>%1</filename> could not be created."
-msgstr "Non se puido crear o cartafol <filename>%1</filename>."
+msgstr "Non foi posíbel crear o cartafol <filename>%1</filename>."
 
 #: kerfuffle/extractiondialog.cpp:132
 #, kde-kuit-format
@@ -1022,8 +1022,8 @@
 "Failed to load a suitable plugin. Make sure any executables needed to handle "
 "the archive type are installed."
 msgstr ""
-"Non se puido cargar un complemento axeitado. Asegúrese de que ten instalados 
"
-"todos os executábeis necesarios para manexar arquivos deste tipo."
+"Non foi posíbel cargar un complemento axeitado. Asegúrese de que ten "
+"instalados todos os executábeis necesarios para manexar arquivos deste tipo."
 
 #: kerfuffle/jobs.cpp:168
 #, kde-format
@@ -1031,8 +1031,8 @@
 "Could not load the archive because it contains ill-formed entries and might "
 "be a malicious archive."
 msgstr ""
-"Non se puido cargar o arquivo porque contén entradas malformadas e podería "
-"tratase dun arquivo malicioso."
+"Non foi posíbel cargar o arquivo porque contén entradas malformadas e "
+"podería tratase dun arquivo malicioso."
 
 #: kerfuffle/jobs.cpp:253
 #, kde-format
@@ -1076,7 +1076,7 @@
 "Could not write to destination <filename>%1</filename>.<nl/>Check whether "
 "you have sufficient permissions."
 msgstr ""
-"Non se puido escribir en <filename>%1</filename>.<nl/> Comprobe que ten "
+"Non foi posíbel escribir en <filename>%1</filename>.<nl/> Comprobe que ten "
 "permisos de abondo."
 
 #: kerfuffle/jobs.cpp:719
@@ -1512,7 +1512,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Cannot Preview File"
-msgstr "Non se pode previsualizar o ficheiro"
+msgstr "Non é posíbel previsualizar o ficheiro"
 
 #: part/arkviewer.cpp:120 part/arkviewer.cpp:132
 #, kde-format
@@ -1888,8 +1888,8 @@
 "The archive <filename>%1</filename> could not be loaded, as it was not "
 "possible to read from it."
 msgstr ""
-"Non se puido cargar o arquivo <filename>%1</filename>, non foi posíbel ler o 
"
-"seu contido."
+"Non foi posíbel cargar o arquivo <filename>%1</filename>, non foi posíbel "
+"ler o seu contido."
 
 #: part/part.cpp:885
 #, kde-kuit-format
@@ -2103,7 +2103,7 @@
 #: plugins/clirarplugin/cliplugin.cpp:553
 #, kde-format
 msgid "Failed to find all archive volumes."
-msgstr "Non se puideron atopar todos os volumes do arquivo."
+msgstr "Non foi posíbel atopar todos os volumes do arquivo."
 
 #: plugins/clirarplugin/cliplugin.cpp:321
 #, kde-format
@@ -2169,7 +2169,7 @@
 #: plugins/libarchive/libarchiveplugin.cpp:466
 #, kde-format
 msgid "The archive reader could not be initialized."
-msgstr "Non se puido inicializar o lector do arquivo."
+msgstr "Non foi posíbel inicializar o lector do arquivo."
 
 #: plugins/libarchive/libarchiveplugin.cpp:488
 #, kde-format
@@ -2181,18 +2181,18 @@
 #, kde-format
 msgctxt "@info"
 msgid "Failed to create a temporary file for writing data."
-msgstr "Non se puido crear un ficheiro temporal para escribir os datos."
+msgstr "Non foi posíbel crear un ficheiro temporal para escribir os datos."
 
 #: plugins/libarchive/readwritelibarchiveplugin.cpp:215
 #, kde-format
 msgid "The archive writer could not be initialized."
-msgstr "Non se puido inicializar o escritor do arquivo."
+msgstr "Non foi posíbel inicializar o escritor do arquivo."
 
 #: plugins/libarchive/readwritelibarchiveplugin.cpp:233
 #, kde-format
 msgctxt "@info"
 msgid "Could not open the archive for writing entries."
-msgstr "Non se puido abrir o arquivo para escribir entradas."
+msgstr "Non foi posíbel abrir o arquivo para escribir entradas."
 
 #: plugins/libarchive/readwritelibarchiveplugin.cpp:280
 #, kde-format
@@ -2204,25 +2204,25 @@
 #, kde-format
 msgctxt "@info"
 msgid "Could not set the compression method."
-msgstr "Non se puido definir o método de compresión."
+msgstr "Non foi posíbel definir o método de compresión."
 
 #: plugins/libarchive/readwritelibarchiveplugin.cpp:353
 #, kde-format
 msgctxt "@info"
 msgid "Could not set the compression level."
-msgstr "Non se puido definir o nivel de compresión."
+msgstr "Non foi posíbel definir o nivel de compresión."
 
 #: plugins/libarchive/readwritelibarchiveplugin.cpp:472
 #, kde-format
 msgctxt "@info"
 msgid "Could not compress entry, operation aborted."
-msgstr "Non se puido comprimir a entrada, interrompeuse a operación."
+msgstr "Non foi posíbel comprimir a entrada, interrompeuse a operación."
 
 #: plugins/libarchive/readwritelibarchiveplugin.cpp:513
 #, kde-format
 msgctxt "@info Error in a message box"
 msgid "Could not compress entry."
-msgstr "Non se puido comprimir a entrada."
+msgstr "Non foi posíbel comprimir a entrada."
 
 #: plugins/libzipplugin/libzipplugin.cpp:76
 #: plugins/libzipplugin/libzipplugin.cpp:118
@@ -2233,7 +2233,7 @@
 #: plugins/libzipplugin/libzipplugin.cpp:881
 #, kde-kuit-format
 msgid "Failed to open archive: %1"
-msgstr "Non se puido abrir o arquivo: %1"
+msgstr "Non foi posíbel abrir o arquivo: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:176
 #: plugins/libzipplugin/libzipplugin.cpp:448
@@ -2242,77 +2242,77 @@
 #: plugins/libzipplugin/libzipplugin.cpp:951
 #, kde-kuit-format
 msgid "Failed to write archive."
-msgstr "Non se puido escribir o arquivo."
+msgstr "Non foi posíbel escribir o arquivo."
 
 #: plugins/libzipplugin/libzipplugin.cpp:225
 #: plugins/libzipplugin/libzipplugin.cpp:918
 #, kde-kuit-format
 msgid "Failed to add entry: %1"
-msgstr "Non se puido engadir a entrada: %1"
+msgstr "Non foi posíbel engadir a entrada: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:280
 #, kde-kuit-format
 msgid "Failed to set compression options for entry: %1"
-msgstr "Non se puideron definir as opcións de compresión para a entrada: %1"
+msgstr "Non foi posíbel definir as opcións de compresión para a entrada: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:385
 #: plugins/libzipplugin/libzipplugin.cpp:776
 #: plugins/libzipplugin/libzipplugin.cpp:927
 #, kde-kuit-format
 msgid "Failed to read metadata for entry: %1"
-msgstr "Non se puideron ler os metadatos para a entrada: %1"
+msgstr "Non foi posíbel ler os metadatos para a entrada: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:429
 #: plugins/libzipplugin/libzipplugin.cpp:434
 #, kde-kuit-format
 msgid "Failed to delete entry: %1"
-msgstr "Non se puido eliminar a entrada: %1"
+msgstr "Non foi posíbel eliminar a entrada: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:659
 #, kde-kuit-format
 msgid "Failed to create directory: %1"
-msgstr "Non se puido crear o cartafol: %1"
+msgstr "Non foi posíbel crear o cartafol: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:732
 #, kde-kuit-format
 msgid "Failed to open '%1':<nl/>%2"
-msgstr "Non se puido abrir «%1»:<nl/> %2"
+msgstr "Non foi posíbel abrir «%1»:<nl/> %2"
 
 #: plugins/libzipplugin/libzipplugin.cpp:740
 #, kde-kuit-format
 msgid "Failed to open file for writing: %1"
-msgstr "Non se puido abrir o ficheiro para escritura: %1"
+msgstr "Non foi posíbel abrir o ficheiro para escritura: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:753
 #, kde-kuit-format
 msgid "Failed to read data for entry: %1"
-msgstr "Non se puideron ler os datos para a entrada: %1"
+msgstr "Non foi posíbel ler os datos para a entrada: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:758
 #, kde-kuit-format
 msgid "Failed to write data for entry: %1"
-msgstr "Non se puideron escribir os datos para a entrada: %1"
+msgstr "Non foi posíbel escribir os datos para a entrada: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:768
 #, kde-kuit-format
 msgid "Failed to locate entry: %1"
-msgstr "Non se puido atopar a entrada: %1"
+msgstr "Non foi posíbel atopar a entrada: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:840
 #: plugins/libzipplugin/libzipplugin.cpp:846
 #, kde-kuit-format
 msgid "Failed to move entry: %1"
-msgstr "Non se puido mover a entrada: %1"
+msgstr "Non foi posíbel mover a entrada: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:904
 #, kde-kuit-format
 msgid "Failed to copy entry: %1"
-msgstr "Non se puido copiar a entrada: %1"
+msgstr "Non foi posíbel copiar a entrada: %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:934
 #, kde-kuit-format
 msgid "Failed to set metadata for entry: %1"
-msgstr "Non se puideron definir os metadatos para a entrada: %1"
+msgstr "Non foi posíbel definir os metadatos para a entrada: %1"
 
 #, fuzzy
 #~| msgid "Form"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/po/ja/ark.po new/ark-23.08.2/po/ja/ark.po
--- old/ark-23.08.1/po/ja/ark.po        2023-09-12 05:10:14.000000000 +0200
+++ new/ark-23.08.2/po/ja/ark.po        2023-10-10 05:27:41.000000000 +0200
@@ -2347,9 +2347,3 @@
 #, kde-kuit-format
 msgid "Failed to set metadata for entry: %1"
 msgstr "エントリにメタデータを設定できません: %1"
-
-# @info:tooltip
-#, fuzzy
-#~| msgid "Create New Archive"
-#~ msgid "Create New Archive..."
-#~ msgstr "新しいアーカイブを作成"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/po/pl/ark.po new/ark-23.08.2/po/pl/ark.po
--- old/ark-23.08.1/po/pl/ark.po        2023-09-12 05:10:14.000000000 +0200
+++ new/ark-23.08.2/po/pl/ark.po        2023-10-10 05:27:41.000000000 +0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-07-18 08:38+0000\n"
-"PO-Revision-Date: 2023-09-09 10:54+0200\n"
+"PO-Revision-Date: 2023-09-30 10:14+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
@@ -395,7 +395,7 @@
 #: app/mainwindow.cpp:289
 #, kde-format
 msgid "Welcome Page"
-msgstr "Stronę powitalna"
+msgstr "Strona powitalna"
 
 #: app/mainwindow.cpp:291
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/po/zh_CN/ark.po 
new/ark-23.08.2/po/zh_CN/ark.po
--- old/ark-23.08.1/po/zh_CN/ark.po     2023-09-12 05:10:14.000000000 +0200
+++ new/ark-23.08.2/po/zh_CN/ark.po     2023-10-10 05:27:41.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-07-18 08:38+0000\n"
-"PO-Revision-Date: 2023-09-02 02:59\n"
+"PO-Revision-Date: 2023-09-16 10:11\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-23.08.1/snapcraft.yaml 
new/ark-23.08.2/snapcraft.yaml
--- old/ark-23.08.1/snapcraft.yaml      1970-01-01 01:00:00.000000000 +0100
+++ new/ark-23.08.2/snapcraft.yaml      2023-10-10 05:27:41.000000000 +0200
@@ -0,0 +1,156 @@
+---
+name: ark
+confinement: strict
+grade: stable
+base: core22
+adopt-info: ark
+apps:
+    ark:
+        common-id: org.kde.ark.desktop
+        desktop: usr/share/applications/org.kde.ark.desktop
+        command: usr/bin/ark
+        plugs:
+        - desktop
+        - desktop-legacy
+        - opengl
+        - wayland
+        - x11
+        - home
+        - network
+        - network-bind
+        - audio-playback
+        - removable-media
+        - system-backup
+        command-chain:
+        - snap/command-chain/desktop-launch
+assumes:
+- snapd2.55.3
+compression: lzo
+plugs:
+    desktop:
+        mount-host-font-cache: false
+    icon-themes:
+        interface: content
+        target: $SNAP/data-dir/icons
+        default-provider: gtk-common-themes
+    sound-themes:
+        interface: content
+        target: $SNAP/data-dir/sounds
+        default-provider: gtk-common-themes
+    kf5-5-108-qt-5-15-10-core22:
+        content: kf5-5-108-qt-5-15-10-core22-all
+        interface: content
+        default-provider: kf5-5-108-qt-5-15-10-core22
+        target: $SNAP/kf5
+environment:
+    SNAP_DESKTOP_RUNTIME: $SNAP/kf5
+    PATH: $PATH:$SNAP/usr/bin
+    QT_PLUGIN_PATH: 
"$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/qt5/plugins:$SNAP/kf5/usr/lib/$CRAFT_ARCH_TRIPLET/qt5/plugins/kf5"
+hooks:
+    configure:
+        plugs:
+        - desktop
+        command-chain:
+        - snap/command-chain/hooks-configure-desktop
+layout:
+    /usr/share/X11:
+        symlink: $SNAP/kf5/usr/share/X11
+slots:
+    session-dbus-interface:
+        interface: dbus
+        name: org.kde.ark
+        bus: session
+package-repositories:
+-   type: apt
+    components:
+    - main
+    suites:
+    - jammy
+    key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
+    url: http://origin.archive.neon.kde.org/user
+    key-server: keyserver.ubuntu.com
+parts:
+    kde-neon:
+        source: 
/snap/snapcraft/current/share/snapcraft/extensions/desktop/kde-neon
+        source-type: local
+        plugin: make
+        make-parameters:
+        - PLATFORM_PLUG=kf5-5-108-qt-5-15-10-core22
+        build-snaps:
+        - kf5-5-108-qt-5-15-10-core22-sdk
+        build-environment:
+        - &id001
+            PATH: 
/snap/kf5-5-108-qt-5-15-10-core22-sdk/current/usr/bin${PATH:+:$PATH}
+        - &id002
+            XDG_DATA_DIRS: 
$CRAFT_STAGE/usr/share:/snap/kf5-5-108-qt-5-15-10-core22-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS}
+        - &id003
+            XDG_CONFIG_HOME: 
$CRAFT_STAGE/etc/xdg:/snap/kf5-5-108-qt-5-15-10-core22-sdk/current/etc/xdg:/etc/xdg${XDG_CONFIG_HOME:+:$XDG_CONFIG_HOME}
+        - &id004
+            CRAFT_CMAKE_ARGS: 
-DCMAKE_FIND_ROOT_PATH=/snap/kf5-5-108-qt-5-15-10-core22-sdk/current${CRAFT_CMAKE_ARGS:+:$CRAFT_CMAKE_ARGS}
+    ark:
+        after:
+        - kde-neon
+        parse-info:
+        - usr/share/metainfo/org.kde.ark.appdata.xml
+        plugin: cmake
+        build-packages:
+        - cmake
+        - gettext
+        - libkf5doctools-dev
+        - libarchive-dev
+        - libbz2-dev
+        - liblzma-dev
+        - libzip-dev
+        - zlib1g-dev
+        - libpulse-dev
+        - libzstd-dev
+        - libunrar-dev
+        - libunarr-dev
+        stage-packages:
+        - lrzip
+        - lzop
+        - zstd
+        - unrar
+        - p7zip-full
+        - to amd64: [rar]
+        - unzip
+        - zip
+        - unar
+        - lsof
+        - kio
+        - kinit
+        - libunarr1
+        source: .
+        source-type: local
+        cmake-parameters:
+        - -DCMAKE_INSTALL_PREFIX=/usr
+        - -DCMAKE_BUILD_TYPE=Release
+        - -DENABLE_TESTING=OFF
+        - -DBUILD_TESTING=OFF
+        - -DKDE_SKIP_TEST_SETTINGS=ON
+        - 
-DCMAKE_FIND_ROOT_PATH=$CRAFT_STAGE\;/snap/kf5-5-108-qt-5-15-10-core22-sdk/current
+        - "-DKDE_INSTALL_PLUGINDIR=/usr/lib/$CRAFT_ARCH_TRIPLET/qt5/plugins/"
+        prime:
+        - -usr/lib/*/cmake/*
+        - -usr/include/*
+        - -usr/share/ECM/*
+        - -usr/share/doc/*
+        - -usr/share/man/*
+        - -usr/share/icons/breeze-dark*
+        - -usr/bin/X11
+        - -usr/lib/gcc/$SNAPCRAFT_ARCH_TRIPLET/6.0.0
+        - -usr/lib/aspell/*
+        - "-usr/share/lintain"
+        build-environment: &id005
+        - *id001
+        - *id002
+        - *id003
+        - *id004
+    cleanup:
+        after:
+        - ark
+        plugin: nil
+        override-prime: |
+            set -eux
+            #unused libs from linter
+

Reply via email to