From 336d8ce82c00a00153a823a187dbc8e0bcf2c7a1 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sat, 30 Apr 2022 20:47:27 +0300 Subject: Added version 14.0.12 Signed-off-by: ormorph --- trinity-apps/tdeio-locate/Manifest | 1 + .../tdeio-locate/tdeio-locate-14.0.12.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 trinity-apps/tdeio-locate/tdeio-locate-14.0.12.ebuild (limited to 'trinity-apps/tdeio-locate') 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" -- cgit v1.2.1