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/k3b-i18n | |
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/k3b-i18n')
-rw-r--r-- | trinity-apps/k3b-i18n/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/k3b-i18n/k3b-i18n-14.0.13.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/trinity-apps/k3b-i18n/Manifest b/trinity-apps/k3b-i18n/Manifest index 320a9eed..4e7a401e 100644 --- a/trinity-apps/k3b-i18n/Manifest +++ b/trinity-apps/k3b-i18n/Manifest @@ -1 +1,2 @@ DIST k3b-i18n-trinity-14.0.12.tar.xz 4734256 BLAKE2B c2f9e610951c1d112ae7ac3904a87b3411d4b108c33b847d31833c251e546235da4424d045929aa60209cc09d37dd9bb4d456dd0864139992efb7687de2953da SHA512 baef1976ee9ac6e87cd4e4595c6723710f762c716e5607b3f0ecff1e13b515a1f558d72da6b71b87bbf97adf1c642e418d1354e7c9fa5015f10bfccf930cc1b9 +DIST k3b-i18n-trinity-14.0.13.tar.xz 4733072 BLAKE2B 94f0341aa7532a3e1afabbc7c346d03014b719f9e29784087d0cc5eedb603c959aa1d5961836a91c8d51cbe7c312644e2894d9971c14c9b52a52fa85d4a8e0ce SHA512 ed1165e5fc3890c07a9ad3598bd3bf73e3bf9ef65f138a961e46e9af694a34ec17e1a459aa545c83e19624cd2946e2d463e9ecb3d6623e4b5b7a81f7e3966d37 diff --git a/trinity-apps/k3b-i18n/k3b-i18n-14.0.13.ebuild b/trinity-apps/k3b-i18n/k3b-i18n-14.0.13.ebuild new file mode 100644 index 00000000..a024d0ec --- /dev/null +++ b/trinity-apps/k3b-i18n/k3b-i18n-14.0.13.ebuild @@ -0,0 +1,26 @@ +# Copyright 2022 Gentoo Authors +# Copyright 2022 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 +} |