summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2025-07-28 02:54:21 +0300
committerFat-Zer <fatzer2@gmail.com>2025-07-28 07:23:04 +0000
commit2cf45c42bb6b10af46c48d9e0aa63e0b5502fa67 (patch)
tree64bfb92ab6e25d8523ad5c9de6a868e9c6da7e24
parentaa0f739c91e7b3107eb02c3dd5799b418948aeef (diff)
downloadtde-packaging-gentoo-2cf45c42bb6b10af46c48d9e0aa63e0b5502fa67.tar.gz
tde-packaging-gentoo-2cf45c42bb6b10af46c48d9e0aa63e0b5502fa67.zip
trinity-apps/tde-style-lipstik: simplify ebuild
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rw-r--r--trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.1.ebuild12
-rw-r--r--trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.2.ebuild12
-rw-r--r--trinity-apps/tde-style-lipstik/tde-style-lipstik-9999.ebuild12
3 files changed, 3 insertions, 33 deletions
diff --git a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.1.ebuild b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.1.ebuild
index 465fb32c..abd33d9d 100644
--- a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.1.ebuild
+++ b/trinity-apps/tde-style-lipstik/tde-style-lipstik-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"
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-lipstik/tde-style-lipstik-14.1.2.ebuild b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.2.ebuild
index a84f1ea2..84514f80 100644
--- a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.2.ebuild
+++ b/trinity-apps/tde-style-lipstik/tde-style-lipstik-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"
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-lipstik/tde-style-lipstik-9999.ebuild b/trinity-apps/tde-style-lipstik/tde-style-lipstik-9999.ebuild
index d964c504..3289025c 100644
--- a/trinity-apps/tde-style-lipstik/tde-style-lipstik-9999.ebuild
+++ b/trinity-apps/tde-style-lipstik/tde-style-lipstik-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"
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
-}