Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kapptemplate for openSUSE:Factory 
checked in at 2022-04-23 19:45:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kapptemplate (Old)
 and      /work/SRC/openSUSE:Factory/.kapptemplate.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kapptemplate"

Sat Apr 23 19:45:39 2022 rev:106 rq:971426 version:22.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kapptemplate/kapptemplate.changes        
2022-03-04 20:18:02.876770264 +0100
+++ /work/SRC/openSUSE:Factory/.kapptemplate.new.1538/kapptemplate.changes      
2022-04-23 19:46:16.359005182 +0200
@@ -1,0 +2,22 @@
+Mon Apr 18 07:51:18 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.0/
+
+-------------------------------------------------------------------
+Fri Apr  8 18:17:56 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Wed Mar 23 08:13:48 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * Add CI
+
+-------------------------------------------------------------------

Old:
----
  kapptemplate-21.12.3.tar.xz
  kapptemplate-21.12.3.tar.xz.sig

New:
----
  kapptemplate-22.04.0.tar.xz
  kapptemplate-22.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kapptemplate.spec ++++++
--- /var/tmp/diff_new_pack.X4HnTa/_old  2022-04-23 19:46:16.975005914 +0200
+++ /var/tmp/diff_new_pack.X4HnTa/_new  2022-04-23 19:46:16.979005919 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kapptemplate
-Version:        21.12.3
+Version:        22.04.0
 Release:        0
 Summary:        Template for KDE Application Development
 License:        GPL-2.0-only AND GFDL-1.2-only


++++++ kapptemplate-21.12.3.tar.xz -> kapptemplate-22.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.12.3/.gitlab-ci.yml 
new/kapptemplate-22.04.0/.gitlab-ci.yml
--- old/kapptemplate-21.12.3/.gitlab-ci.yml     1970-01-01 01:00:00.000000000 
+0100
+++ new/kapptemplate-22.04.0/.gitlab-ci.yml     2022-04-12 23:53:00.000000000 
+0200
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.12.3/.kde-ci.yml 
new/kapptemplate-22.04.0/.kde-ci.yml
--- old/kapptemplate-21.12.3/.kde-ci.yml        1970-01-01 01:00:00.000000000 
+0100
+++ new/kapptemplate-22.04.0/.kde-ci.yml        2022-04-12 23:53:00.000000000 
+0200
@@ -0,0 +1,14 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@stable'
+    'frameworks/kcoreaddons': '@stable'
+    'frameworks/kconfigwidgets': '@stable'
+    'frameworks/kcompletion': '@stable'
+    'frameworks/karchive': '@stable'
+    'frameworks/kio': '@stable'
+    'frameworks/ki18n': '@stable'
+    'frameworks/kdoctools': '@stable'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.12.3/CMakeLists.txt 
new/kapptemplate-22.04.0/CMakeLists.txt
--- old/kapptemplate-21.12.3/CMakeLists.txt     2022-02-27 19:32:41.000000000 
+0100
+++ new/kapptemplate-22.04.0/CMakeLists.txt     2022-04-12 23:53:00.000000000 
+0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16)
 
 # Release Service version, managed by release script
-set (RELEASE_SERVICE_VERSION_MAJOR "21")
-set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MAJOR "22")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 # Bump KAPPTEMPLATE_BASE_VERSION once new features are added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.12.3/po/ca/kapptemplate.po 
new/kapptemplate-22.04.0/po/ca/kapptemplate.po
--- old/kapptemplate-21.12.3/po/ca/kapptemplate.po      2022-03-01 
01:13:10.000000000 +0100
+++ new/kapptemplate-22.04.0/po/ca/kapptemplate.po      2022-04-15 
02:17:52.000000000 +0200
@@ -1,9 +1,9 @@
 # Translation of kapptemplate.po to Catalan
-# Copyright (C) 2008-2020 This_file_is_part_of_KDE
+# Copyright (C) 2008-2022 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep M. Ferrer <[email protected]>, 2008, 2014, 2015, 2016, 2017, 2020.
+# Josep M. Ferrer <[email protected]>, 2008, 2014, 2015, 2016, 2017, 2020, 2022.
 # Manuel Tortosa <[email protected]>, 2009.
 # Antoni Bella P??rez <[email protected]>, 2015, 2017.
 msgid ""
@@ -11,14 +11,14 @@
 "Project-Id-Version: kapptemplate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-02 00:19+0000\n"
-"PO-Revision-Date: 2020-05-05 10:13+0100\n"
+"PO-Revision-Date: 2022-03-27 13:24+0200\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.12.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -59,7 +59,7 @@
 #: src/application/choicepage.cpp:34
 #, kde-format
 msgid "Choose your project template"
-msgstr "Seleccioneu una plantilla de projecte"
+msgstr "Seleccioneu una plantilla de projectes"
 
 #: src/application/choicepage.cpp:145
 #, kde-format
@@ -218,7 +218,7 @@
 #: src/application/main.cpp:26
 #, kde-format
 msgid "KAppTemplate is a KDE project template generator"
-msgstr "El KAppTemplate ??s un generador de plantilles de projecte"
+msgstr "El KAppTemplate ??s un generador de plantilles de projectes"
 
 #: src/application/main.cpp:28
 #, kde-format
@@ -259,7 +259,7 @@
 "Set your project version number. A first project should start with version "
 "0.1."
 msgstr ""
-"Definiu el n??mero de versi?? del projecte, Un projecte inicial hauria de "
+"Definiu el n??mero de versi?? del projecte. Un projecte inicial hauria de "
 "comen??ar amb la versi?? 0.1."
 
 #. i18n: ectx: property (inputMask), widget (KLineEdit, kcfg_appVersion)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.12.3/po/ca@valencia/kapptemplate.po 
