diff options
author | ormorph <roma251078@mail.ru> | 2022-10-28 12:41:56 +0200 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-28 19:43:12 +0200 |
commit | 345c52699ff344a3bd46c0ee5df765dc404ac3d1 (patch) | |
tree | 752a6cb2512e0573cc46d7e89d3575a7a91840c6 /trinity-apps/knowit | |
parent | cc26a6f102600556b4f96fd651ac2b67482e6932 (diff) | |
download | tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.tar.gz tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.zip |
Added version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/knowit')
-rw-r--r-- | trinity-apps/knowit/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/knowit/knowit-14.0.13.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/knowit/Manifest b/trinity-apps/knowit/Manifest index 44941fa2..0799ea57 100644 --- a/trinity-apps/knowit/Manifest +++ b/trinity-apps/knowit/Manifest @@ -1 +1,2 @@ DIST knowit-trinity-14.0.12.tar.xz 97272 BLAKE2B e0787b5bf2e9b8f4db96e74236f266b2a476c4b090c81db886c1f97be7fda879207d951590fb68a3aedabb3b247fbe65632f5a3e303b03991db02231f97c99b9 SHA512 c951c82960352ec54d2ae26ad2128aa43e2d5b4d126ec2f2c16a1c3b124a422f72febd87d776e6ecacd553344304f828b8b05fcd1bb6f35788b50ae6d1558a96 +DIST knowit-trinity-14.0.13.tar.xz 97268 BLAKE2B 599d01e7c4b691f5995234168b973e13e92555eb4c7c727759253864f02a1290891751a477a3f1e10354fef41268ae7025ff0622eccafd2b32d7502bf906b4c0 SHA512 38a235640355e07fcffc2ce9aebc655bcabdc69d0e5da1c677213c5c717bb146267a3043e2e9bcbb938f98e0a3e6dc1c7047873cf676509eca9677e86f1b8502 diff --git a/trinity-apps/knowit/knowit-14.0.13.ebuild b/trinity-apps/knowit/knowit-14.0.13.ebuild new file mode 100644 index 00000000..1c20b42c --- /dev/null +++ b/trinity-apps/knowit/knowit-14.0.13.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-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 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 +} |