From 7dc203bac5933adbc44d412b1145222a40a4d1c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 29 Jan 2015 16:21:56 +0100 Subject: [PATCH] kdelibs4support: update to 5.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- ...003-only-build-kf5-config-for-native.patch | 52 ++++++------------- .../kdelibs4support/kdelibs4support.inc | 5 +- 2 files changed, 20 insertions(+), 37 deletions(-) diff --git a/recipes-kde/porting-aids-tier3/kdelibs4support/files/0003-only-build-kf5-config-for-native.patch b/recipes-kde/porting-aids-tier3/kdelibs4support/files/0003-only-build-kf5-config-for-native.patch index 06ff7453..edad2aea 100644 --- a/recipes-kde/porting-aids-tier3/kdelibs4support/files/0003-only-build-kf5-config-for-native.patch +++ b/recipes-kde/porting-aids-tier3/kdelibs4support/files/0003-only-build-kf5-config-for-native.patch @@ -22,8 +22,8 @@ index 493d309..f3174b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,27 +16,11 @@ include(CMakeFindFrameworks) - set(KF5_VERSION "5.5.0") # handled by release scripts - set(KF5_DEP_VERSION "5.5.0") # handled by release scripts + set(KF5_VERSION "5.7.0") # handled by release scripts + set(KF5_DEP_VERSION "5.7.0") # handled by release scripts set(REQUIRED_QT_VERSION 5.2.0) -find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network Widgets DBus Test Svg PrintSupport Designer) +find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network DBus Test) @@ -78,34 +78,19 @@ index 4a1d80d..5543fb2 100644 add_subdirectory(l10n) if(NOT HAVE_NEPOMUK) set(KIO_NO_NEPOMUK TRUE) -@@ -21,30 +19,6 @@ if(NOT KIO_NO_NEPOMUK) +@@ -21,6 +19,7 @@ if(NOT KIO_NO_NEPOMUK) endif() --find_package(OpenSSL) --set_package_properties(OpenSSL PROPERTIES DESCRIPTION "Support for secure network communications (SSL and TLS)" -- URL "http://openssl.org" -- TYPE RECOMMENDED -- PURPOSE "KDE uses OpenSSL for the bulk of secure communications, including secure web browsing via HTTPS" -- ) --if(OPENSSL_FOUND) -- set(KSSL_HAVE_SSL 1) -- include_directories(${OPENSSL_INCLUDE_DIR}) --endif() -- --add_subdirectory( kioslave ) --add_subdirectory( kssl/kssl ) --add_subdirectory( kssl/kcm ) --add_subdirectory( kio/imageformats ) -- --if(WIN32) -- set(libkdelibs4support_SRCS solid/networking_win.cpp -- kdeui/kapplication_win.cpp) --else() -- set(libkdelibs4support_SRCS solid/networking.cpp) --endif() -- -- ++if(False) + find_package(OpenSSL) + set_package_properties(OpenSSL PROPERTIES DESCRIPTION "Support for secure network communications (SSL and TLS)" + URL "http://openssl.org" +@@ -45,6 +44,7 @@ else() + endif() + + ++endif() set(libkdelibs4support_SRCS ${libkdelibs4support_SRCS} kdecore/k4aboutdata.cpp @@ -327,7 +312,7 @@ index 4a1d80d..5543fb2 100644 ${platformLinkLibraries} ) -@@ -362,29 +162,6 @@ set_target_properties(KF5KDELibs4Support PROPERTIES +@@ -362,26 +362,6 @@ set_target_properties(KF5KDELibs4Support PROPERTIES ) @@ -348,15 +333,12 @@ index 4a1d80d..5543fb2 100644 - KF5::Auth - ) - --install(TARGETS kf5deprecatedwidgets DESTINATION ${QT_PLUGIN_INSTALL_DIR}/designer) +-install(TARGETS kf5deprecatedwidgets DESTINATION ${KDE_INSTALL_QTPLUGINDIR}/designer) - -########## -- --add_subdirectory(pics) -- - install(TARGETS KF5KDELibs4Support - EXPORT KF5KDELibs4SupportTargets - ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) + + add_subdirectory(pics) + diff --git a/src/kdecore/kglobal.cpp b/src/kdecore/kglobal.cpp index d493314..5373b4e 100644 --- a/src/kdecore/kglobal.cpp diff --git a/recipes-kde/porting-aids-tier3/kdelibs4support/kdelibs4support.inc b/recipes-kde/porting-aids-tier3/kdelibs4support/kdelibs4support.inc index 78e5d916..c4fa0744 100644 --- a/recipes-kde/porting-aids-tier3/kdelibs4support/kdelibs4support.inc +++ b/recipes-kde/porting-aids-tier3/kdelibs4support/kdelibs4support.inc @@ -5,11 +5,12 @@ LIC_FILES_CHKSUM = " \ file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ " +require ../../kf5-version.inc + inherit kde SRC_URI += " \ file://0001-make-broken-glib-a-configure-option-we-cannot-run-co.patch \ file://0002-fix-build-for-QT_NO_SESSIONMANAGER.patch \ " -SRCREV = "eab967901725ce9e553f768cf549a2b5cc26b351" -PV = "5.5.0" +SRCREV = "b796420399d81b96ce9d1a9ae8712018b2f67171"