new/kapptemplate-22.04.0/po/ca@valencia/kapptemplate.po
--- old/kapptemplate-21.12.3/po/ca@valencia/kapptemplate.po     2022-03-01 
01:13:10.000000000 +0100
+++ new/kapptemplate-22.04.0/po/ca@valencia/kapptemplate.po     2022-04-15 
02:17:52.000000000 +0200
@@ -1,9 +1,9 @@
 # Translation of kapptemplate.po to Catalan (Valencian)
-# Copyright (C) 2008-2020 This_file_is_part_of_KDE
+# Copyright (C) 2008-2022 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep M. Ferrer <[email protected]>, 2008, 2014, 2015, 2016, 2017, 2020.
+# Josep M. Ferrer <[email protected]>, 2008, 2014, 2015, 2016, 2017, 2020, 2022.
 # Manuel Tortosa <[email protected]>, 2009.
 # Antoni Bella P??rez <[email protected]>, 2015, 2017.
 msgid ""
@@ -11,14 +11,14 @@
 "Project-Id-Version: kapptemplate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-02 00:19+0000\n"
-"PO-Revision-Date: 2020-05-05 10:13+0100\n"
+"PO-Revision-Date: 2022-03-27 13:24+0200\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.12.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -42,7 +42,7 @@
 #: src/application/choice.ui:37
 #, kde-format
 msgid "Get More Templates"
-msgstr "Obt??n m??s plantilles"
+msgstr "Obt??n m??s plantilles"
 
 #. i18n: ectx: property (text), widget (QPushButton, installButton)
 #: src/application/choice.ui:50
@@ -59,7 +59,7 @@
 #: src/application/choicepage.cpp:34
 #, kde-format
 msgid "Choose your project template"
-msgstr "Seleccioneu una plantilla de projecte"
+msgstr "Seleccioneu una plantilla de projectes"
 
 #: src/application/choicepage.cpp:145
 #, kde-format
@@ -92,7 +92,7 @@
 "Failed to integrate your project information into the file %1. The project "
 "has not been generated and all temporary files will be removed."
 msgstr ""
-"Ha fallat en integrar la informaci?? del projecte en el fitxer %1. No s'ha "
+"No s'ha pogut integrar la informaci?? del projecte en el fitxer %1. No s'ha "
 "generat el projecte i s'han eliminat tots els fitxers temporals."
 
 #: src/application/generatepage.cpp:85
@@ -128,8 +128,8 @@
 #: src/application/generatepage.cpp:227
 #, kde-format
 msgid ""
-"You will find a README in your project folder <b>%1</b><br /> to help you "
-"get started with your project."
+"You will find a README in your project folder <b>%1</b><br /> to help you get 
"
+"started with your project."
 msgstr ""
 "Trobareu un fitxer README en la carpeta del projecte <b>%1</b><br /> per a "
 "ajudar-vos a iniciar el projecte."
@@ -148,15 +148,15 @@
 "You will be able to start developing your own software using Qt and KDE "
 "technologies from this template."
 msgstr ""
-"Aquest assistent vos ajudar?? a generar un projecte nou.\n"
-"Podreu comen??ar a desenvolupar el vostre propi programari utilitzant les Qt "
-"i les tecnologies del KDE a partir d'aquesta plantilla."
+"Este assistent vos ajudar?? a generar un projecte nou.\n"
+"Podreu comen??ar a desenvolupar el vostre propi programari utilitzant les Qt 
i "
+"les tecnologies de KDE a partir d'esta plantilla."
 
 #: src/application/kapptemplate.cpp:22
 #, kde-format
 msgctxt "@title:window"
 msgid "KDE and Qt Template Generator"
-msgstr "Generador de plantilles per al KDE i les Qt"
+msgstr "Generador de plantilles per a KDE i les Qt"
 
 #: src/application/kapptemplate.cpp:44
 #, kde-format
@@ -218,7 +218,7 @@
 #: src/application/main.cpp:26
 #, kde-format
 msgid "KAppTemplate is a KDE project template generator"
-msgstr "El KAppTemplate ??s un generador de plantilles de projecte"
+msgstr "KAppTemplate ??s un generador de plantilles de projectes"
 
 #: src/application/main.cpp:28
 #, kde-format
@@ -259,7 +259,7 @@
 "Set your project version number. A first project should start with version "
 "0.1."
 msgstr ""
-"Definiu el n??mero de versi?? del projecte, Un projecte inicial hauria de "
+"Definiu el n??mero de versi?? del projecte. Un projecte inicial hauria de "
 "comen??ar amb la versi?? 0.1."
 
 #. i18n: ectx: property (inputMask), widget (KLineEdit, kcfg_appVersion)
@@ -312,7 +312,7 @@
 #: src/application/properties.ui:89
 #, kde-format
 msgid "This will set the copyright to this name"
-msgstr "Aix?? establir?? el ??copyright?? a aquest nom"
+msgstr "Establir?? el ??copyright?? a este nom"
 
 #. i18n: ectx: property (text), widget (QLabel, emailLabel)
 #: src/application/properties.ui:102
@@ -333,5 +333,5 @@
 "This email address will be next to your name in the copyright credit of the "
 "project files."
 msgstr ""
-"Aquesta adre??a de correu electr??nic est?? al costat del nom en el cr??dit 
del "
+"Esta adre??a de correu electr??nic est?? al costat del nom en el cr??dit del "
 "??copyright?? dels fitxers del projecte."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-21.12.3/po/ru/docs/kapptemplate/index.docbook 
