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.2.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-locate/Manifest b/trinity-apps/tdeio-locate/Manifest index b5f77478..2589ff53 100644 --- a/trinity-apps/tdeio-locate/Manifest +++ b/trinity-apps/tdeio-locate/Manifest @@ -1 +1,2 @@ DIST tdeio-locate-trinity-14.1.1.tar.xz 61548 BLAKE2B 4ea4d09194f4130ec626ef8d82f824907052d6649e0f05e4f80f75530c19fe49103d417db01fe954e52f77b811b7762fa037b23b14de9d0c1edf9f4fd7f7dbe2 SHA512 3f3d67f762a8e5453c9755251cd86fa7c72271efb78c652f777cc10cdc4781a5d862a393e18cdd0357c8c2aa20ae64737751fd060e6acd0c97c40e08f4f057e1 +DIST tdeio-locate-trinity-14.1.2.tar.xz 61788 BLAKE2B 1a6d472698cfe2571a4cfb9be8255817be02759655b3b1d32f122c44713d916429c265b12951a71f5f40520407a7a6b7bdc2f344397114e3fa1b1ac1aa641365 SHA512 29305e20c44f2d8e51115630f23bbcb5c9bc99c9cc5e69763f8ce97a1d8747b50a4d09314779fedc0fab4dd232374f523e7d39d580e8fa05d85f40267a895413 diff --git a/trinity-apps/tdeio-locate/tdeio-locate-14.1.2.ebuild b/trinity-apps/tdeio-locate/tdeio-locate-14.1.2.ebuild new file mode 100644 index 00000000..e0447370 --- /dev/null +++ b/trinity-apps/tdeio-locate/tdeio-locate-14.1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2024 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" |