summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-locate
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2021-11-15 22:06:35 +0300
committerormorph <roma251078@mail.ru>2021-11-16 00:22:50 +0300
commit9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 (patch)
treedbe2babfd8aea5f985063e94dcfa22679c93526f /trinity-apps/tdeio-locate
parentffbff856abb47b6fb62cdd430211c67f67478c5b (diff)
downloadtde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.tar.gz
tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.zip
Added ebuilds for stable version 14.0.11
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.11.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-locate/Manifest b/trinity-apps/tdeio-locate/Manifest
index c97d0bb6..f334855d 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.8.tar.xz 97268 BLAKE2B b1b750b68d516bdceaa337c9cea446fe44c8d775ed99b4cfec9c0c1682ba1fadab7daf3015c103aaa95ab55759fbe17773cbd2d5c402d92eb4df540efcb30221 SHA512 e871bfb8ba5fb00acdeef6e06164b10706ed077745796142128918eab5381854dd0fdc9b6b2aeda391e52e74593b3a9c6e20f480661f6aba16d8c660712039e2
diff --git a/trinity-apps/tdeio-locate/tdeio-locate-14.0.11.ebuild b/trinity-apps/tdeio-locate/tdeio-locate-14.0.11.ebuild
new file mode 100644
index 00000000..ec9bb2a0
--- /dev/null
+++ b/trinity-apps/tdeio-locate/tdeio-locate-14.0.11.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2021 Gentoo Authors
+# Copyright 2021 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+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 ~x86"
+fi
+
+RDEPEND="sys-apps/mlocate"