new/kapptemplate-22.04.0/po/ru/docs/kapptemplate/index.docbook
--- old/kapptemplate-21.12.3/po/ru/docs/kapptemplate/index.docbook      
2022-03-01 01:13:10.000000000 +0100
+++ new/kapptemplate-22.04.0/po/ru/docs/kapptemplate/index.docbook      
1970-01-01 01:00:00.000000000 +0100
@@ -1,239 +0,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY % addindex "IGNORE">
-  <!ENTITY % Russian "INCLUDE">
-]>
-
-<book id="kapptemplate" lang="&language;">
-
-<bookinfo>
-<title
->?????????????????????? ???????????????????????? &kapptemplate;</title>
-
-<authorgroup>
-<author
-><firstname
->Anne-Marie</firstname
-> <surname
->Mahfouf</surname
-> <affiliation
-> <address
->&Anne-Marie.Mahfouf.mail;</address>
-</affiliation>
-</author>
-<othercredit role="translator"
-><firstname
->??????????</firstname
-><surname
->??????????????????????</surname
-><affiliation
-><address
-><email
->[email protected]</email
-></address
-></affiliation
-><contrib
->?????????????? ???? ?????????????? ????????</contrib
-></othercredit
-> 
-</authorgroup>
-
-<copyright>
-<year
->2008</year>
-<holder
->&Anne-Marie.Mahfouf;</holder>
-</copyright>
-
-<legalnotice
->&FDLNotice;</legalnotice>
-
-
-<date
->1 ???????????? 2017 ??.</date>
-<releaseinfo
->0.1 (???????????????????? KDE 17.12)</releaseinfo>
-
-<abstract>
-<para
->&kapptemplate; ??? ???????????????? ???????????????? ???????????????? ???? 
???? ???????????? ????????????????. </para>
-</abstract>
-
-<keywordset>
-<keyword
->programming;????????????????????????????????</keyword>
-<keyword
->template;????????????</keyword>
-</keywordset>
-
-</bookinfo>
-
-<chapter id="introduction"
-> 
-<title
->????????????????</title
-> 
-<para
->???????????????????? &kapptemplate; ?????????????????? ???????????? 
???????????? ???????????????????? ????, ?????????????????????? ???? 
?????????????? ???????????????? ???????????????????? ???? 
?????????????????????? ??????????.</para>
-
-<para
->?? ???????????????????? &kapptemplate; ???????????????? 
???????????????????????? ??????????????, ?????????????????????????? ???? 
????????????????????. ?????????????? ???????????????????? ?????????? 
???????????????????????????????? ?????????????????? ?? ?????????????? 
?????????????????? ?????? ??????????????????????????, ?? ?????????? 
???????????????? ???? ??????-?????????? <ulink url="https://store.kde.org";
->store.kde.org</ulink
->. </para>
-
-<para
->???????????????? ???? ?????????????? ?????????????? ???? ???????????? ???? 
?????????????? ?? ???????????????? ???????? ????????????.</para>
-
-<note
-><para
->?? ???????????? ???? ???????????????? ???????????????????? ???????? <filename
->README</filename
-> ?? ???????????????????? ???? ???????????? ?????????? ?????????????? ?? 
???????????????? ???? ?????????????????? ?????????????????? ???? 
???????????????????????????????? ??????????????. ???????????? &kapptemplate; 
??????????????????????  ?????????????????? ?????????????? ??? ?????????? 
?????????? ???? ???????????????????????????? ???????????????????? 
????????????.</para
-></note>
-</chapter>
-
-<chapter id="using-kapptemplate">
-<title
->?????????????????????????? &kapptemplate;</title>
-<para
->&kapptemplate; ??? ?????? ????????????. ???? ???????????? ???????????? 
????????????????????, ?????? &kapptemplate; ?????????????? ?????????????? 
????????????. ?????????????? ???????????? <guibutton
->??????????</guibutton
->, ?????????? ???????????????????? ?? ???????????????? ??????????????. 
?????????????? ???????????? <guibutton
->????????????</guibutton
-> ???????????????? ?? ?????????????????????? ???????????? ?????????????????? 
?? ???????????? ???? ??????. ?????? ?????????????? ???????????? <guibutton
->??????????????</guibutton
-> ?????? ?????????????????????? ?????????? ???????????????? ?? 
&khelpcenter;.</para>
-<screenshot>
-<screeninfo
->???????????? ?????????? &kapptemplate;</screeninfo>
-       <mediaobject>
-         <imageobject>
-           <imagedata fileref="first-page.png" format="PNG"/>
-         </imageobject>
-           <textobject>
-           <phrase
->???????????? ?????????? &kapptemplate;</phrase>
-         </textobject>
-       </mediaobject>
-</screenshot>
-
-<para
->???? ???????????? ???????????? ?????????????????????? ???????????? 
?????????????????? ????????????????. ?? ???????????? ?????????? ???????????? 
?????????????????? ?????????????? ???????????????????????????????? 
?????????????????? ??????????????, ?? ???????????? ?????????? ?????????????? 
?????????????????? ?????? ????????????????. ?????????? ???????????? 
?????????????? ?????????? ???????????????????? ???????????? ???????????????? 
?????????????? ?? ????????, ?????????????????????????? ?? ???????????? 
?????????? ????????????.</para>
-<screenshot>
-<screeninfo
->???????????? ?????????? &kapptemplate;</screeninfo>
-       <mediaobject>
-         <imageobject>
-           <imagedata fileref="second-page.png" format="PNG"/>
-         </imageobject>
-           <textobject>
-           <phrase
->???????????? ?????????? &kapptemplate;</phrase>
-         </textobject>
-       </mediaobject>
-</screenshot>
-<para
->???? ?????????????? ???????????? ?????????? ???????????????????? 
?????????????? ???????????? ??????????????, ???????????????????????? ?????????? 
???????????????? ??????????????, ?? ?????????? ?????? ?? ?????????? 
?????????????????????? ?????????? ???????????????????????? 
????????????????????. ???????? ?? ???????????? ?????????????????????? 
?????????????????????????????? ???????????????????? &systemsettings; ???? 
?????????????????? ???????? ???????????? ????????????, ???? ???? 
?????????????????? ?????????? ???????????????????????? ?????? 
????????????????.</para>
-<screenshot>
-<screeninfo
->???????????? ?????????? &kapptemplate;</screeninfo>
-       <mediaobject>
-         <imageobject>
-           <imagedata fileref="third-page.png" format="PNG"/>
-         </imageobject>
-           <textobject>
-           <phrase
->???????????? ?????????? &kapptemplate;</phrase>
-         </textobject>
-       </mediaobject>
-</screenshot>
-<para
->?????????????????? (??????????????????) ?????????? ???????????????? 
???????????????? ?? ???????????????????? ???????????????? ??????????????.</para>
-<screenshot>
-<screeninfo
->?????????????????? ?????????? &kapptemplate;</screeninfo>
-       <mediaobject>
-         <imageobject>
-           <imagedata fileref="fourth-page.png" format="PNG"/>
-         </imageobject>
-           <textobject>
-           <phrase
->?????????????????? ?????????? &kapptemplate;</phrase>
-         </textobject>
-       </mediaobject>
-</screenshot>
-<para
->?????????????? ???????????? <guibutton
->??????????????????</guibutton
-> ?????? ???????????????? ???????????????????? &kapptemplate;.</para>
-</chapter>
-
-
-<chapter id="credits">
-<title
->?????????????????? ?????????? ?? ????????????????</title>
-
-<itemizedlist>
-<listitem
-><para
->?? &Kurt.Granroth;, ??????????????????, 1998-2003</para
-> </listitem>
-<listitem
-><para
->?? &Anne-Marie.Mahfouf;, ??????????????????, 2006-2008</para
-></listitem>
-<listitem
-><para
->?? Beat Wolf, ??????????????????, 2008</para>
-</listitem>
-</itemizedlist>
-<para
->??????????????????: <itemizedlist>
-<listitem
-><para
->???????????? ?? ??????????????????????????????????: Beat Wolf <email
->[email protected]</email
-></para
-> </listitem>
-<listitem
-><para
->???????????? Ruby: Cyrille Berger <email
->[email protected]</email
-></para
-> </listitem>
-<listitem
-><para
->???????????? Ruby: Richard Dale <email
->[email protected]
-></email
-></para
-> </listitem>
-<listitem
-><para
->???????????? Py&kde;4: Christoph Burgmer <email
->[email protected]</email
-></para
-> </listitem>
-</itemizedlist>
-</para>
-<para
->?? &Anne-Marie.Mahfouf; &Anne-Marie.Mahfouf.mail;, ??????????????????????, 
2008 </para>
-
-<para
->?????????? ??????????????????????<email
->[email protected]</email
-></para
-> &underFDL; &underGPL; </chapter>
-
-&documentation.index; 
-</book>
-
-<!--
-Local Variables:
-mode: sgml
-sgml-minimize-attributes:nil
-sgml-general-insert-case:lower
-sgml-indent-step:0
-sgml-indent-data:nil
-End:
--->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.12.3/po/ru/kapptemplate.po 
new/kapptemplate-22.04.0/po/ru/kapptemplate.po
--- old/kapptemplate-21.12.3/po/ru/kapptemplate.po      2022-03-01 
01:13:10.000000000 +0100
+++ new/kapptemplate-22.04.0/po/ru/kapptemplate.po      2022-04-15 
02:17:52.000000000 +0200
@@ -4,20 +4,19 @@
 # Artem Sereda <[email protected]>, 2009.
 # Alexander Potashev <[email protected]>, 2011, 2015, 2019.
 # Alexander Yavorsky <[email protected]>, 2019.
