diff options
Diffstat (limited to 'trinity-apps/tdeio-locate')
-rw-r--r-- | trinity-apps/tdeio-locate/Manifest | 2 | ||||
-rw-r--r-- | trinity-apps/tdeio-locate/tdeio-locate-14.0.8.ebuild | 23 |
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-locate/Manifest b/trinity-apps/tdeio-locate/Manifest new file mode 100644 index 00000000..fc73eb3f --- /dev/null +++ b/trinity-apps/tdeio-locate/Manifest @@ -0,0 +1,2 @@ +DIST tdeio-locate-trinity-14.0.7.tar.xz 95724 BLAKE2B 6e01eb8f2844b93920a6668c28f56bcb5495c870203276ad34dbf7866c7457ed08fb6d338b0a07de069f882361488e8abde495c71a5fdfcd7c25fdbebaff5aec SHA512 b9e65c527591c69543483d63db7ee265132f6138e75f1dc44670645047323e735d3d501172bfa45ba8738e01aeb54976d01ee332c11bb7166a8ae83e2aea89eb +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.8.ebuild b/trinity-apps/tdeio-locate/tdeio-locate-14.0.8.ebuild new file mode 100644 index 00000000..889cf482 --- /dev/null +++ b/trinity-apps/tdeio-locate/tdeio-locate-14.0.8.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +TRINITY_MODULE_TYPE="applications" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="de fr" + +inherit trinity-base-2 + +DESCRIPTION="Locate TDEIO plugin" +KEYWORDS="~amd64 ~x86" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity + +SLOT="${TRINITY_VER}" + +RDEPEND+=" sys-apps/mlocate" |