summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-locate
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-04-30 20:47:27 +0300
committerSlávek Banko <slavek.banko@axis.cz>2022-05-01 16:23:29 +0200
commit336d8ce82c00a00153a823a187dbc8e0bcf2c7a1 (patch)
tree920bb9b62e96c92b2a5a7e99352e68afb2783ce8 /trinity-apps/tdeio-locate
parent1c8d53512742aab368c0f7e9973604eaa54b43ba (diff)
downloadtde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.tar.gz
tde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.zip
Added version 14.0.12
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.0.12.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-locate/Manifest b/trinity-apps/tdeio-locate/Manifest
index d7057df3..b97ec5d2 100644
--- a/trinity-apps/tdeio-locate/Manifest
+++ b/trinity-apps/tdeio-locate/Manifest
@@ -1 +1,2 @@
DIST tdeio-locate-trinity-14.0.11.tar.xz 76404 BLAKE2B f3e8f1522239ca1863c6841913a8e1a42d73911efcf011889b533622f4b4cee860793c3dfa760c4d67bdd8a85e81fd373897b73d391727e51bf89e37ea15359d SHA512 7a6909cd1c2d330a35b4d94a2aa2bcb614c7635f5d7681574c02946fd0ad826e182b4b9165adeca610f38b844b50e5167381078c5a973ed9471b5af86863de4e
+DIST tdeio-locate-trinity-14.0.12.tar.xz 76396 BLAKE2B 4dd96a03b92ea5d3956726914d979a604c3cb36af5829d513c97495d3a1f8be2da0b83cd6bd8f0765b8570b41f22e7b4d5d381ce8f5a34bed6adeafc81d21236 SHA512 714df1b8d27e06439eefd7f1959e3b6f3b45ac63a5ef1aa16989cee26d67606183c42ae5e58ae0568297862e0966c58c1a7622b7607c33a4e5530975e07104dc
diff --git a/trinity-apps/tdeio-locate/tdeio-locate-14.0.12.ebuild b/trinity-apps/tdeio-locate/tdeio-locate-14.0.12.ebuild
new file mode 100644
index 00000000..61b4b9e7
--- /dev/null
+++ b/trinity-apps/tdeio-locate/tdeio-locate-14.0.12.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2022 Gentoo Authors
+# Copyright 2022 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"