-# ?????????? ???????????????? <[email protected]>, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-02 00:19+0000\n"
-"PO-Revision-Date: 2021-10-25 16:43+0300\n"
-"Last-Translator: ?????????? ???????????????? <[email protected]>\n"
+"PO-Revision-Date: 2019-10-05 14:40+0300\n"
+"Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.08.1\n"
+"X-Generator: Lokalize 19.07.70\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
@@ -27,15 +26,16 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "?????????? ????????????,?????????? ??????????????????????,?????????? 
????????????????"
+msgstr "?????????? ????????????,?????????? ??????????????????????"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],[email protected],[email protected]"
+msgstr "[email protected],[email protected]"
 
 #: src/application/apptemplatesmodel.cpp:158
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Templates Projects"
 msgctxt "@title:column"
 msgid "Templates Projects"
 msgstr "?????????????? ????????????????"
@@ -137,7 +137,8 @@
 "?????????????? <b>%1</b><br />."
 
 #: src/application/generatepage.cpp:233
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Error"
 msgctxt "@title:window"
 msgid "Error"
 msgstr "????????????"
@@ -155,13 +156,15 @@
 "???????????????????? Qt ?? KDE."
 
 #: src/application/kapptemplate.cpp:22
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "KDE and Qt Template Generator"
 msgctxt "@title:window"
 msgid "KDE and Qt Template Generator"
 msgstr "?????????????????? ???????????????? KDE ?? Qt"
 
 #: src/application/kapptemplate.cpp:44
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Introduction"
 msgctxt "@title:tab"
 msgid "Introduction"
 msgstr "????????????????"
@@ -172,15 +175,17 @@
 msgstr "???????????????????? ???????????????? ??????????????"
 
 #: src/application/kapptemplate.cpp:53
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Generate"
 msgctxt "@action:button"
 msgid "Generate"
 msgstr "??????????????"
 
 #: src/application/kapptemplate.cpp:80
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Your project name is : %1"
 msgid "Your project name is: %1"
-msgstr "?????? ??????????????: %1"
+msgstr "?????? ?????????????? : %1"
 
 #. i18n: ectx: label, entry (appName), group (Project)
 #: src/application/kapptemplate.kcfg:11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.12.3/po/sk/kapptemplate.po 
