diff options
Diffstat (limited to 'trinity-apps/tdeio-locate')
-rw-r--r-- | trinity-apps/tdeio-locate/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdeio-locate/tdeio-locate-14.1.1.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-locate/Manifest b/trinity-apps/tdeio-locate/Manifest index ea012f66..bbb73508 100644 --- a/trinity-apps/tdeio-locate/Manifest +++ b/trinity-apps/tdeio-locate/Manifest @@ -1 +1,2 @@ DIST tdeio-locate-trinity-14.1.0.tar.xz 61544 BLAKE2B 813efd708425483fcfd2c9b744b32fb84f70fa61c8a91044d7a6455789d067f804fb11a4475a463ce774ea13d13724dd6a6a9dde56d458f14e3ba4f95a42e039 SHA512 91682db2aa35f540cd89b5cd39c73f297386ea01304e7d8781eeba9713f6055cb94f905be571fec4c5fbcf94080c709e948c89c227325d6e44d92df4a1da6dfd +DIST tdeio-locate-trinity-14.1.1.tar.xz 61548 BLAKE2B 4ea4d09194f4130ec626ef8d82f824907052d6649e0f05e4f80f75530c19fe49103d417db01fe954e52f77b811b7762fa037b23b14de9d0c1edf9f4fd7f7dbe2 SHA512 3f3d67f762a8e5453c9755251cd86fa7c72271efb78c652f777cc10cdc4781a5d862a393e18cdd0357c8c2aa20ae64737751fd060e6acd0c97c40e08f4f057e1 diff --git a/trinity-apps/tdeio-locate/tdeio-locate-14.1.1.ebuild b/trinity-apps/tdeio-locate/tdeio-locate-14.1.1.ebuild new file mode 100644 index 00000000..f4e71f10 --- /dev/null +++ b/trinity-apps/tdeio-locate/tdeio-locate-14.1.1.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" |