public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/blinken/, kde-apps/blinken/files/
@ 2022-03-24 11:47 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2022-03-24 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     84fa11b191182ff40d1d89a2dd0ca63279b62098
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 11:46:09 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 11:46:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84fa11b1

kde-apps/blinken: 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/blinken/blinken-21.12.3.ebuild            |  2 ++
 .../files/blinken-21.12.3-missing-link.patch       | 38 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/kde-apps/blinken/blinken-21.12.3.ebuild b/kde-apps/blinken/blinken-21.12.3.ebuild
index 3c95f40bd8bc..b51cc059dbd5 100644
--- a/kde-apps/blinken/blinken-21.12.3.ebuild
+++ b/kde-apps/blinken/blinken-21.12.3.ebuild
@@ -31,6 +31,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-missing-link.patch" )
+
 src_install() {
 	ecm_src_install
 	rm "${ED}"/usr/share/${PN}/README.packagers || die

diff --git a/kde-apps/blinken/files/blinken-21.12.3-missing-link.patch b/kde-apps/blinken/files/blinken-21.12.3-missing-link.patch
new file mode 100644
index 000000000000..784bfd404801
--- /dev/null
+++ b/kde-apps/blinken/files/blinken-21.12.3-missing-link.patch
@@ -0,0 +1,38 @@
+From a1542342335d6346c5772a41c5cf9da6cdbe9e9a Mon Sep 17 00:00:00 2001
+From: Nicolas Fella <nicolas.fella@gmx.de>
+Date: Tue, 8 Mar 2022 19:19:06 +0100
+Subject: [PATCH] Add missing KCoreAddons link
+
+---
+ CMakeLists.txt     | 2 +-
+ src/CMakeLists.txt | 1 +
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d177510..72e75ad 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -30,7 +30,7 @@ include(FeatureSummary)
+ find_package (Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED Core Widgets Svg)
+ 
+ find_package (KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+-    I18n XmlGui GuiAddons DocTools DBusAddons Crash
++    CoreAddons I18n XmlGui GuiAddons DocTools DBusAddons Crash
+ )
+ 
+ find_package (Phonon4Qt${QT_MAJOR_VERSION} REQUIRED)
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index d6491d9..a322de9 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -29,6 +29,7 @@ ecm_add_app_icon(blinken_SRCS ICONS ${ICON_SRCS})
+ add_executable(blinken ${blinken_SRCS})
+ 
+ target_link_libraries(blinken
++    KF5::CoreAddons
+     KF5::I18n
+     KF5::XmlGui
+     KF5::GuiAddons
+-- 
+GitLab
+


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-24 11:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-24 11:47 [gentoo-commits] repo/gentoo:master commit in: kde-apps/blinken/, kde-apps/blinken/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