Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2022-12-09 13:17:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantleetheme (Old)
 and      /work/SRC/openSUSE:Factory/.grantleetheme.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantleetheme"

Fri Dec  9 13:17:03 2022 rev:82 rq:1041424 version:22.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes      
2022-11-04 17:33:32.920371380 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1835/grantleetheme.changes    
2022-12-09 13:17:29.698910516 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:24:44 UTC 2022 - Christophe Marin <[email protected]>
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+
+-------------------------------------------------------------------
+Sat Nov 26 16:44:22 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Nov 12 08:53:33 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  grantleetheme-22.08.3.tar.xz
  grantleetheme-22.08.3.tar.xz.sig

New:
----
  grantleetheme-22.12.0.tar.xz
  grantleetheme-22.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ grantleetheme.spec ++++++
--- /var/tmp/diff_new_pack.fm8g7w/_old  2022-12-09 13:17:30.278913597 +0100
+++ /var/tmp/diff_new_pack.fm8g7w/_new  2022-12-09 13:17:30.282913618 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grantleetheme
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,10 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           grantleetheme
-Version:        22.08.3
+Version:        22.12.0
 Release:        0
 Summary:        Grantlee theme support
 License:        GPL-2.0-only
-Group:          System/Libraries
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
@@ -51,7 +50,6 @@
 %package -n libKF5GrantleeTheme5
 Summary:        GrantleeTheme library for KDE PIM applications
 License:        LGPL-2.1-or-later
-Group:          System/Libraries
 Requires:       grantleetheme = %{version}
 
 %description -n libKF5GrantleeTheme5
@@ -60,7 +58,6 @@
 %package devel
 Summary:        Development package for grantleetheme
 License:        LGPL-2.1-or-later
-Group:          Development/Libraries/KDE
 Requires:       libKF5GrantleeTheme5 = %{version}
 
 %description devel
@@ -78,9 +75,10 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with released}
-  %find_lang %{name} --with-man --all-name
-%endif
+
+%find_lang %{name} --with-man --all-name
+
+%global grantlee_shortver %(rpm -q --queryformat=%%{VERSION} grantlee5 | cut 
-d . -f 1-2)
 
 %post -n libKF5GrantleeTheme5  -p /sbin/ldconfig
 %postun -n libKF5GrantleeTheme5 -p /sbin/ldconfig
@@ -92,16 +90,16 @@
 %{_kf5_mkspecsdir}/qt_GrantleeTheme.pri
 
 %files
+%dir %{_kf5_libdir}/grantlee/
+%dir %{_kf5_libdir}/grantlee/%{grantlee_shortver}
 %{_kf5_debugdir}/grantleetheme.categories
 %{_kf5_debugdir}/grantleetheme.renamecategories
