From 18d9928cf7e5ea015c2716de99e9ece93e952f73 Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Mon, 28 Jul 2025 02:55:44 +0300
Subject: trinity-apps/tde-style-qtcurve: simplify ebuild

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
---
 .../tde-style-qtcurve/tde-style-qtcurve-14.1.1.ebuild        | 12 +-----------
 .../tde-style-qtcurve/tde-style-qtcurve-14.1.2.ebuild        | 12 +-----------
 trinity-apps/tde-style-qtcurve/tde-style-qtcurve-9999.ebuild | 12 +-----------
 3 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.1.ebuild b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.1.ebuild
index 4db0fbcd..e665b1c9 100644
--- a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.1.ebuild
+++ b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.1.ebuild
@@ -1,13 +1,10 @@
 # Copyright 2020-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"
 
 TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="never"
-
-TRINITY_LANGS="de tr"
 
 TRINITY_MODULE_TYPE="applications/themes"
 inherit trinity-base-2
@@ -20,10 +17,3 @@ SLOT="14"
 if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TRANSLATIONS=ON
-	)
-	trinity-base-2_src_configure
-}
diff --git a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.2.ebuild b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.2.ebuild
index b6363cfd..f957dcba 100644
--- a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.2.ebuild
+++ b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.2.ebuild
@@ -1,13 +1,10 @@
 # Copyright 2020-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"
 
 TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="never"
-
-TRINITY_LANGS="de tr"
 
 TRINITY_MODULE_TYPE="applications/themes"
 inherit trinity-base-2
@@ -20,10 +17,3 @@ SLOT="14"
 if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TRANSLATIONS=ON
-	)
-	trinity-base-2_src_configure
-}
diff --git a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-9999.ebuild b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-9999.ebuild
index af4baf67..6ce4c722 100644
--- a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-9999.ebuild
+++ b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-9999.ebuild
@@ -1,13 +1,10 @@
 # Copyright 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"
 
 TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="never"
-
-TRINITY_LANGS="de tr"
 
 TRINITY_MODULE_TYPE="applications/themes"
 inherit trinity-base-2
@@ -20,10 +17,3 @@ SLOT="14"
 if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TRANSLATIONS=ON
-	)
-	trinity-base-2_src_configure
-}
-- 
cgit v1.2.3

