summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-domino
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-10-27 13:50:17 +0300
committerormorph <roma251078@mail.ru>2023-10-27 13:50:17 +0300
commit18d39ed9f062321b596258a9137f10b3e93b71e0 (patch)
treefe24a566266198330ff71db390413fdf7a9d63af /trinity-apps/tde-style-domino
parentcd2192fbe2c90ea734db5bc716740b7dded481b6 (diff)
downloadtde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.tar.gz
tde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.zip
Release R14.1.1 added
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/tde-style-domino')
-rw-r--r--trinity-apps/tde-style-domino/Manifest1
-rw-r--r--trinity-apps/tde-style-domino/tde-style-domino-14.1.1.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/trinity-apps/tde-style-domino/Manifest b/trinity-apps/tde-style-domino/Manifest
index 6a1a15f2..f96ad474 100644
--- a/trinity-apps/tde-style-domino/Manifest
+++ b/trinity-apps/tde-style-domino/Manifest
@@ -1 +1,2 @@
DIST tde-style-domino-trinity-14.1.0.tar.xz 116332 BLAKE2B 42b7d26c11f767dc06234e64a2c8ab6968117ba238cdac59168f8cce2fd9634c5231965b92a13088c95f3f52efc463bef4dba2c36b725159e6fb285441a61c5a SHA512 12f9931b2c6e6cc1a2bc31cb17f5aeb6821ef7a10b6c5ea7c46d5450771bfb76a1b19275d390904dc78bb71054d46593bf4cff0faa5d08bf78ab7c7c970c2dba
+DIST tde-style-domino-trinity-14.1.1.tar.xz 116336 BLAKE2B 83e96e8fef54b3da8144121e524f1f14fa65e1b4f2f7b614dd0716038896a91540b0fea8a45d7ed6aea142ba7378d0d7363e0a4e6630ea29252950cec3c5eb56 SHA512 b66df33220e92af7f69abefb90363f3fe89ecd6eda5374e65d6335dffe6ab134ea6c6d02cfd9b81c0682b77f850c0510ec2af9cce9741d48562efe0c150bc7d3
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
new file mode 100644
index 00000000..5f846ff9
--- /dev/null
+++ b/trinity-apps/tde-style-domino/tde-style-domino-14.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021-2023 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
+
+DESCRIPTION="Domino 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
+}