KDE Frameworks 5.52.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=175
This commit is contained in:
parent
37c9109aef
commit
1a2a7a2ace
@ -9,16 +9,16 @@ So look there too if a translation was not found in /usr/share/locale/.
|
||||
modules/ECMQmLoader.cpp.in | 10 +++++++---
|
||||
1 file changed, 7 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/modules/ECMQmLoader.cpp.in b/modules/ECMQmLoader.cpp.in
|
||||
index 003512d..bc6a4ad 100644
|
||||
--- a/modules/ECMQmLoader.cpp.in
|
||||
+++ b/modules/ECMQmLoader.cpp.in
|
||||
Index: extra-cmake-modules-5.50.0git.20181015T134434~72aa6e1/modules/ECMQmLoader.cpp.in
|
||||
===================================================================
|
||||
--- extra-cmake-modules-5.50.0git.20181015T134434~72aa6e1.orig/modules/ECMQmLoader.cpp.in
|
||||
+++ extra-cmake-modules-5.50.0git.20181015T134434~72aa6e1/modules/ECMQmLoader.cpp.in
|
||||
@@ -44,14 +44,18 @@ namespace {
|
||||
QString subPath = QStringLiteral("locale/") + localeDirName + QStringLiteral("/LC_MESSAGES/@QM_LOADER_CATALOG_NAME@.qm");
|
||||
|
||||
#if defined(Q_OS_ANDROID)
|
||||
- const QString fullPath = QDir::homePath()+QStringLiteral("/../qt-reserved-files/share/") + subPath;
|
||||
+ QString fullPath = QDir::homePath()+QStringLiteral("/../qt-reserved-files/share/") + subPath;
|
||||
- const QString fullPath = QDir::homePath() + QStringLiteral("/../qt-reserved-files/share/") + subPath;
|
||||
+ QString fullPath = QDir::homePath() + QStringLiteral("/../qt-reserved-files/share/") + subPath;
|
||||
if (!QFile::exists(fullPath)) {
|
||||
return false;
|
||||
}
|
||||
@ -35,5 +35,3 @@ index 003512d..bc6a4ad 100644
|
||||
}
|
||||
#endif
|
||||
QTranslator *translator = new QTranslator(QCoreApplication::instance());
|
||||
--
|
||||
2.19.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96e4dde2f75a7b55f30eef35d0db40e1f87a67cc391ed36956bceb93f8253594
|
||||
size 323936
|
3
extra-cmake-modules-5.52.0.tar.xz
Normal file
3
extra-cmake-modules-5.52.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68c08aac2611e3faded476a5bba5ba56f8ed964374810bfcee93c6a7fa419b49
|
||||
size 324412
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 11 19:48:02 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.52.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.52.0.php
|
||||
- Changes since 5.51.0:
|
||||
* ECMAddQch: help doxygen by predefining more Q_DECL_* macros
|
||||
* Bindings: Support using sys paths for python install directory
|
||||
* Bindings: Remove INSTALL_DIR_SUFFIX from ecm_generate_python_binding
|
||||
* Add support for the fuzzer sanitizer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 08:01:44 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.51
|
||||
%define _tar_path 5.52
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -27,7 +27,7 @@
|
||||
%bcond_with doc
|
||||
%endif
|
||||
Name: extra-cmake-modules
|
||||
Version: 5.51.0
|
||||
Version: 5.52.0
|
||||
Release: 0
|
||||
Summary: CMake modules
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user