Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarm/files/
Date: Sun, 05 Dec 2021 21:46:04
Message-Id: 1638740717.6d4e288f1e3b0f60982f0aa98fdcb909d8008584.conikost@gentoo
1 commit: 6d4e288f1e3b0f60982f0aa98fdcb909d8008584
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Dec 3 16:39:21 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 21:45:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4e288f
7
8 kde-apps/kalarm: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/23165
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../kalarm/files/kalarm-21.08.3-x11-optional.patch | 34 ----------------------
16 1 file changed, 34 deletions(-)
17
18 diff --git a/kde-apps/kalarm/files/kalarm-21.08.3-x11-optional.patch b/kde-apps/kalarm/files/kalarm-21.08.3-x11-optional.patch
19 deleted file mode 100644
20 index 0b92c6fe5803..000000000000
21 --- a/kde-apps/kalarm/files/kalarm-21.08.3-x11-optional.patch
22 +++ /dev/null
23 @@ -1,34 +0,0 @@
24 -From 1e5edd84cea5cac4dea2c488cea47766c1a33745 Mon Sep 17 00:00:00 2001
25 -From: Andreas Sturmlechner <asturm@g.o>
26 -Date: Thu, 25 Nov 2021 18:33:30 +0100
27 -Subject: [PATCH] Add WITH_X11 switch
28 -
29 -Signed-off-by: Andreas Sturmlechner <asturm@g.o>
30 ----
31 - CMakeLists.txt | 3 ++-
32 - 1 file changed, 2 insertions(+), 1 deletion(-)
33 -
34 -diff --git a/CMakeLists.txt b/CMakeLists.txt
35 -index fa699213..f928bf8b 100644
36 ---- a/CMakeLists.txt
37 -+++ b/CMakeLists.txt
38 -@@ -58,6 +58,7 @@ find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED DBus Gui Network Widgets
39 - set(CALENDARUTILS_LIB_VERSION "5.19.40")
40 -
41 - option(FILE_RESOURCES "Use file system resources instead of Akonadi resources." TRUE)
42 -+option(WITH_X11 "Build with X11 support" TRUE)
43 -
44 - # Find KF5 packages
45 - find_package(KF5Auth ${KF5_MIN_VERSION} CONFIG REQUIRED)
46 -@@ -106,7 +107,7 @@ find_package(KF5PimTextEdit ${KPIMTEXTEDIT_LIB_VERSION} CONFIG REQUIRED)
47 -
48 - configure_file(kalarm-version-string.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/kalarm-version-string.h @ONLY)
49 -
50 --if (NOT APPLE)
51 -+if (NOT APPLE AND WITH_X11)
52 - find_package(X11)
53 - endif()
54 - if (X11_FOUND)
55 ---
56 -2.33.1
57 -