diff options
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.12.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/trinity-apps/k3b-i18n/Manifest b/trinity-apps/k3b-i18n/Manifest index b04b8894..1752df09 100644 --- a/trinity-apps/k3b-i18n/Manifest +++ b/trinity-apps/k3b-i18n/Manifest @@ -1 +1,2 @@ DIST k3b-i18n-trinity-14.0.11.tar.xz 4733544 BLAKE2B fba9a63668f915a66c679b23ab93cc16a4ae71acf5bc4c71649203b5f82fb088a9639b851c22fa56982df4344b6d70c37e6ac0ac4f79349a89393b1df411486b SHA512 06abb553771054a173a278dfbae711c5fb30ebe2dc617981b0a13a252efab5c7ac05feec7b1663bc467c9d2f861ae049e8fd0f1a6bb75a929c4d6c1fef7a9d77 +DIST k3b-i18n-trinity-14.0.12.tar.xz 4734256 BLAKE2B c2f9e610951c1d112ae7ac3904a87b3411d4b108c33b847d31833c251e546235da4424d045929aa60209cc09d37dd9bb4d456dd0864139992efb7687de2953da SHA512 baef1976ee9ac6e87cd4e4595c6723710f762c716e5607b3f0ecff1e13b515a1f558d72da6b71b87bbf97adf1c642e418d1354e7c9fa5015f10bfccf930cc1b9 diff --git a/trinity-apps/k3b-i18n/k3b-i18n-14.0.12.ebuild b/trinity-apps/k3b-i18n/k3b-i18n-14.0.12.ebuild new file mode 100644 index 00000000..a024d0ec --- /dev/null +++ b/trinity-apps/k3b-i18n/k3b-i18n-14.0.12.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 +} |