From 18d39ed9f062321b596258a9137f10b3e93b71e0 Mon Sep 17 00:00:00 2001 From: ormorph Date: Fri, 27 Oct 2023 13:50:17 +0300 Subject: Release R14.1.1 added Signed-off-by: ormorph --- trinity-base/knotes/Manifest | 1 + trinity-base/knotes/knotes-14.1.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 trinity-base/knotes/knotes-14.1.1.ebuild (limited to 'trinity-base/knotes') diff --git a/trinity-base/knotes/Manifest b/trinity-base/knotes/Manifest index c17abc66..42298286 100644 --- a/trinity-base/knotes/Manifest +++ b/trinity-base/knotes/Manifest @@ -1 +1,2 @@ DIST tdepim-trinity-14.1.0.tar.xz 9386820 BLAKE2B b76fd325751834fe4fb652b386f288676115d9aa7e987630789c0516f8948703a61cc66f37acb8a334c75493c6cbffd993b49718c17587ec68dae2b2ce43f795 SHA512 9f427b2ac173644061a1d9d0fdeee52d504d4514f39648b5ffd98ffbde8f8502bb7073662bd4a0ea339092ed50fd994b8f9c1f2241a2d89c34d965b97c68201f +DIST tdepim-trinity-14.1.1.tar.xz 9386540 BLAKE2B 67851438c79afd180cb4c95cc32c1b64f45452e4c292e27a0e5595cab567114e64ecc9954d952619cc2181063d56fe11696edfe24e53dc93c8508cc0be82d3cf SHA512 4d9658726d03a7c914292f8e3e45ff2343a85e45bb308fe2fd44d30ecb44c37c506534a25d0d5741aeb5ec95567056715a1c158fcd2f75a3b73d111d4258146f diff --git a/trinity-base/knotes/knotes-14.1.1.ebuild b/trinity-base/knotes/knotes-14.1.1.ebuild new file mode 100644 index 00000000..414d7d62 --- /dev/null +++ b/trinity-base/knotes/knotes-14.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Copyright 2020-2023 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_MODULE_NAME="tdepim" +TRINITY_MODULE_TYPE="core" +TSM_EXTRACT_ALSO="libtdepim/ translations/" +inherit trinity-meta-2 + +DESCRIPTION="Trinity Notes application" + +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND=" + ~trinity-base/libkcal-${PV} + ~trinity-base/libtdepim-${PV} +" +RDEPEND="${DEPEND}" -- cgit v1.2.3