diff options
author | ormorph <[email protected]> | 2021-11-15 22:06:35 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2021-11-16 00:22:50 +0300 |
commit | 9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 (patch) | |
tree | dbe2babfd8aea5f985063e94dcfa22679c93526f /trinity-apps/abakus | |
parent | ffbff856abb47b6fb62cdd430211c67f67478c5b (diff) | |
download | tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.tar.gz tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.zip |
Added ebuilds for stable version 14.0.11
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/abakus')
-rw-r--r-- | trinity-apps/abakus/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/abakus/abakus-14.0.11.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/abakus/Manifest b/trinity-apps/abakus/Manifest index 0bc0e335..a6186c1d 100644 --- a/trinity-apps/abakus/Manifest +++ b/trinity-apps/abakus/Manifest @@ -1 +1,2 @@ +DIST abakus-trinity-14.0.11.tar.xz 246844 BLAKE2B ba8917c219e1d280a39af9136154109e24eb71046dbeb926fb3d0002f56ed9896e7d72473bb20a5b3df070fcbd46f244385e61c94d9ec166b3585f0dfc3e5b76 SHA512 fe1cf49c304998546909dba65b9dc68c975a80df15ed59c66ccc2f4adde055d1920f237fe54dc531493295241c0fb6cdce125cb3e20a0f930930be4f4ec14a1d DIST abakus-trinity-14.0.8.tar.xz 490328 BLAKE2B 0c3581b41b65cc9c887cb4eadba88d51d12edaa24d44403433a9602e2abd305f8740268f034cbc1cd1dd620b2641aa2d7631e2de8e6107423ac014f040ccc201 SHA512 1413a5dcc21ea0d5e11d63d80fb58b783dea0f64fb7864480dfd8ca48f305343cb095b0d9ccbd986a12786d22184da39eb8f791dea2a450690bfa3b678e37feb diff --git a/trinity-apps/abakus/abakus-14.0.11.ebuild b/trinity-apps/abakus/abakus-14.0.11.ebuild new file mode 100644 index 00000000..3067e924 --- /dev/null +++ b/trinity-apps/abakus/abakus-14.0.11.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Copyright 2021 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="cs de it nl pt sk" +TRINITY_MODULE_TYPE="applications/utilities" +inherit trinity-base-2 + +DESCRIPTION="A complex calculator for TDE" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} |