-%{_kf5_libdir}/grantlee/
+%{_kf5_libdir}/grantlee/%{grantlee_shortver}/kde_grantlee_plugin.so
 
 %files -n libKF5GrantleeTheme5
 %license LICENSES/*
 %{_kf5_libdir}/libKF5GrantleeTheme.so.*
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++++++ grantleetheme-22.08.3.tar.xz -> grantleetheme-22.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/.gitlab-ci.yml 
new/grantleetheme-22.12.0/.gitlab-ci.yml
--- old/grantleetheme-22.08.3/.gitlab-ci.yml    2022-10-13 13:41:24.000000000 
+0200
+++ new/grantleetheme-22.12.0/.gitlab-ci.yml    2022-11-26 09:26:17.000000000 
+0100
@@ -3,5 +3,8 @@
 
 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/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.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.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/.kde-ci.yml 
new/grantleetheme-22.12.0/.kde-ci.yml
--- old/grantleetheme-22.08.3/.kde-ci.yml       2022-10-13 13:41:24.000000000 
+0200
+++ new/grantleetheme-22.12.0/.kde-ci.yml       2022-11-26 09:26:17.000000000 
+0100
@@ -5,8 +5,11 @@
 - 'on': ['@all']
   'require':
     'frameworks/extra-cmake-modules': '@latest'
-    'third-party/grantlee' : '@stable'
     'frameworks/kguiaddons': '@latest'
     'frameworks/ki18n': '@latest'
     'frameworks/kiconthemes': '@latest'
     'frameworks/knewstuff': '@latest'
+
+- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6']
+  'require':
+    'libraries/ktexttemplate': '@stable'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/CMakeLists.txt 
new/grantleetheme-22.12.0/CMakeLists.txt
--- old/grantleetheme-22.08.3/CMakeLists.txt    2022-10-13 13:41:24.000000000 
+0200
+++ new/grantleetheme-22.12.0/CMakeLists.txt    2022-11-26 09:26:17.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
-set(KF5_MIN_VERSION "5.95.0")
-set(PIM_VERSION "5.21.3")
+set(KF5_MIN_VERSION "5.99.0")
+set(PIM_VERSION "5.22.0")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
@@ -34,6 +34,9 @@
 set(GRANTLEETHEME_LIB_VERSION ${PIM_VERSION})
 
 set(QT_REQUIRED_VERSION "5.15.2")
+if (QT_MAJOR_VERSION STREQUAL "6")
+    set(QT_REQUIRED_VERSION "6.4.0")
+endif()
 set(GRANTLEE_VERSION "5.2")
 
 find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED 
Widgets Network)
@@ -46,7 +49,7 @@
     find_package(Grantlee5 ${GRANTLEE_VERSION} CONFIG REQUIRED)
     set(MAIN_LIB Grantlee5::Templates)
 else()
-    find_package(KF6TextTemplate ${KF5_MIN_VERSION} CONFIG REQUIRED)
+    find_package(KF6TextTemplate CONFIG REQUIRED)
     set(MAIN_LIB KF6TextTemplate::Templates)
 endif()
 ecm_setup_version(PROJECT VARIABLE_PREFIX GRANTLEETHEME
@@ -57,7 +60,7 @@
 
 ########### Targets ###########
 
-ecm_set_disabled_deprecation_versions(QT 5.14.0 KF 5.96.0)
+ecm_set_disabled_deprecation_versions(QT 5.14.0 KF 5.99.0)
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantleetheme-22.08.3/KF5GrantleeThemeConfig.cmake.in 
new/grantleetheme-22.12.0/KF5GrantleeThemeConfig.cmake.in
--- old/grantleetheme-22.08.3/KF5GrantleeThemeConfig.cmake.in   2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/KF5GrantleeThemeConfig.cmake.in   2022-11-26 
09:26:17.000000000 +0100
@@ -5,7 +5,7 @@
 if ("@QT_MAJOR_VERSION@" STREQUAL "5")
     find_dependency(Grantlee5 @GRANTLEE_VERSION@)
 else()
-    find_dependency(KF6TextTemplate @KF5_MIN_VERSION@)
+    find_dependency(KF6TextTemplate)
 endif()
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5GrantleeThemeTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/autotest/CMakeLists.txt 
new/grantleetheme-22.12.0/autotest/CMakeLists.txt
--- old/grantleetheme-22.08.3/autotest/CMakeLists.txt   2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/autotest/CMakeLists.txt   2022-11-26 
09:26:17.000000000 +0100
@@ -2,9 +2,9 @@
 add_definitions( 
-DGRANTLEETHEME_DATA_BUILD_DIR="${CMAKE_CURRENT_BINARY_DIR}/data" )
 ecm_add_test(grantleethemetest.cpp
     NAME_PREFIX "grantleetheme-"
-    LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KF5::GrantleeTheme 
KF5::ConfigCore Qt${QT_MAJOR_VERSION}::Gui KF5::ConfigWidgets
+    LINK_LIBRARIES Qt::Test KF5::GrantleeTheme KF5::ConfigCore Qt::Gui 
KF5::ConfigWidgets
 )
 ecm_add_test(grantleethememanagertest.cpp
     NAME_PREFIX "grantleetheme-"
-    LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KF5::GrantleeTheme 
KF5::ConfigCore KF5::XmlGui
+    LINK_LIBRARIES Qt::Test KF5::GrantleeTheme KF5::ConfigCore KF5::XmlGui
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/autotest/grantleethemetest.h 
new/grantleetheme-22.12.0/autotest/grantleethemetest.h
--- old/grantleetheme-22.08.3/autotest/grantleethemetest.h      2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/autotest/grantleethemetest.h      2022-11-26 
09:26:17.000000000 +0100
@@ -27,4 +27,3 @@
     bool validateHtml(const QString &path, const QString &name, const QString 
&html);
     bool compareHtml(const QString &generatedTheme, const QString &path, const 
QString &name);
 };
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/po/en_GB/libgrantleetheme.po 
new/grantleetheme-22.12.0/po/en_GB/libgrantleetheme.po
--- old/grantleetheme-22.08.3/po/en_GB/libgrantleetheme.po      2022-11-01 
01:16:22.000000000 +0100
+++ new/grantleetheme-22.12.0/po/en_GB/libgrantleetheme.po      2022-11-26 
09:26:17.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-17 00:45+0000\n"
-"PO-Revision-Date: 2022-07-22 19:38+0100\n"
+"PO-Revision-Date: 2022-07-22 14:30+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/po/ia/libgrantleetheme.po 
new/grantleetheme-22.12.0/po/ia/libgrantleetheme.po
--- old/grantleetheme-22.08.3/po/ia/libgrantleetheme.po 2022-11-01 
01:16:22.000000000 +0100
+++ new/grantleetheme-22.12.0/po/ia/libgrantleetheme.po 2022-11-26 
09:26:17.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-17 00:45+0000\n"
-"PO-Revision-Date: 2022-07-13 12:51+0200\n"
+"PO-Revision-Date: 2022-07-14 19:02+0200\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/po/ka/libgrantleetheme.po 
new/grantleetheme-22.12.0/po/ka/libgrantleetheme.po
--- old/grantleetheme-22.08.3/po/ka/libgrantleetheme.po 1970-01-01 
01:00:00.000000000 +0100
+++ new/grantleetheme-22.12.0/po/ka/libgrantleetheme.po 2022-11-26 
09:26:17.000000000 +0100
@@ -0,0 +1,52 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the grantleetheme package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: grantleetheme\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-05-17 00:45+0000\n"
+"PO-Revision-Date: 2022-05-16 07:01+0200\n"
+"Last-Translator: Temuri Doghonadze <[email protected]>\n"
+"Language-Team: Georgian <[email protected]>\n"
+"Language: ka\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: Poedit 3.0.1\n"
+
+#: grantleetheme.cpp:93 grantleetheme.cpp:101
+#, kde-format
+msgid "Template"
+msgstr "ნიმუში"
+
+#: grantleetheme.cpp:93 grantleetheme.cpp:101
+#, kde-format
+msgid "Error message"
+msgstr "შეცდომის შეტყობინება"
+
+#: grantleetheme.cpp:108
+#, kde-format
+msgid "(null template)"
+msgstr "(ცარიელი ნიმუში)"
+
+#: grantleetheme.cpp:225
+#, kde-format
+msgid "Template parsing error"
+msgstr "ნიმუშის დამუშავების 
შეცდომა"
+
+#: grantleetheme.cpp:234
+#, kde-format
+msgid "Template rendering error"
+msgstr "ნიმუშის რენდერის შეცდომა"
+
+#: grantleethememanager.cpp:42
+#, kde-format
+msgid "Download new Templates..."
+msgstr "ახალი ნიმუშების გადმოწერ
ა..."
+
+#~ msgid "Download New Themes..."
+#~ msgstr "ახალი თემების გადმოწერ
ა..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantleetheme-22.08.3/po/sr@ijekavian/libgrantleetheme.po 
new/grantleetheme-22.12.0/po/sr@ijekavian/libgrantleetheme.po
--- old/grantleetheme-22.08.3/po/sr@ijekavian/libgrantleetheme.po       
1970-01-01 01:00:00.000000000 +0100
+++ new/grantleetheme-22.12.0/po/sr@ijekavian/libgrantleetheme.po       
2022-11-26 09:26:17.000000000 +0100
@@ -0,0 +1,49 @@
+# Translation of libgrantleetheme.po into Serbian.
+# Chusslove Illich <[email protected]>, 2013, 2015, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: libgrantleetheme\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-06-08 02:13+0200\n"
+"PO-Revision-Date: 2017-05-07 21:01+0200\n"
+"Last-Translator: Chusslove Illich <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\n"
+"Language: sr@ijekavian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\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-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: grantleetheme.cpp:104
+#, kde-format
+msgid "Template"
+msgstr "Шаблон"
+
+#: grantleetheme.cpp:104
+#, kde-format
+msgid "Error message"
+msgstr "Порука грешке"
+
+#: grantleetheme.cpp:112
+#, kde-format
+msgid "(null template)"
+msgstr "(нулти шаблон)"
+
+#: grantleetheme.cpp:225
+#, kde-format
+msgid "Template parsing error"
+msgstr "Грешка рашчлањивања шаблона"
+
+#: grantleetheme.cpp:231
+#, kde-format
+msgid "Template rendering error"
+msgstr "Грешка рендеровања шаблона"
+
+#: grantleethememanager.cpp:55
+#, kde-format
+msgid "Download New Themes..."
+msgstr "Преузми нове теме..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantleetheme-22.08.3/po/sr@ijekavianlatin/libgrantleetheme.po 
new/grantleetheme-22.12.0/po/sr@ijekavianlatin/libgrantleetheme.po
--- old/grantleetheme-22.08.3/po/sr@ijekavianlatin/libgrantleetheme.po  
1970-01-01 01:00:00.000000000 +0100
+++ new/grantleetheme-22.12.0/po/sr@ijekavianlatin/libgrantleetheme.po  
2022-11-26 09:26:17.000000000 +0100
@@ -0,0 +1,49 @@
+# Translation of libgrantleetheme.po into Serbian.
+# Chusslove Illich <[email protected]>, 2013, 2015, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: libgrantleetheme\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-06-08 02:13+0200\n"
+"PO-Revision-Date: 2017-05-07 21:01+0200\n"
+"Last-Translator: Chusslove Illich <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\n"
+"Language: sr@ijekavianlatin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\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-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: grantleetheme.cpp:104
+#, kde-format
+msgid "Template"
+msgstr "Å ablon"
+
+#: grantleetheme.cpp:104
+#, kde-format
+msgid "Error message"
+msgstr "Poruka greške"
+
+#: grantleetheme.cpp:112
+#, kde-format
+msgid "(null template)"
+msgstr "(nulti šablon)"
+
+#: grantleetheme.cpp:225
+#, kde-format
+msgid "Template parsing error"
+msgstr "Greška raščlanjivanja šablona"
+
+#: grantleetheme.cpp:231
+#, kde-format
+msgid "Template rendering error"
+msgstr "Greška renderovanja šablona"
+
+#: grantleethememanager.cpp:55
+#, kde-format
+msgid "Download New Themes..."
+msgstr "Preuzmi nove teme..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantleetheme-22.08.3/po/sr@latin/libgrantleetheme.po 
new/grantleetheme-22.12.0/po/sr@latin/libgrantleetheme.po
--- old/grantleetheme-22.08.3/po/sr@latin/libgrantleetheme.po   1970-01-01 
01:00:00.000000000 +0100
+++ new/grantleetheme-22.12.0/po/sr@latin/libgrantleetheme.po   2022-11-26 
09:26:17.000000000 +0100
@@ -0,0 +1,49 @@
+# Translation of libgrantleetheme.po into Serbian.
+# Chusslove Illich <[email protected]>, 2013, 2015, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: libgrantleetheme\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-06-08 02:13+0200\n"
+"PO-Revision-Date: 2017-05-07 21:01+0200\n"
+"Last-Translator: Chusslove Illich <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\n"
+"Language: sr@latin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\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-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: grantleetheme.cpp:104
+#, kde-format
+msgid "Template"
+msgstr "Å ablon"
+
+#: grantleetheme.cpp:104
+#, kde-format
+msgid "Error message"
+msgstr "Poruka greške"
+
+#: grantleetheme.cpp:112
+#, kde-format
+msgid "(null template)"
+msgstr "(nulti šablon)"
+
+#: grantleetheme.cpp:225
+#, kde-format
+msgid "Template parsing error"
+msgstr "Greška raščlanjivanja šablona"
+
+#: grantleetheme.cpp:231
+#, kde-format
+msgid "Template rendering error"
+msgstr "Greška renderovanja šablona"
+
+#: grantleethememanager.cpp:55
+#, kde-format
+msgid "Download New Themes..."
+msgstr "Preuzmi nove teme..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-22.12.0/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-22.08.3/po/zh_CN/libgrantleetheme.po      2022-11-01 
01:16:22.000000000 +0100
+++ new/grantleetheme-22.12.0/po/zh_CN/libgrantleetheme.po      2022-11-26 
09:26:17.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-17 00:45+0000\n"
-"PO-Revision-Date: 2022-10-30 07:51\n"
+"PO-Revision-Date: 2022-11-19 14:51\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/CMakeLists.txt 
new/grantleetheme-22.12.0/src/CMakeLists.txt
--- old/grantleetheme-22.08.3/src/CMakeLists.txt        2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/src/CMakeLists.txt        2022-11-26 
09:26:17.000000000 +0100
@@ -53,7 +53,7 @@
 
 install(TARGETS
     KF5GrantleeTheme
-    EXPORT KF5GrantleeThemeTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}
+    EXPORT KF5GrantleeThemeTargets ${KF_INSTALL_TARGETS_DEFAULT_ARGS}
 )
 
 ecm_generate_headers(GrantleeTheme_CamelCase_HEADERS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/genericformatter.h 
new/grantleetheme-22.12.0/src/genericformatter.h
--- old/grantleetheme-22.08.3/src/genericformatter.h    2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/src/genericformatter.h    2022-11-26 
09:26:17.000000000 +0100
@@ -44,4 +44,3 @@
     std::unique_ptr<GenericFormatterPrivate> const d;
 };
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/grantleeki18nlocalizer.h 
new/grantleetheme-22.12.0/src/grantleeki18nlocalizer.h
--- old/grantleetheme-22.08.3/src/grantleeki18nlocalizer.h      2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/src/grantleeki18nlocalizer.h      2022-11-26 
09:26:17.000000000 +0100
@@ -56,4 +56,3 @@
     QByteArray mApplicationDomain;
 };
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/grantleetheme.h 
new/grantleetheme-22.12.0/src/grantleetheme.h
--- old/grantleetheme-22.08.3/src/grantleetheme.h       2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/src/grantleetheme.h       2022-11-26 
09:26:17.000000000 +0100
@@ -59,4 +59,3 @@
     QSharedDataPointer<ThemePrivate> d;
 };
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/grantleetheme_p.h 
new/grantleetheme-22.12.0/src/grantleetheme_p.h
--- old/grantleetheme-22.08.3/src/grantleetheme_p.h     2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/src/grantleetheme_p.h     2022-11-26 
09:26:17.000000000 +0100
@@ -58,4 +58,3 @@
 #endif
 };
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/grantleethemeengine.h 
new/grantleetheme-22.12.0/src/grantleethemeengine.h
--- old/grantleetheme-22.08.3/src/grantleethemeengine.h 2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/src/grantleethemeengine.h 2022-11-26 
09:26:17.000000000 +0100
@@ -40,4 +40,3 @@
     std::unique_ptr<EnginePrivate> const d;
 };
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/grantleethememanager.cpp 
new/grantleetheme-22.12.0/src/grantleethememanager.cpp
--- old/grantleetheme-22.08.3/src/grantleethememanager.cpp      2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/src/grantleethememanager.cpp      2022-11-26 
09:26:17.000000000 +0100
@@ -143,7 +143,9 @@
         }
         if (separatorAction) {
             menu->removeAction(separatorAction);
-            menu->removeAction(downloadThemesAction);
+            if (downloadThemesAction) {
+                menu->removeAction(downloadThemesAction);
+            }
         }
         themesActionList.clear();
     }
@@ -191,7 +193,9 @@
         }
         if (separatorAction) {
             menu->addAction(separatorAction);
-            menu->addAction(downloadThemesAction);
+            if (downloadThemesAction) {
+                menu->addAction(downloadThemesAction);
+            }
         }
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/plugin/color.h 
new/grantleetheme-22.12.0/src/plugin/color.h
--- old/grantleetheme-22.08.3/src/plugin/color.h        2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/src/plugin/color.h        2022-11-26 
09:26:17.000000000 +0100
@@ -164,4 +164,3 @@
 {
 void registerMetaType();
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/plugin/colorscheme.h 
new/grantleetheme-22.12.0/src/plugin/colorscheme.h
--- old/grantleetheme-22.08.3/src/plugin/colorscheme.h  2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/src/plugin/colorscheme.h  2022-11-26 
09:26:17.000000000 +0100
@@ -10,4 +10,3 @@
 {
 void registerMetaType();
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/plugin/icon.h 
new/grantleetheme-22.12.0/src/plugin/icon.h
--- old/grantleetheme-22.08.3/src/plugin/icon.h 2022-10-13 13:41:24.000000000 
+0200
+++ new/grantleetheme-22.12.0/src/plugin/icon.h 2022-11-26 09:26:17.000000000 
+0100
@@ -77,4 +77,3 @@
     QString mAltText;
     int mSizeOrGroup;
 };
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/plugin/kdegrantleeplugin.h 
new/grantleetheme-22.12.0/src/plugin/kdegrantleeplugin.h
--- old/grantleetheme-22.08.3/src/plugin/kdegrantleeplugin.h    2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/src/plugin/kdegrantleeplugin.h    2022-11-26 
09:26:17.000000000 +0100
@@ -37,4 +37,3 @@
     QHash<QString, KTextTemplate::AbstractNodeFactory *> nodeFactories(const 
QString &name) override;
 #endif
 };
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/src/plugin/palette.h 
new/grantleetheme-22.12.0/src/plugin/palette.h
--- old/grantleetheme-22.08.3/src/plugin/palette.h      2022-10-13 
13:41:24.000000000 +0200
+++ new/grantleetheme-22.12.0/src/plugin/palette.h      2022-11-26 
09:26:17.000000000 +0100
@@ -10,4 +10,3 @@
 {
 void registerMetaType();
 }
-

Reply via email to