summaryrefslogtreecommitdiffstats
path: root/trinity-apps/knowit
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-22 11:30:51 +0300
committerormorph <roma251078@mail.ru>2023-04-22 21:42:10 +0300
commit3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch)
tree30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/knowit
parent70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff)
downloadtde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz
tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip
Adding version 14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/knowit')
-rw-r--r--trinity-apps/knowit/Manifest1
-rw-r--r--trinity-apps/knowit/knowit-14.1.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/knowit/Manifest b/trinity-apps/knowit/Manifest
index b7a56424..8bfdbbdb 100644
--- a/trinity-apps/knowit/Manifest
+++ b/trinity-apps/knowit/Manifest
@@ -1 +1,2 @@
DIST knowit-trinity-14.0.13.tar.xz 97268 BLAKE2B 599d01e7c4b691f5995234168b973e13e92555eb4c7c727759253864f02a1290891751a477a3f1e10354fef41268ae7025ff0622eccafd2b32d7502bf906b4c0 SHA512 38a235640355e07fcffc2ce9aebc655bcabdc69d0e5da1c677213c5c717bb146267a3043e2e9bcbb938f98e0a3e6dc1c7047873cf676509eca9677e86f1b8502
+DIST knowit-trinity-14.1.0.tar.xz 97260 BLAKE2B 09575e83efe6af8928e7ec108ec6bbb4fb661e3397a33e450b63863bcc1e2a25c22f850fc87951382044de4cc78750e95e18fb52d2f8db91ee6afd4f66dd6f64 SHA512 58d620169cbb2293f010b29851c6f3c8af3883731c23293d2a891e146f13481c34d276cc2d1bebba812b32c2d6ee74147c6153fbcb0af31827de4f7a76f3ad94
diff --git a/trinity-apps/knowit/knowit-14.1.0.ebuild b/trinity-apps/knowit/knowit-14.1.0.ebuild
new file mode 100644
index 00000000..69f4bdd2
--- /dev/null
+++ b/trinity-apps/knowit/knowit-14.1.0.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
+}