commit:     ccdbbda3554437f8de53baa823e2210608d3056a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 09:43:13 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 10:46:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccdbbda3

kde-apps/bovo: Add missing KCoreAddons link

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/bovo/bovo-21.12.3.ebuild                  |  2 ++
 .../bovo/files/bovo-21.12.3-missing-link.patch     | 24 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/kde-apps/bovo/bovo-21.12.3.ebuild 
b/kde-apps/bovo/bovo-21.12.3.ebuild
index 1dc9e0d2e469..543d0b60643b 100644
--- a/kde-apps/bovo/bovo-21.12.3.ebuild
+++ b/kde-apps/bovo/bovo-21.12.3.ebuild
@@ -34,3 +34,5 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 DOCS=( AUTHORS HISTORY TODO )
+
+PATCHES=( "${FILESDIR}/${P}-missing-link.patch" )

diff --git a/kde-apps/bovo/files/bovo-21.12.3-missing-link.patch 
b/kde-apps/bovo/files/bovo-21.12.3-missing-link.patch
new file mode 100644
index 000000000000..019602cb06ce
--- /dev/null
+++ b/kde-apps/bovo/files/bovo-21.12.3-missing-link.patch
@@ -0,0 +1,24 @@
+From 6c8142100ffea5b0e5606902445dc86fe082fc24 Mon Sep 17 00:00:00 2001
+From: Nicolas Fella <[email protected]>
+Date: Sun, 20 Mar 2022 16:04:00 +0100
+Subject: [PATCH] Add missing KCoreAddons link
+
+---
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e750b1d..f65b2ff 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -121,6 +121,7 @@ ecm_add_app_icon(bovo_SRCS ICONS ${ICONS_SRCS})
+ add_executable(bovo ${bovo_SRCS})
+ 
+ target_link_libraries(bovo
++      KF5::CoreAddons
+       KF5::XmlGui
+       KF5::I18n
+       KF5KDEGames
+-- 
+GitLab
+

Reply via email to