From c0189accea7b2eaa9c275b2eb3b921725818ac59 Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Mon, 28 Jul 2025 02:51:03 +0300
Subject: trinity-apps/tde-style-domino: add missing dep

Also simplify ebuild.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
---
 .../tde-style-domino/tde-style-domino-14.1.1.ebuild       | 15 +++++----------
 .../tde-style-domino/tde-style-domino-14.1.2.ebuild       | 15 +++++----------
 .../tde-style-domino/tde-style-domino-9999.ebuild         | 15 +++++----------
 3 files changed, 15 insertions(+), 30 deletions(-)

diff --git a/trinity-apps/tde-style-domino/tde-style-domino-14.1.1.ebuild b/trinity-apps/tde-style-domino/tde-style-domino-14.1.1.ebuild
index 5f846ff9..18a9fbf6 100644
--- a/trinity-apps/tde-style-domino/tde-style-domino-14.1.1.ebuild
+++ b/trinity-apps/tde-style-domino/tde-style-domino-14.1.1.ebuild
@@ -1,12 +1,9 @@
-# Copyright 2021-2023 The Trinity Desktop Project
+# Copyright 2021-2025 The Trinity Desktop Project
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
 TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="never"
-
-TRINITY_LANGS="de nl"
 
 TRINITY_MODULE_TYPE="applications/themes"
 inherit trinity-base-2
@@ -20,9 +17,7 @@ if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TRANSLATIONS=ON
-	)
-	trinity-base-2_src_configure
-}
+DEPEND="
+	~trinity-base/twin-${PV}
+"
+RDEPEND="$DEPEND"
diff --git a/trinity-apps/tde-style-domino/tde-style-domino-14.1.2.ebuild b/trinity-apps/tde-style-domino/tde-style-domino-14.1.2.ebuild
index e71eb8f4..18a9fbf6 100644
--- a/trinity-apps/tde-style-domino/tde-style-domino-14.1.2.ebuild
+++ b/trinity-apps/tde-style-domino/tde-style-domino-14.1.2.ebuild
@@ -1,12 +1,9 @@
-# Copyright 2021-2024 The Trinity Desktop Project
+# Copyright 2021-2025 The Trinity Desktop Project
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
 TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="never"
-
-TRINITY_LANGS="de nl"
 
 TRINITY_MODULE_TYPE="applications/themes"
 inherit trinity-base-2
@@ -20,9 +17,7 @@ if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TRANSLATIONS=ON
-	)
-	trinity-base-2_src_configure
-}
+DEPEND="
+	~trinity-base/twin-${PV}
+"
+RDEPEND="$DEPEND"
diff --git a/trinity-apps/tde-style-domino/tde-style-domino-9999.ebuild b/trinity-apps/tde-style-domino/tde-style-domino-9999.ebuild
index 8fe084dc..18a9fbf6 100644
--- a/trinity-apps/tde-style-domino/tde-style-domino-9999.ebuild
+++ b/trinity-apps/tde-style-domino/tde-style-domino-9999.ebuild
@@ -1,12 +1,9 @@
-# Copyright 2021 The Trinity Desktop Project
+# Copyright 2021-2025 The Trinity Desktop Project
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
 TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="never"
-
-TRINITY_LANGS="de nl"
 
 TRINITY_MODULE_TYPE="applications/themes"
 inherit trinity-base-2
@@ -20,9 +17,7 @@ if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TRANSLATIONS=ON
-	)
-	trinity-base-2_src_configure
-}
+DEPEND="
+	~trinity-base/twin-${PV}
+"
+RDEPEND="$DEPEND"
-- 
cgit v1.2.3

