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/palapeli/files/, kde-apps/palapeli/
Date: Sat, 24 Apr 2021 16:52:17
Message-Id: 1619283120.5531f533df9b1d76f570630922d3177933de88e6.asturm@gentoo
1 commit: 5531f533df9b1d76f570630922d3177933de88e6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 24 16:39:23 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 16:52:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5531f533
7
8 kde-apps/palapeli: Drop bogus dep
9
10 See also:
11 https://bugs.kde.org/show_bug.cgi?id=436132
12 https://invent.kde.org/games/palapeli/-/merge_requests/6
13
14 Closes: https://bugs.gentoo.org/785421
15 Reported-by: Christophe Lermytte <gentoo <AT> lermytte.be>
16 Package-Manager: Portage-3.0.18, Repoman-3.0.3
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 .../files/palapeli-21.04.0-bogus-dep.patch | 26 ++++++++++++++++++++++
20 kde-apps/palapeli/palapeli-21.04.0.ebuild | 2 ++
21 2 files changed, 28 insertions(+)
22
23 diff --git a/kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch b/kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch
24 new file mode 100644
25 index 00000000000..94b8a76f32f
26 --- /dev/null
27 +++ b/kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch
28 @@ -0,0 +1,26 @@
29 +From 30ff07fd12c0767ed033e71d2226053115963401 Mon Sep 17 00:00:00 2001
30 +From: Andreas Sturmlechner <asturm@g.o>
31 +Date: Sat, 24 Apr 2021 18:34:37 +0200
32 +Subject: [PATCH] Drop bogus Qt5::Concurrent from target_link_libraries
33 +
34 +BUG: 436132
35 +Signed-off-by: Andreas Sturmlechner <asturm@g.o>
36 +---
37 + src/CMakeLists.txt | 1 -
38 + 1 file changed, 1 deletion(-)
39 +
40 +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
41 +index 06607ea..349ac64 100644
42 +--- a/src/CMakeLists.txt
43 ++++ b/src/CMakeLists.txt
44 +@@ -63,7 +63,6 @@ target_link_libraries(palapeli
45 + KF5::WidgetsAddons
46 + KF5::XmlGui
47 + KF5KDEGames
48 +- Qt5::Concurrent
49 + Qt5::Svg
50 + )
51 +
52 +--
53 +2.31.1
54 +
55
56 diff --git a/kde-apps/palapeli/palapeli-21.04.0.ebuild b/kde-apps/palapeli/palapeli-21.04.0.ebuild
57 index 03e98454072..4619490129b 100644
58 --- a/kde-apps/palapeli/palapeli-21.04.0.ebuild
59 +++ b/kde-apps/palapeli/palapeli-21.04.0.ebuild
60 @@ -37,3 +37,5 @@ RDEPEND="
61 >=kde-frameworks/kxmlgui-${KFMIN}:5
62 "
63 DEPEND="${RDEPEND}"
64 +
65 +PATCHES=( "${FILESDIR}/${P}-bogus-dep.patch" ) # KDE-Bug #436132