* [gentoo-commits] repo/gentoo:master commit in: kde-apps/knavalbattle/, kde-apps/knavalbattle/files/
@ 2022-03-24 10:46 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2022-03-24 10:46 UTC (permalink / raw
To: gentoo-commits
commit: 17d0560324b3930cad881026eabc92058f6165f5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 10:03:22 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 10:46:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d05603
kde-apps/knavalbattle: Add missing KCoreAddons link
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../files/knavalbattle-21.12.3-missing-link.patch | 37 ++++++++++++++++++++++
kde-apps/knavalbattle/knavalbattle-21.12.3.ebuild | 2 ++
2 files changed, 39 insertions(+)
diff --git a/kde-apps/knavalbattle/files/knavalbattle-21.12.3-missing-link.patch b/kde-apps/knavalbattle/files/knavalbattle-21.12.3-missing-link.patch
new file mode 100644
index 000000000000..113e0d6faee6
--- /dev/null
+++ b/kde-apps/knavalbattle/files/knavalbattle-21.12.3-missing-link.patch
@@ -0,0 +1,37 @@
+From 63c07ef82dabaa44f91d36921576abcce664d052 Mon Sep 17 00:00:00 2001
+From: Nicolas Fella <nicolas.fella@gmx.de>
+Date: Sun, 20 Mar 2022 16:06:46 +0100
+Subject: [PATCH] Add missing KCoreAddons dep
+
+---
+ CMakeLists.txt | 1 +
+ src/CMakeLists.txt | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7b0441c..8ed4a8d 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -28,6 +28,7 @@ find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONEN
+ find_package(Qt${QT_MAJOR_VERSION}QuickWidgets ${REQUIRED_QT_VERSION} CONFIG)
+
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
++ CoreAddons
+ Config
+ Crash
+ DBusAddons
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 50843ab..2d65420 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -61,6 +61,7 @@ ecm_add_app_icon(knavalbattle ICONS ${ICONS_SRCS})
+ target_link_libraries(knavalbattle
+ Qt5::Xml
+ Qt5::Network
++ KF5::CoreAddons
+ KF5::I18n
+ KF5::XmlGui
+ KF5::Completion
+--
+GitLab
+
diff --git a/kde-apps/knavalbattle/knavalbattle-21.12.3.ebuild b/kde-apps/knavalbattle/knavalbattle-21.12.3.ebuild
index 74b802e2be92..28bb0af7064e 100644
--- a/kde-apps/knavalbattle/knavalbattle-21.12.3.ebuild
+++ b/kde-apps/knavalbattle/knavalbattle-21.12.3.ebuild
@@ -39,3 +39,5 @@ DEPEND="
RDEPEND="${DEPEND}"
DOCS=( AUTHORS )
+
+PATCHES=( "${FILESDIR}/${P}-missing-link.patch" )
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-24 10:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-24 10:46 [gentoo-commits] repo/gentoo:master commit in: kde-apps/knavalbattle/, kde-apps/knavalbattle/files/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox