Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/baloo-widgets/files/
Date: Tue, 13 Sep 2022 20:54:19
Message-Id: 1663102428.00161236d6568499f3ee54b02d95de756ef675fc.asturm@gentoo
1 commit: 00161236d6568499f3ee54b02d95de756ef675fc
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Sep 12 17:21:36 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 13 20:53:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00161236
7
8 kde-apps/baloo-widgets: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Portage 3.0.36 / pkgdev 0.2.1 / pkgcheck 0.10.14
12 Closes: https://github.com/gentoo/gentoo/pull/27226
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 ...o-widgets-22.08.0-fix-disable-deprecation.patch | 33 ----------------------
16 1 file changed, 33 deletions(-)
17
18 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
19 deleted file mode 100644
20 index 9abab5a0edba..000000000000
21 --- a/kde-apps/baloo-widgets/files/baloo-widgets-22.08.0-fix-disable-deprecation.patch
22 +++ /dev/null
23 @@ -1,33 +0,0 @@
24 -From 7ff54ae9b68ca0edf3d6cd57c3eefb6cf072b6f8 Mon Sep 17 00:00:00 2001
25 -From: Ahmad Samir <a.samirh78@×××××.com>
26 -Date: Fri, 19 Aug 2022 22:50:26 +0200
27 -Subject: [PATCH] Disable deprecated KF API from the latest KF released version
28 -
29 -This unbreaks building while porting to new API happens.
30 -
31 -GIT_SILENT
32 -
33 -(cherry picked from commit caa66e6a930a6b892987961a42ea35f5b9b1aac4)
34 ----
35 - CMakeLists.txt | 5 +++--
36 - 1 file changed, 3 insertions(+), 2 deletions(-)
37 -
38 -diff --git a/CMakeLists.txt b/CMakeLists.txt
39 -index 5c62156..9af9cef 100644
40 ---- a/CMakeLists.txt
41 -+++ b/CMakeLists.txt
42 -@@ -40,8 +40,9 @@ ecm_setup_version(PROJECT
43 - PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5BalooWidgetsConfigVersion.cmake")
44 -
45 - add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050F00)
46 --add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000)
47 --
48 -+# Bump manually after building with the latest KF released version
49 -+# and porting all deprecated code
50 -+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x056100) # 5.97.0
51 - add_subdirectory(src)
52 - if (BUILD_TESTING)
53 - add_subdirectory(test)
54 ---
55 -GitLab
56 -