diff options
author | ormorph <roma251078@mail.ru> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/k3b-i18n | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-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/k3b-i18n')
-rw-r--r-- | trinity-apps/k3b-i18n/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/k3b-i18n/k3b-i18n-14.1.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/trinity-apps/k3b-i18n/Manifest b/trinity-apps/k3b-i18n/Manifest index 47c8620d..9445e1c5 100644 --- a/trinity-apps/k3b-i18n/Manifest +++ b/trinity-apps/k3b-i18n/Manifest @@ -1 +1,2 @@ DIST k3b-i18n-trinity-14.0.13.tar.xz 4733072 BLAKE2B 94f0341aa7532a3e1afabbc7c346d03014b719f9e29784087d0cc5eedb603c959aa1d5961836a91c8d51cbe7c312644e2894d9971c14c9b52a52fa85d4a8e0ce SHA512 ed1165e5fc3890c07a9ad3598bd3bf73e3bf9ef65f138a961e46e9af694a34ec17e1a459aa545c83e19624cd2946e2d463e9ecb3d6623e4b5b7a81f7e3966d37 +DIST k3b-i18n-trinity-14.1.0.tar.xz 4732876 BLAKE2B 30d8b38d4f48132ef7f46556929ee33726b6b4d6fc9c042c627e9b4851786891dc00b8fab7b8e265eb3be6fb87a48226bca954da53244fd0f4057f22722a334a SHA512 4d99d57f33a0c9b2f5bfdee3432efcfc3da0d0e0b96cc7439e87b099ab347fac8e86a133becc5b64c9c115f5117763df3adc0c4dad55082faa4e17647fd91d27 diff --git a/trinity-apps/k3b-i18n/k3b-i18n-14.1.0.ebuild b/trinity-apps/k3b-i18n/k3b-i18n-14.1.0.ebuild new file mode 100644 index 00000000..8ddca2df --- /dev/null +++ b/trinity-apps/k3b-i18n/k3b-i18n-14.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2020-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_TYPE="applications/multimedia" +inherit trinity-base-2 + +DESCRIPTION="K3b - internationalization translations" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi +IUSE="+handbook" + +src_configure() { + local mycmakeargs=( + -DBUILD_MESSAGES=ON + -DBUILD_DOC="$(usex handbook)" + ) + trinity-base-2_src_configure +} |