From 3e6b95222ab4ee71b69a570f49e1e887b166a83e Mon Sep 17 00:00:00 2001 From: ormorph Date: Sat, 22 Apr 2023 11:30:51 +0300 Subject: Adding version 14.1.0 Signed-off-by: ormorph --- trinity-base/tdepasswd/Manifest | 1 + trinity-base/tdepasswd/tdepasswd-14.1.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 trinity-base/tdepasswd/tdepasswd-14.1.0.ebuild (limited to 'trinity-base/tdepasswd') diff --git a/trinity-base/tdepasswd/Manifest b/trinity-base/tdepasswd/Manifest index 18b996f6..0a2863b1 100644 --- a/trinity-base/tdepasswd/Manifest +++ b/trinity-base/tdepasswd/Manifest @@ -1 +1,2 @@ DIST tdebase-trinity-14.0.13.tar.xz 30564196 BLAKE2B 0055a5bc7c3e5abc7df6afaf05da2d3b96cb217d191355b76e9ca19fe32c550a0d25dd281ad0d19fc0e8c074793dcfb4b15a59a53f1ff0c11d3351eb93208dcf SHA512 78328f17acb8372ce6b29d18604329191863003bf8d8b89c0bad55744c78dc3ba3f4ec7593933f5ccef4460c2267de82dff06f42fdcc1a4d8d9276c45dac7502 +DIST tdebase-trinity-14.1.0.tar.xz 30722632 BLAKE2B 1f4b87be37730aaa93fc579c130d7af7c408d20512ff8642d8313abaa7ccf6a012c8b52c595641e8ff820f709d68471224f2ceb1f898769b36e386345924b948 SHA512 8fcbb5d4bbaefc9acafa5d1926d6f22b1c087a7af63f0d9e2438c95730e82e6d6e9555afdf336bd01c296adedef5665c571d00c6738d071ed069243d47f30674 diff --git a/trinity-base/tdepasswd/tdepasswd-14.1.0.ebuild b/trinity-base/tdepasswd/tdepasswd-14.1.0.ebuild new file mode 100644 index 00000000..ee8964b4 --- /dev/null +++ b/trinity-base/tdepasswd/tdepasswd-14.1.0.ebuild @@ -0,0 +1,18 @@ +# 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="tdebase" +TRINITY_MODULE_TYPE="core" +TSM_EXTRACT_ALSO="translations/" +inherit trinity-meta-2 + +DESCRIPTION="Trinity GUI for passwd" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND="~trinity-base/libkonq-${PV}" +RDEPEND="${DEPEND}" -- cgit v1.2.3