diff options
author | ormorph <roma251078@mail.ru> | 2023-10-27 13:50:17 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-10-29 10:05:05 +0100 |
commit | 271fc0de62480ffa8a1525e07b833079c96ca6bd (patch) | |
tree | fe24a566266198330ff71db390413fdf7a9d63af /trinity-apps/knowit | |
parent | 8e955e3a507fd32d4b98df0893bb2dfa83b48eb8 (diff) | |
download | tde-packaging-gentoo-271fc0de62480ffa8a1525e07b833079c96ca6bd.tar.gz tde-packaging-gentoo-271fc0de62480ffa8a1525e07b833079c96ca6bd.zip |
Release R14.1.1 added
Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit 18d39ed9f062321b596258a9137f10b3e93b71e0)
Diffstat (limited to 'trinity-apps/knowit')
-rw-r--r-- | trinity-apps/knowit/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/knowit/knowit-14.1.1.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/knowit/Manifest b/trinity-apps/knowit/Manifest index 1940dc35..6971a7ee 100644 --- a/trinity-apps/knowit/Manifest +++ b/trinity-apps/knowit/Manifest @@ -1 +1,2 @@ DIST knowit-trinity-14.1.0.tar.xz 97260 BLAKE2B 09575e83efe6af8928e7ec108ec6bbb4fb661e3397a33e450b63863bcc1e2a25c22f850fc87951382044de4cc78750e95e18fb52d2f8db91ee6afd4f66dd6f64 SHA512 58d620169cbb2293f010b29851c6f3c8af3883731c23293d2a891e146f13481c34d276cc2d1bebba812b32c2d6ee74147c6153fbcb0af31827de4f7a76f3ad94 +DIST knowit-trinity-14.1.1.tar.xz 97224 BLAKE2B fdfca7b6e87756e1b6b917c59bb37006ca28f08c860e6a341b16388d06ee83d10101c805d3cc5d675aec6e952346b7ab855257dba18779985eed2c2c8c84f7f2 SHA512 05832c51f701cf637aa7250d7654cd39773b3bc3c53a79c6d2d418338913fe6af25d7cebdaad1662d115ad45a95e1a30322e03bc3e6920e608c51be6fe8d2edc diff --git a/trinity-apps/knowit/knowit-14.1.1.ebuild b/trinity-apps/knowit/knowit-14.1.1.ebuild new file mode 100644 index 00000000..69f4bdd2 --- /dev/null +++ b/trinity-apps/knowit/knowit-14.1.1.ebuild @@ -0,0 +1,29 @@ +# 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_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="de es fr hu nl pl ru sk zh_CN" +TRINITY_MODULE_TYPE="applications/office" +inherit trinity-base-2 + +DESCRIPTION="Tool for managing notes" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} |