diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-18 21:08:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-18 21:32:25 +0200 |
commit | c302d2e078bc97fe598af894aed88ed408a22a2c (patch) | |
tree | 1709d98b83f05b54879d1a06693ea879e5142ec1 /kde-plasma/xembed-sni-proxy/files | |
parent | media-gfx/openscad: bump to version 2019.05 (diff) | |
download | gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.gz gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.bz2 gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.zip |
kde-plasma: Drop KDE Plasma 5.14.5
Closes: https://bugs.gentoo.org/685558
Closes: https://bugs.gentoo.org/684960
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/xembed-sni-proxy/files')
-rw-r--r-- | kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.2-standalone.patch | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.2-standalone.patch b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.2-standalone.patch deleted file mode 100644 index ddbf13d55d8f..000000000000 --- a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.2-standalone.patch +++ /dev/null @@ -1,59 +0,0 @@ -From 42008129f1659bc34c454ce14632fd279679f556 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Mon, 22 Oct 2018 21:44:33 +0200 -Subject: [PATCH] xembed-sni-proxy: Allow standalone build - ---- - CMakeLists.txt | 35 +++++++++++++++++++++++++++++++++ - 1 file changed, 35 insertions(+) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index c2f67ac6..30b2c1b5 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,3 +1,34 @@ -+project(xembed-sni-proxy) -+ -+if(${CMAKE_SOURCE_DIR} STREQUAL ${xembed-sni-proxy_SOURCE_DIR}) -+ set(PROJECT_VERSION "GENTOO_PV") -+ set(PROJECT_VERSION_MAJOR 5) -+ -+ cmake_minimum_required(VERSION 3.0) -+ -+ set(QT_MIN_VERSION "GENTOO_QT_MINIMAL") -+ set(KF5_MIN_VERSION "GENTOO_KF5_MINIMAL") -+ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus X11Extras) -+ find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) -+ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) -+ -+ include(KDEInstallDirs) -+ include(KDECMakeSettings) -+ include(KDECompilerSettings NO_POLICY_SCOPE) -+ include(FeatureSummary) -+ include(ECMQtDeclareLoggingCategory) -+ -+ find_package(KF5WindowSystem ${KF5_MIN_VERSION} REQUIRED) -+ find_package(X11 REQUIRED) -+ find_package(XCB MODULE REQUIRED COMPONENTS XCB RANDR) -+ set_package_properties(XCB PROPERTIES TYPE REQUIRED) -+ -+ configure_file(../config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h) -+else() -+ set(PROJECT_VERSION "5.14.1") -+ set(PROJECT_VERSION_MAJOR 5) -+endif() -+ - add_definitions(-DQT_NO_CAST_TO_ASCII - -DQT_NO_CAST_FROM_ASCII - -DQT_NO_URL_CAST_FROM_STRING -@@ -64,3 +95,7 @@ target_link_libraries(xembedsniproxy - install(TARGETS xembedsniproxy ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) - install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR}) - -+if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") -+ feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) -+endif() -+ --- -2.19.1 - |