diff options
author | ormorph <[email protected]> | 2022-04-30 20:47:27 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-01 16:23:29 +0200 |
commit | 336d8ce82c00a00153a823a187dbc8e0bcf2c7a1 (patch) | |
tree | 920bb9b62e96c92b2a5a7e99352e68afb2783ce8 /trinity-base/trinity-cmake | |
parent | 1c8d53512742aab368c0f7e9973604eaa54b43ba (diff) | |
download | tde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.tar.gz tde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.zip |
Added version 14.0.12
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-base/trinity-cmake')
-rw-r--r-- | trinity-base/trinity-cmake/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/trinity-cmake/trinity-cmake-14.0.12.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-base/trinity-cmake/Manifest b/trinity-base/trinity-cmake/Manifest index b5325c6b..e28c30f5 100644 --- a/trinity-base/trinity-cmake/Manifest +++ b/trinity-base/trinity-cmake/Manifest @@ -1 +1,2 @@ DIST cmake-trinity-14.0.11.tar.xz 35540 BLAKE2B 8acc251f10b28acdf7d0bbc8254c48f792c00f2c0fd142f1a63965f85f5ad144cf0023a164fec727d7c9cb32f06634e720007f4cc56a80bdfb44a2a0a3fb53bb SHA512 6a15a1e4b75337ea319314fa63d7b2d3515a00712404c068b5d898b4b2e800c980669865a3541a84fc7a664be8b94cc86793d1754eea5612738ac94bb88a16be +DIST cmake-trinity-14.0.12.tar.xz 36140 BLAKE2B f29f09b3463db95cf45ad7cf666c3db58bd62570dd0851d6edb627b68311d20f006cbf2800cbf52b281d2ef757b2255eea678bc6229a7e48896dde4a771b8e39 SHA512 022265348fa9c467c647d32bc03f25730411f74cee07ca139a82db385a4769ba881c99b749ae5552028e48c7b2e203baefafe18bad940fc105644981f35888e4 diff --git a/trinity-base/trinity-cmake/trinity-cmake-14.0.12.ebuild b/trinity-base/trinity-cmake/trinity-cmake-14.0.12.ebuild new file mode 100644 index 00000000..8737b06b --- /dev/null +++ b/trinity-base/trinity-cmake/trinity-cmake-14.0.12.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-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="common" +TRINITY_MODULE_NAME="cmake" +inherit trinity-base-2 + +DESCRIPTION="Common cmake modules for Trinity Desktop Environment" +HOMEPAGE="https://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +src_configure() { + cmake_src_configure +} + +src_install() { + cmake_src_install +} |