From 61bed84697caccc818619e8e43c501ace326e3ef Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Mon, 28 Jul 2025 02:54:56 +0300
Subject: trinity-apps/tde-style-polyester: add missing dep

Also simplify ebuild.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
---
 .../tde-style-polyester-14.1.2.ebuild                   | 17 ++++++-----------
 .../tde-style-polyester/tde-style-polyester-9999.ebuild | 15 +++++----------
 2 files changed, 11 insertions(+), 21 deletions(-)

diff --git a/trinity-apps/tde-style-polyester/tde-style-polyester-14.1.2.ebuild b/trinity-apps/tde-style-polyester/tde-style-polyester-14.1.2.ebuild
index d6b96737..3b0dd920 100644
--- a/trinity-apps/tde-style-polyester/tde-style-polyester-14.1.2.ebuild
+++ b/trinity-apps/tde-style-polyester/tde-style-polyester-14.1.2.ebuild
@@ -1,12 +1,9 @@
-# Copyright 2024 The Trinity Desktop Project
+# Copyright 2024-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="it pl"
 
 TRINITY_MODULE_TYPE="applications/themes"
 inherit trinity-base-2
@@ -20,15 +17,13 @@ if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
+DEPEND="
+	~trinity-base/twin-${PV}
+"
+RDEPEND="$DEPEND"
+
 src_prepare() {
 	sed 's/twin_polyester/twin3_polyester/' -i "${S}/client/CMakeLists.txt" || die
 	sed 's/twin_polyester/twin3_polyester/' -i  "${S}/client/polyester.desktop" || die
 	trinity-base-2_src_prepare
 }
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TRANSLATIONS=ON
-	)
-	trinity-base-2_src_configure
-}
diff --git a/trinity-apps/tde-style-polyester/tde-style-polyester-9999.ebuild b/trinity-apps/tde-style-polyester/tde-style-polyester-9999.ebuild
index d366f4c5..0bcb1b8e 100644
--- a/trinity-apps/tde-style-polyester/tde-style-polyester-9999.ebuild
+++ b/trinity-apps/tde-style-polyester/tde-style-polyester-9999.ebuild
@@ -1,12 +1,9 @@
-# Copyright 2024 The Trinity Desktop Project
+# Copyright 2024-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="it pl"
 
 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

