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-base/kapptemplate | |
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-base/kapptemplate')
-rw-r--r-- | trinity-base/kapptemplate/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild | 31 | ||||
-rw-r--r-- | trinity-base/kapptemplate/kapptemplate-9999.ebuild | 1 |
3 files changed, 33 insertions, 0 deletions
diff --git a/trinity-base/kapptemplate/Manifest b/trinity-base/kapptemplate/Manifest new file mode 100644 index 00000000..b76e84db --- /dev/null +++ b/trinity-base/kapptemplate/Manifest @@ -0,0 +1 @@ +DIST tdesdk-trinity-14.0.11.tar.xz 3714048 BLAKE2B a8db1b0e1559bc2c5e41abbc278103d8363aee591c487e54dd9948a0eddb85eb5915050c91728496d88c46560ce89f50ce91f06a08163337cd450fb0b20f39c2 SHA512 47cfe6dd5ef89b13fc2b5e4f76525bdf6101b528354d43e4413c6b6bf3c1fd3bef22102a8664e0ce3dd3de9be1f05ed3c8ec63e9d303688027bb695520594dac diff --git a/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild b/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild new file mode 100644 index 00000000..2c22e8e0 --- /dev/null +++ b/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild @@ -0,0 +1,31 @@ +# 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_MODULE_NAME="tdesdk" +TRINITY_MODULE_TYPE="core" +TSM_EXTRACT_ALSO="admin translations" + +inherit trinity-meta-2 + +DESCRIPTION="Creates a framework to develop a Trinity application" +HOMEPAGE="https://trinitydesktop.org/" + +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi +IUSE="" + +DEPEND=" + ~trinity-base/libkcal-${PV} + ~trinity-base/libtdepim-${PV} +" + +RDEPEND="${DEPEND}" + +src_prepare() { + trinity-admin-prepare + cmake-utils_src_prepare +} diff --git a/trinity-base/kapptemplate/kapptemplate-9999.ebuild b/trinity-base/kapptemplate/kapptemplate-9999.ebuild index 962c0111..60a0b00f 100644 --- a/trinity-base/kapptemplate/kapptemplate-9999.ebuild +++ b/trinity-base/kapptemplate/kapptemplate-9999.ebuild @@ -6,6 +6,7 @@ EAPI="7" TRINITY_MODULE_NAME="tdesdk" TRINITY_MODULE_TYPE="core" +TSM_EXTRACT_ALSO="admin translations" inherit trinity-meta-2 |