summaryrefslogtreecommitdiffstats
path: root/trinity-base/kdict
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-22 11:30:51 +0300
committerormorph <roma251078@mail.ru>2023-04-22 21:42:10 +0300
commit3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch)
tree30fa95df5cd70e135890939da86d325d10bf0dca /trinity-base/kdict
parent70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff)
downloadtde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz
tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip
Adding version 14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kdict')
-rw-r--r--trinity-base/kdict/Manifest1
-rw-r--r--trinity-base/kdict/kdict-14.1.0.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/trinity-base/kdict/Manifest b/trinity-base/kdict/Manifest
index 58190914..0d2f5813 100644
--- a/trinity-base/kdict/Manifest
+++ b/trinity-base/kdict/Manifest
@@ -1 +1,2 @@
DIST tdenetwork-trinity-14.0.13.tar.xz 6766304 BLAKE2B 0c898a930310cf708e32f5fadbb70e635ebd4aebd03029759f6598d76baea1a79981412ccf1a48376777e962281a847c793fe4acb131fb398c69763e498f7ad5 SHA512 efaf86bb874ff8519293ee38867805cbb637a54015a1ee80c015587f58f13be307bc2864722fc9354caa1aedae8bf71ce5fb8cf9c3250e5adb64bee85b777aab
+DIST tdenetwork-trinity-14.1.0.tar.xz 8047188 BLAKE2B e45e9954415e8cecfed169cea2b250ff611b3de590ea42dee117e36245c373a8c895adeba95ceb4a47e100fa23ee6fb1c3d7b3d19d355138a0eaf8fadceb675b SHA512 5cecbc355d5b303ae06f5cfc5fc9390ad4ce96ec073862a18a7a941fd22fc5d7b981d323a80ab284f0ccd669eeeeef44645acfde0eecfe20a33854bd19b3baa4
diff --git a/trinity-base/kdict/kdict-14.1.0.ebuild b/trinity-base/kdict/kdict-14.1.0.ebuild
new file mode 100644
index 00000000..c9520003
--- /dev/null
+++ b/trinity-base/kdict/kdict-14.1.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Copyright 2020-2023 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_MODULE_NAME="tdenetwork"
+TRINITY_MODULE_TYPE="core"
+TRINITY_HANDBOOK="optional"
+inherit trinity-meta-2
+
+DESCRIPTION="Trinity dict client (for dict.org-like servers)"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi