summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-polyester/tde-style-polyester-14.1.2.ebuild
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-28 17:36:28 +0300
committerormorph <roma251078@mail.ru>2024-04-28 22:36:17 +0300
commitf89c9441e67552f7a38cd46a7be2f399925eedf1 (patch)
tree74d374708648441fd3110b94c6a1e877c2e94ef1 /trinity-apps/tde-style-polyester/tde-style-polyester-14.1.2.ebuild
parent11ea03a17b178450de6ef8889f3a86976b3d0166 (diff)
downloadtde-packaging-gentoo-f89c9441e67552f7a38cd46a7be2f399925eedf1.tar.gz
tde-packaging-gentoo-f89c9441e67552f7a38cd46a7be2f399925eedf1.zip
Added new style for twin tde-style-polyester
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/tde-style-polyester/tde-style-polyester-14.1.2.ebuild')
-rw-r--r--trinity-apps/tde-style-polyester/tde-style-polyester-14.1.2.ebuild28
1 files changed, 28 insertions, 0 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
new file mode 100644
index 00000000..d366f4c5
--- /dev/null
+++ b/trinity-apps/tde-style-polyester/tde-style-polyester-14.1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2024 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
+
+DESCRIPTION="Polyester widget style for TDE"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+ trinity-base-2_src_configure
+}