summaryrefslogtreecommitdiffstats
path: root/source/kde
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde')
-rw-r--r--source/kde/kde/build/krita2
-rw-r--r--source/kde/kde/patch/krita.patch2
-rw-r--r--source/kde/kde/patch/krita/krita.boost_1_75_0.diff13
3 files changed, 1 insertions, 16 deletions
diff --git a/source/kde/kde/build/krita b/source/kde/kde/build/krita
index 00750edc0..d00491fd7 100644
--- a/source/kde/kde/build/krita
+++ b/source/kde/kde/build/krita
@@ -1 +1 @@
-3
+1
diff --git a/source/kde/kde/patch/krita.patch b/source/kde/kde/patch/krita.patch
deleted file mode 100644
index 45232094e..000000000
--- a/source/kde/kde/patch/krita.patch
+++ /dev/null
@@ -1,2 +0,0 @@
-# Boost 1.75.0 requires C++ 14 standard:
-cat $CWD/patch/krita/krita.boost_1_75_0.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/krita/krita.boost_1_75_0.diff b/source/kde/kde/patch/krita/krita.boost_1_75_0.diff
deleted file mode 100644
index c177274fc..000000000
--- a/source/kde/kde/patch/krita/krita.boost_1_75_0.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./CMakeLists.txt.orig 2020-10-28 06:42:28.000000000 -0500
-+++ ./CMakeLists.txt 2020-12-14 14:12:57.970780187 -0600
-@@ -568,6 +568,10 @@
- add_definitions(-DBOOST_ALL_NO_LIB)
- find_package(Boost 1.55 REQUIRED COMPONENTS system)
- include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
-+if(${Boost_VERSION} VERSION_GREATER_EQUAL "1.75")
-+ message(WARNING "Boost 1.75 or higher detected, upgrading to C++14.")
-+ set(CMAKE_CXX_STANDARD 14)
-+endif()
- ##
- ## Test for GNU Scientific Library
- ##