summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-09-12 19:21:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-13 22:53:48 +0200
commit00161236d6568499f3ee54b02d95de756ef675fc (patch)
treefdec94bf8a5cb299a1ff85bab85825ccfbec6ad2 /kde-apps/baloo-widgets
parentprofiles/desc: add gcc_12_2_0 to the ada target list (diff)
downloadgentoo-00161236d6568499f3ee54b02d95de756ef675fc.tar.gz
gentoo-00161236d6568499f3ee54b02d95de756ef675fc.tar.bz2
gentoo-00161236d6568499f3ee54b02d95de756ef675fc.zip
kde-apps/baloo-widgets: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.36 / pkgdev 0.2.1 / pkgcheck 0.10.14 Closes: https://github.com/gentoo/gentoo/pull/27226 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/baloo-widgets')
-rw-r--r--kde-apps/baloo-widgets/files/baloo-widgets-22.08.0-fix-disable-deprecation.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/baloo-widgets/files/baloo-widgets-22.08.0-fix-disable-deprecation.patch b/kde-apps/baloo-widgets/files/baloo-widgets-22.08.0-fix-disable-deprecation.patch
deleted file mode 100644
index 9abab5a0edba..000000000000
--- a/kde-apps/baloo-widgets/files/baloo-widgets-22.08.0-fix-disable-deprecation.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 7ff54ae9b68ca0edf3d6cd57c3eefb6cf072b6f8 Mon Sep 17 00:00:00 2001
-From: Ahmad Samir <a.samirh78@gmail.com>
-Date: Fri, 19 Aug 2022 22:50:26 +0200
-Subject: [PATCH] Disable deprecated KF API from the latest KF released version
-
-This unbreaks building while porting to new API happens.
-
-GIT_SILENT
-
-(cherry picked from commit caa66e6a930a6b892987961a42ea35f5b9b1aac4)
----
- CMakeLists.txt | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5c62156..9af9cef 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -40,8 +40,9 @@ ecm_setup_version(PROJECT
- PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5BalooWidgetsConfigVersion.cmake")
-
- add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050F00)
--add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000)
--
-+# Bump manually after building with the latest KF released version
-+# and porting all deprecated code
-+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x056100) # 5.97.0
- add_subdirectory(src)
- if (BUILD_TESTING)
- add_subdirectory(test)
---
-GitLab
-