From 23d4539ce438190e6efec5372839dbbbec417c96 Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Sun, 27 Jul 2025 20:40:17 +0300
Subject: trinity-apps/dolphin: add missing dependency

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
---
 trinity-apps/dolphin/dolphin-14.1.1.ebuild | 7 ++++++-
 trinity-apps/dolphin/dolphin-14.1.2.ebuild | 7 ++++++-
 trinity-apps/dolphin/dolphin-9999.ebuild   | 7 ++++++-
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/trinity-apps/dolphin/dolphin-14.1.1.ebuild b/trinity-apps/dolphin/dolphin-14.1.1.ebuild
index 0323d92d..f325614a 100644
--- a/trinity-apps/dolphin/dolphin-14.1.1.ebuild
+++ b/trinity-apps/dolphin/dolphin-14.1.1.ebuild
@@ -1,5 +1,5 @@
 # Copyright 1999-2023 Gentoo Authors
-# Copyright 2020-2023 The Trinity Desktop Project
+# Copyright 2020-2025 The Trinity Desktop Project
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -20,6 +20,11 @@ if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
+DEPEND="
+	~trinity-base/libkonq-${PV}
+"
+RDEPEND="$DEPEND"
+
 src_configure() {
 	local mycmakeargs=(
 		-DBUILD_TRANSLATIONS=ON
diff --git a/trinity-apps/dolphin/dolphin-14.1.2.ebuild b/trinity-apps/dolphin/dolphin-14.1.2.ebuild
index 27622300..3e9b8636 100644
--- a/trinity-apps/dolphin/dolphin-14.1.2.ebuild
+++ b/trinity-apps/dolphin/dolphin-14.1.2.ebuild
@@ -1,5 +1,5 @@
 # Copyright 1999-2024 Gentoo Authors
-# Copyright 2020-2024 The Trinity Desktop Project
+# Copyright 2020-2025 The Trinity Desktop Project
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -20,6 +20,11 @@ if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
+DEPEND="
+	~trinity-base/libkonq-${PV}
+"
+RDEPEND="$DEPEND"
+
 src_configure() {
 	local mycmakeargs=(
 		-DBUILD_TRANSLATIONS=ON
diff --git a/trinity-apps/dolphin/dolphin-9999.ebuild b/trinity-apps/dolphin/dolphin-9999.ebuild
index 8487db51..2e59fe66 100644
--- a/trinity-apps/dolphin/dolphin-9999.ebuild
+++ b/trinity-apps/dolphin/dolphin-9999.ebuild
@@ -1,5 +1,5 @@
 # Copyright 1999-2020 Gentoo Authors
-# Copyright 2020 The Trinity Desktop Project
+# Copyright 2020-2025 The Trinity Desktop Project
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -20,6 +20,11 @@ if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
+DEPEND="
+	~trinity-base/libkonq-${PV}
+"
+RDEPEND="$DEPEND"
+
 src_configure() {
 	local mycmakeargs=(
 		-DBUILD_TRANSLATIONS=ON
-- 
cgit v1.2.3

