summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-locate
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-apps/tdeio-locate
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-apps/tdeio-locate')
-rw-r--r--trinity-apps/tdeio-locate/Manifest1
-rw-r--r--trinity-apps/tdeio-locate/tdeio-locate-14.1.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-locate/Manifest b/trinity-apps/tdeio-locate/Manifest
index d27a2ffc..b5c13930 100644
--- a/trinity-apps/tdeio-locate/Manifest
+++ b/trinity-apps/tdeio-locate/Manifest
@@ -1 +1,2 @@
DIST tdeio-locate-trinity-14.0.13.tar.xz 61384 BLAKE2B 9b5d9a8d51d140801e8bc12804c82c56ab74cd0dfaf7a65f41d235327afaa2c65a18e8e6010c993d4495922edec445ce4e65fd7872a0aaff2b1fb9ae4c01f68e SHA512 50172d43d0e34e48ddc286073cee0a13b33d73c67ce4532344297d2500a4a83abffc18715ce8534be83e456474538904941bcdb16b1c9928ae9a07f76434e43b
+DIST tdeio-locate-trinity-14.1.0.tar.xz 61544 BLAKE2B 813efd708425483fcfd2c9b744b32fb84f70fa61c8a91044d7a6455789d067f804fb11a4475a463ce774ea13d13724dd6a6a9dde56d458f14e3ba4f95a42e039 SHA512 91682db2aa35f540cd89b5cd39c73f297386ea01304e7d8781eeba9713f6055cb94f905be571fec4c5fbcf94080c709e948c89c227325d6e44d92df4a1da6dfd
diff --git a/trinity-apps/tdeio-locate/tdeio-locate-14.1.0.ebuild b/trinity-apps/tdeio-locate/tdeio-locate-14.1.0.ebuild
new file mode 100644
index 00000000..f4e71f10
--- /dev/null
+++ b/trinity-apps/tdeio-locate/tdeio-locate-14.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2023 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="de fr"
+
+TRINITY_MODULE_TYPE="applications/tdeio"
+inherit trinity-base-2
+
+DESCRIPTION="Locate TDEIO plugin"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+RDEPEND="sys-apps/mlocate"