new/kapptemplate-22.04.0/po/sk/kapptemplate.po
--- old/kapptemplate-21.12.3/po/sk/kapptemplate.po      2022-03-01 
01:13:10.000000000 +0100
+++ new/kapptemplate-22.04.0/po/sk/kapptemplate.po      2022-04-15 
02:17:52.000000000 +0200
@@ -1,19 +1,19 @@
 # translation of kapptemplate.po to Slovak
 # Richard Fric <[email protected]>, 2009.
-# Roman Paholik <[email protected]>, 2014, 2015, 2016, 2017.
+# Roman Paholik <[email protected]>, 2014, 2015, 2016, 2017, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kapptemplate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-02 00:19+0000\n"
-"PO-Revision-Date: 2017-07-31 21:31+0100\n"
+"PO-Revision-Date: 2022-04-06 17:46+0200\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 21.12.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -27,8 +27,7 @@
 msgstr "[email protected]"
 
 #: src/application/apptemplatesmodel.cpp:158
-#, fuzzy, kde-format
-#| msgid "Templates Projects"
+#, kde-format
 msgctxt "@title:column"
 msgid "Templates Projects"
 msgstr "Projekty ??abl??n"
@@ -130,8 +129,7 @@
 "s va??im projektom."
 
 #: src/application/generatepage.cpp:233
-#, fuzzy, kde-format
-#| msgid "Error"
+#, kde-format
 msgctxt "@title:window"
 msgid "Error"
 msgstr "Chyba"
@@ -148,15 +146,13 @@
 "Budete m??c?? za??a?? v??voj va??ich vlastn??ch KDE a Qt projektov z tejto 
??abl??ny."
 
 #: src/application/kapptemplate.cpp:22
-#, fuzzy, kde-format
-#| msgid "KDE and Qt Template Generator"
+#, kde-format
 msgctxt "@title:window"
 msgid "KDE and Qt Template Generator"
-msgstr "Gener??tor ??abl??n KDE a Qr"
+msgstr "Gener??tor ??abl??n KDE a Qt"
 
 #: src/application/kapptemplate.cpp:44
-#, fuzzy, kde-format
-#| msgid "Introduction"
+#, kde-format
 msgctxt "@title:tab"
 msgid "Introduction"
 msgstr "??vod"
@@ -167,17 +163,15 @@
 msgstr "Nastavi?? vlastnosti projektu"
 
 #: src/application/kapptemplate.cpp:53
-#, fuzzy, kde-format
-#| msgid "Generate"
+#, kde-format
 msgctxt "@action:button"
 msgid "Generate"
 msgstr "Generova??"
 
 #: src/application/kapptemplate.cpp:80
-#, fuzzy, kde-format
-#| msgid "Your project name is : %1"
+#, kde-format
 msgid "Your project name is: %1"
-msgstr "N??zov v????ho projektu je : %1"
+msgstr "N??zov v????ho projektu je: %1"
 
 #. i18n: ectx: label, entry (appName), group (Project)
 #: src/application/kapptemplate.kcfg:11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.12.3/po/tr/kapptemplate.po 
new/kapptemplate-22.04.0/po/tr/kapptemplate.po
--- old/kapptemplate-21.12.3/po/tr/kapptemplate.po      2022-03-01 
01:13:10.000000000 +0100
+++ new/kapptemplate-22.04.0/po/tr/kapptemplate.po      2022-04-15 
02:17:52.000000000 +0200
@@ -5,20 +5,21 @@
 # H. ??brahim G??ng??r <[email protected]>, 2011.
 # obsoleteman <[email protected]>, 2008-2009,2012.
 # Kaan Ozdincer <[email protected]>, 2014.
+# Emir SARI <[email protected]>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdesdk-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-02 00:19+0000\n"
-"PO-Revision-Date: 2017-10-04 14:43+0000\n"
-"Last-Translator: Kaan <[email protected]>\n"
+"PO-Revision-Date: 2022-03-28 13:37+0300\n"
+"Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 1.4\n"
+"X-Generator: Lokalize 21.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -31,11 +32,10 @@
 msgstr "[email protected]"
 
 #: src/application/apptemplatesmodel.cpp:158
-#, fuzzy, kde-format
-#| msgid "Templates Projects"
+#, kde-format
 msgctxt "@title:column"
 msgid "Templates Projects"
-msgstr "??ablon Projeler"
+msgstr "??ablonlar Projeleri"
 
 #. i18n: ectx: property (text), widget (QPushButton, getNewButton)
 #: src/application/choice.ui:37
@@ -134,8 +134,7 @@
 "README dosyas?? bulacaks??n??z."
 
 #: src/application/generatepage.cpp:233
-#, fuzzy, kde-format
-#| msgid "Error"
+#, kde-format
 msgctxt "@title:window"
 msgid "Error"
 msgstr "Hata"
@@ -153,15 +152,13 @@
 "geli??tirmeye ba??layabileceksiniz."
 
 #: src/application/kapptemplate.cpp:22
-#, fuzzy, kde-format
-#| msgid "KDE and Qt Template Generator"
+#, kde-format
 msgctxt "@title:window"
 msgid "KDE and Qt Template Generator"
 msgstr "KDE ve Qt ??ablon Olu??turucu"
 
 #: src/application/kapptemplate.cpp:44
-#, fuzzy, kde-format
-#| msgid "Introduction"
+#, kde-format
 msgctxt "@title:tab"
 msgid "Introduction"
 msgstr "Giri??"
@@ -172,15 +169,13 @@
 msgstr "Proje ??zelliklerini ayarla"
 
 #: src/application/kapptemplate.cpp:53
-#, fuzzy, kde-format
-#| msgid "Generate"
+#, kde-format
 msgctxt "@action:button"
 msgid "Generate"
 msgstr "Olu??tur"
 
 #: src/application/kapptemplate.cpp:80
-#, fuzzy, kde-format
-#| msgid "Your project name is : %1"
+#, kde-format
 msgid "Your project name is: %1"
 msgstr "Projenizin ad??: %1"
 
@@ -315,7 +310,7 @@
 #: src/application/properties.ui:89
 #, kde-format
 msgid "This will set the copyright to this name"
-msgstr "Bu se??enek, bu isim i??in telif haklar??n?? ayarlar"
+msgstr "Bu se??enek, bu ad i??in telif haklar??n?? ayarlar"
 
 #. i18n: ectx: property (text), widget (QLabel, emailLabel)
 #: src/application/properties.ui:102
@@ -336,7 +331,7 @@
 "This email address will be next to your name in the copyright credit of the "
 "project files."
 msgstr ""
-"Bu e-posta adresi proje dosyalar??na, isminizden sonra telif haklar?? 
k??sm??na "
+"Bu e-posta adresi proje dosyalar??na, ad??n??zdan sonra telif haklar?? 
k??sm??na "
 "eklenecektir."
 
 #~ msgctxt "Do not translate"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.12.3/po/zh_CN/kapptemplate.po 
new/kapptemplate-22.04.0/po/zh_CN/kapptemplate.po
--- old/kapptemplate-21.12.3/po/zh_CN/kapptemplate.po   2022-03-01 
01:13:10.000000000 +0100
+++ new/kapptemplate-22.04.0/po/zh_CN/kapptemplate.po   2022-04-15 
02:17:52.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-02 00:19+0000\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-21.12.3/src/application/org.kde.kapptemplate.appdata.xml 
new/kapptemplate-22.04.0/src/application/org.kde.kapptemplate.appdata.xml
--- old/kapptemplate-21.12.3/src/application/org.kde.kapptemplate.appdata.xml   
2022-02-27 19:32:41.000000000 +0100
+++ new/kapptemplate-22.04.0/src/application/org.kde.kapptemplate.appdata.xml   
2022-04-12 23:53:00.000000000 +0200
@@ -61,8 +61,10 @@
   <summary xml:lang="pt">Gerador de Modelos de C??digo de 
Aplica????es</summary>
   <summary xml:lang="pt-BR">Gerador de modelo de c??digo de 
aplicativo</summary>
   <summary xml:lang="ru">?????????????????? ???????????????? 
????????????????????</summary>
+  <summary xml:lang="sk">Gener??tor ??abl??n aplika??n??ho k??du</summary>
   <summary xml:lang="sl">Generator predlog kode</summary>
   <summary xml:lang="sv">Generering av programkodsmallar</summary>
+  <summary xml:lang="tr">Uygulama Kod ??ablonu Olu??turucu</summary>
   <summary xml:lang="uk">?????????????????? ???????????????? ???????? 
??????????????</summary>
   <summary xml:lang="x-test">xxApp Code Template Generatorxx</summary>
   <summary xml:lang="zh-CN">???????????????????????????</summary>
@@ -73,7 +75,7 @@
       repeatedly written code and a proper structure.
     </p>
     <p xml:lang="ca">El KAppTemplate ??s una aplicaci?? per a iniciar 
r??pidament el desenvolupament usant les plantilles existents que proporcionen 
codi b??sic escrit i una estructura adequada.</p>
-    <p xml:lang="ca-valencia">El KAppTemplate ??s una aplicaci?? per a iniciar 
r??pidament el desenvolupament usant les plantilles existents que proporcionen 
codi b??sic escrit i una estructura adequada.</p>
+    <p xml:lang="ca-valencia">KAppTemplate ??s una aplicaci?? per a iniciar 
r??pidament el desenvolupament usant les plantilles existents que proporcionen 
codi b??sic escrit i una estructura adequada.</p>
     <p xml:lang="de">KAppTemplate ist ein Programm mit dem die Entwicklung 
schnell mit vorhandenen Vorlagen mit immer wieder zu schreibendem Quelltext und 
richtiger Struktur begonnen werden kann.</p>
     <p xml:lang="el">KAppTemplate ?????????? ?????? ???????????????? ?????? 
???? ???????????????????? ?????? ???????????????? ?????????????? 
?????????????????????????????? ???? ???????????????????????????????? ?????? 
???????????????? ???????????? ?????????????????????????? ???????????????? 
???????????? ?????? ?????? ?????????????????? ????????.</p>
     <p xml:lang="en-GB">KAppTemplate is an application to start development 
quickly using existing templates providing basic repeatedly written code and a 
proper structure.</p>
@@ -241,14 +243,14 @@
       <li xml:lang="sr-ijekavian">?????????????? ???? ?????????????????? 
?????????????? ???????????? ?? ?????????? ????????????</li>
       <li xml:lang="sr-ijekavianlatin">??abloni za razli??ite sisteme gradnje 
i radne okvire</li>
       <li xml:lang="sv">Mallar f??r olika byggsystem och ramverk</li>
-      <li xml:lang="tr">Farkl?? in??a sistemleri ve ??at??lar i??in 
??ablonlar</li>
+      <li xml:lang="tr">Farkl?? yap?? sistemleri ve kod kitapl??klar?? i??in 
??ablonlar</li>
       <li xml:lang="uk">?????????????? ?????? ???????????? ???????????? 
???????????????? ???? ????????????????????.</li>
       <li xml:lang="x-test">xxTemplates for different build-systems and 
frameworksxx</li>
       <li xml:lang="zh-CN">????????????????????????????????????</li>
       <li xml:lang="zh-TW">????????????????????????????????????</li>
       <li>Templates especially for KDE-development (plugins for Plasma, 
QtQuick, KTextEditor, KRunner, Akonadi)</li>
       <li xml:lang="ca">Plantilles pel desenvolupament del KDE especialment 
(connectors pel Plasma, QtQuick, KTextEditor, KRunner, Akonadi)</li>
-      <li xml:lang="ca-valencia">Plantilles pel desenvolupament del KDE 
especialment (connectors pel Plasma, QtQuick, KTextEditor, KRunner, 
Akonadi)</li>
+      <li xml:lang="ca-valencia">Plantilles pel desenvolupament de KDE 
especialment (connectors pel Plasma, QtQuick, KTextEditor, KRunner, 
Akonadi)</li>
       <li xml:lang="de">Spezielle Vorlagen f??r KDE-Entwicklung (Module f??r 
Plasma, QtQuick, KTextEditor, KRunner, Akonadi)</li>
       <li xml:lang="el">?????????????? ???????????? ?????? ???? 
