diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-24 18:31:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-24 18:51:59 +0200 |
commit | 0acf1a0e0d4ac2e604ae282a894a1086c86a5df5 (patch) | |
tree | e1247b64e709c539f4f5762bbc8126c961bfe713 /kde-apps/spectacle/files/spectacle-21.04.0-implicit-dep.patch | |
parent | kde-apps/kate: Drop 21.04.0 (r0) (diff) | |
download | gentoo-0acf1a0e0d4ac2e604ae282a894a1086c86a5df5.tar.gz gentoo-0acf1a0e0d4ac2e604ae282a894a1086c86a5df5.tar.bz2 gentoo-0acf1a0e0d4ac2e604ae282a894a1086c86a5df5.zip |
kde-apps/spectacle: Fix and add implicit dependency
See also: https://invent.kde.org/graphics/spectacle/-/merge_requests/63
Reported-by: Marco Genasci <fedeliallalinea@gmail.com>
Closes: https://bugs.gentoo.org/785403
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/spectacle/files/spectacle-21.04.0-implicit-dep.patch')
-rw-r--r-- | kde-apps/spectacle/files/spectacle-21.04.0-implicit-dep.patch | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/spectacle/files/spectacle-21.04.0-implicit-dep.patch b/kde-apps/spectacle/files/spectacle-21.04.0-implicit-dep.patch new file mode 100644 index 000000000000..572cc501aeb8 --- /dev/null +++ b/kde-apps/spectacle/files/spectacle-21.04.0-implicit-dep.patch @@ -0,0 +1,42 @@ +From a4450b62365d5e7c511e9855d31a68808c9bcfba Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner <asturm@gentoo.org> +Date: Sat, 24 Apr 2021 18:22:10 +0200 +Subject: [PATCH] Add missing Qt5Concurrent + +Implicit use via KIO. + +See also: https://invent.kde.org/frameworks/kio/-/merge_requests/426 + +Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> +--- + CMakeLists.txt | 1 + + src/CMakeLists.txt | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 3c63dca..7aac0d2 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -40,6 +40,7 @@ add_definitions(-DQT_NO_URL_CAST_FROM_STRING -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOR + find_package( + Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED + Core ++ Concurrent + Widgets + DBus + PrintSupport +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 3cd737b..c715a29 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -69,6 +69,7 @@ ki18n_wrap_ui(spectacle Gui/SettingsDialog/GeneralOptions.ui Gui/SettingsDialog/ + + target_link_libraries( + spectacle ++ Qt::Concurrent + Qt::DBus + Qt::PrintSupport + KF5::CoreAddons +-- +2.31.1 + |