???????????????? ?????? KDE (???????????????? ?????? ???? ????????????, 
QtQuick, KTextEditor, KRunner, Akonadi)</li>
       <li xml:lang="en-GB">Templates especially for KDE-development (plugins 
for Plasma, QtQuick, KTextEditor, KRunner, Akonadi)</li>
@@ -266,8 +268,10 @@
       <li xml:lang="pt">Modelos especiais para o desenvolvimento no KDE 
('plugins' para o Plasma, QtQuick, KTextEditor, KRunner, Akonadi)</li>
       <li xml:lang="pt-BR">Modelos especiais para o desenvolvimento no KDE 
(plugins para o Plasma, QtQuick, KTextEditor, KRunner, Akonadi)</li>
       <li xml:lang="ru">?????????????????????? ?????????????? ?????? 
???????????????????? ?? ???????????????????????????? ???????????????????? KDE 
(???????????? ?????? Plasma, QtQuick, KTextEditor, KRunner, Akonadi)</li>
+      <li xml:lang="sk">??abl??ny ??peci??lne pre v??voj KDE (pluginy pre 
Plasma, QtQuick, KTextEditor, KRunner, Akonadi)</li>
       <li xml:lang="sl">Predloge, posebej za razvoj KDE (vti??niki za Plasma, 
QtQuick, KTextEditor, KRunner, Akonadi)</li>
       <li xml:lang="sv">Mallar s??rskilt f??r KDE-utveckling (insticksprogram 
f??r Plasma, QtQuick, Ktexteditor, Krunner, Akonadi)</li>
+      <li xml:lang="tr">KDE geli??tirmesi i??in ??ablonlar (Plasma, KOffice, 
KTextEditor, KRunner, Akonadi i??in eklentiler)</li>
       <li xml:lang="uk">???????????????? ?????????????? ?????? 
?????????????????????? KDE (?????????????? ???? ????????????, QtQuick, 
KTextEditor, KRunner, Akonadi)</li>
       <li xml:lang="x-test">xxTemplates especially for KDE-development 
(plugins for Plasma, QtQuick, KTextEditor, KRunner, Akonadi)xx</li>
       <li xml:lang="zh-CN">?????? KDE ????????????????????? (Plasma 
?????????QtOffice???KTextEditor???KRunner???Akonadi)</li>
@@ -307,7 +311,7 @@
       <li xml:lang="zh-TW">?????????????????????????????? CMake 
??????????????????????????????</li>
       <li>Integrated into KDevelop</li>
       <li xml:lang="ca">S'integra en el KDevelop</li>
-      <li xml:lang="ca-valencia">S'integra en el KDevelop</li>
+      <li xml:lang="ca-valencia">S'integra en KDevelop</li>
       <li xml:lang="da">Integreret med KDevelop</li>
       <li xml:lang="de">Integriert in KDevelop</li>
       <li xml:lang="el">???????????????????? ?????? KDevelop</li>
@@ -357,9 +361,9 @@
     <binary>kapptemplate</binary>
   </provides>
   <releases>
+    <release version="0.1.22040" date="2022-04-21"/>
     <release version="0.1.21123" date="2022-03-03"/>
     <release version="0.1.21122" date="2022-02-03"/>
     <release version="0.1.21121" date="2022-01-06"/>
-    <release version="0.1.21120" date="2021-12-09"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-21.12.3/src/application/org.kde.kapptemplate.desktop 
new/kapptemplate-22.04.0/src/application/org.kde.kapptemplate.desktop
--- old/kapptemplate-21.12.3/src/application/org.kde.kapptemplate.desktop       
2022-02-27 19:32:41.000000000 +0100
+++ new/kapptemplate-22.04.0/src/application/org.kde.kapptemplate.desktop       
2022-04-12 23:53:00.000000000 +0200
@@ -26,8 +26,10 @@
 GenericName[pt]=Gerador de Modelos de C??digo de Aplica????es
 GenericName[pt_BR]=Gerador de modelo de c??digo de aplicativo
 GenericName[ru]=?????????????????? ???????????????? ????????????????????
+GenericName[sk]=Gener??tor ??abl??n aplika??n??ho k??du
 GenericName[sl]=Generator predlog kode
 GenericName[sv]=Generering av programkodsmallar
+GenericName[tr]=Uygulama Kod ??ablonu Olu??turucu
 GenericName[uk]=?????????????????? ???????????????? ???????? ??????????????
 GenericName[x-test]=xxApp Code Template Generatorxx
 GenericName[zh_CN]=???????????????????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-21.12.3/src/templates/C++/kde-frameworks5/kde-frameworks5.kdevtemplate
 
new/kapptemplate-22.04.0/src/templates/C++/kde-frameworks5/kde-frameworks5.kdevtemplate
--- 
old/kapptemplate-21.12.3/src/templates/C++/kde-frameworks5/kde-frameworks5.kdevtemplate
     2022-02-27 19:32:41.000000000 +0100
+++ 
new/kapptemplate-22.04.0/src/templates/C++/kde-frameworks5/kde-frameworks5.kdevtemplate
     2022-04-12 23:53:00.000000000 +0200
@@ -2,7 +2,7 @@
 [General]
 Name=C++ KDE Frameworks
 Name[ca]=C++ pels Frameworks del KDE
-Name[ca@valencia]=C++ pels Frameworks del KDE
+Name[ca@valencia]=C++ pels Frameworks de KDE
 Name[cs]=KDE Frameworks C++
 Name[da]=C++ KDE Frameworks
 Name[de]=C++ KDE Frameworks
@@ -30,14 +30,14 @@
 Name[sr@ijekavianlatin]=C++ nad Radnim okvirima KDE???a
 Name[sr@latin]=C++ nad Radnim okvirima KDE???a
 Name[sv]=C++ KDE Ramverk
-Name[tr]=C++ KDE ??at??s??
+Name[tr]=C++ KDE Kod Kitapl??klar??
 Name[uk]=C++, KDE Frameworks
 Name[x-test]=xxC++ KDE Frameworksxx
 Name[zh_CN]=C++ KDE ??????
 Name[zh_TW]=C++ KDE Frameworks
 Comment=A KDE Frameworks 5 GUI Application in C++
 Comment[ca]=Una aplicaci?? IGU per a les Frameworks 5 del KDE en C++
-Comment[ca@valencia]=Una aplicaci?? IGU per a les Frameworks 5 del KDE en C++
+Comment[ca@valencia]=Una aplicaci?? IGU per a les Frameworks 5 de KDE en C++
 Comment[cs]=Aplikace GUI z KDE Frameworks 5 v C++
 Comment[da]=Et grafisk KDE Frameworks 5-program i C++
 Comment[de]=Eine  KDE Frameworks 5 Anwendung mit grafischer Oberfl??che in C++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-21.12.3/src/templates/C++/kde-frameworks5/src/org.example.%{APPNAMELC}.appdata.xml
 
new/kapptemplate-22.04.0/src/templates/C++/kde-frameworks5/src/org.example.%{APPNAMELC}.appdata.xml
--- 
old/kapptemplate-21.12.3/src/templates/C++/kde-frameworks5/src/org.example.%{APPNAMELC}.appdata.xml
 2022-02-27 19:32:41.000000000 +0100
+++ 
new/kapptemplate-22.04.0/src/templates/C++/kde-frameworks5/src/org.example.%{APPNAMELC}.appdata.xml
 2022-04-12 23:53:00.000000000 +0200
@@ -21,9 +21,9 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="0.1.22040" date="2022-04-21"/>
     <release version="0.1.21123" date="2022-03-03"/>
     <release version="0.1.21122" date="2022-02-03"/>
     <release version="0.1.21121" date="2022-01-06"/>
-    <release version="0.1.21120" date="2021-12-09"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-21.12.3/src/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.kdevtemplate
 
new/kapptemplate-22.04.0/src/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.kdevtemplate
--- 
old/kapptemplate-21.12.3/src/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.kdevtemplate
       2022-02-27 19:32:41.000000000 +0100
+++ 
new/kapptemplate-22.04.0/src/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.kdevtemplate
       2022-04-12 23:53:00.000000000 +0200
@@ -3,7 +3,7 @@
 Name=Minimal C++ KDE Frameworks
 Name[bs]=Minimalni C++ KDE Frameworks
 Name[ca]=C++ m??nim pels Frameworks del KDE
-Name[ca@valencia]=C++ m??nim pels Frameworks del KDE
+Name[ca@valencia]=C++ m??nim pels Frameworks de KDE
 Name[da]=Minimalt C++ KDE Frameworks
 Name[de]=Einfache KDE-Frameworks C++-Anwendung
 Name[el]=???????????????? ?????????????? ???????????????? C++ KDE
@@ -30,7 +30,7 @@
 Name[sr@ijekavianlatin]=Minimalni C++ nad Radnim okvirima KDE???a
 Name[sr@latin]=Minimalni C++ nad Radnim okvirima KDE???a
 Name[sv]=Minimal C++ KDE Ramverk
-Name[tr]=Basit C++ KDE ??at??lar??
+Name[tr]=Basit C++ KDE Kod Kitapl??klar??
 Name[uk]=???????????????????? C++, KDE Frameworks
 Name[x-test]=xxMinimal C++ KDE Frameworksxx
 Name[zh_CN]=?????? C++ KDE ??????
@@ -38,7 +38,7 @@
 Comment=A very basic KDE Frameworks 5 GUI Application in C++
 Comment[bs]=Veoma elementarna KDE Frameworks 5 GUI aplikacija u C++
 Comment[ca]=Una aplicaci?? IGU molt b??sica per a les Frameworks 5 del KDE en 
C++
-Comment[ca@valencia]=Una aplicaci?? IGU molt b??sica per a les Frameworks 5 
del KDE en C++
+Comment[ca@valencia]=Una aplicaci?? IGU molt b??sica per a les Frameworks 5 de 
KDE en C++
 Comment[cs]=??pln?? z??kladn?? GUI aplikace KDE Frameworks 5 v C++
 Comment[da]=Et meget basalt grafisk KDE Frameworks 5-program i C++
 Comment[de]=Eine sehr einfache KDE Frameworks 5 mit grafischer Oberfl??che in 
C++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-21.12.3/src/templates/C++/kde-frameworks5-simple/src/org.example.%{APPNAMELC}.appdata.xml
 
new/kapptemplate-22.04.0/src/templates/C++/kde-frameworks5-simple/src/org.example.%{APPNAMELC}.appdata.xml
--- 
old/kapptemplate-21.12.3/src/templates/C++/kde-frameworks5-simple/src/org.example.%{APPNAMELC}.appdata.xml
  2022-02-27 19:32:41.000000000 +0100
+++ 
new/kapptemplate-22.04.0/src/templates/C++/kde-frameworks5-simple/src/org.example.%{APPNAMELC}.appdata.xml
  2022-04-12 23:53:00.000000000 +0200
@@ -21,9 +21,9 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="0.1.22040" date="2022-04-21"/>
     <release version="0.1.21123" date="2022-03-03"/>
     <release version="0.1.21122" date="2022-02-03"/>
     <release version="0.1.21121" date="2022-01-06"/>
-    <release version="0.1.21120" date="2021-12-09"/>
   </releases>
 </component>

Reply via email to