diff options
author | ormorph <roma251078@mail.ru> | 2023-10-27 13:50:17 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-10-27 13:50:17 +0300 |
commit | 18d39ed9f062321b596258a9137f10b3e93b71e0 (patch) | |
tree | fe24a566266198330ff71db390413fdf7a9d63af /trinity-apps/tdeio-ftps | |
parent | cd2192fbe2c90ea734db5bc716740b7dded481b6 (diff) | |
download | tde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.tar.gz tde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.zip |
Release R14.1.1 added
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/tdeio-ftps')
-rw-r--r-- | trinity-apps/tdeio-ftps/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdeio-ftps/tdeio-ftps-14.1.1.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-ftps/Manifest b/trinity-apps/tdeio-ftps/Manifest index b748ed07..626a914e 100644 --- a/trinity-apps/tdeio-ftps/Manifest +++ b/trinity-apps/tdeio-ftps/Manifest @@ -1 +1,2 @@ DIST tdeio-ftps-trinity-14.1.0.tar.xz 37036 BLAKE2B ce0822330c6461b0cc9717bc4d49bdec319cda46181ab2adc42bbb61d63b4af0c4a8b2544cde6a34824a3a718bf46a42f8015552eac43eeed7b64c69b5f7c522 SHA512 4cc7d7f9c4fb8ebcc891f8900850d0072af00550db9c75d3ddb8c9b5f76cce6100d0d795b4869662c0ab27c2b0b10e73840fc079661d9a9f818711b3dc6e128c +DIST tdeio-ftps-trinity-14.1.1.tar.xz 37020 BLAKE2B 30e51aa4d60500a29dc30d5b05c8b2312188999289ac9b536b2f94aaac97792c8d8a64b32883f7ad8142fc40d882a77ebe9db4dc1630dd4f336e1165d2a572b8 SHA512 0a427e89757bc90fb4cf4737c8dfc0916f7943b215377a4d8b7e8304dc0dc6d3f0309effba8ae958763240de234b71ab1e7a191d0bebd36320dcbf9e958249be diff --git a/trinity-apps/tdeio-ftps/tdeio-ftps-14.1.1.ebuild b/trinity-apps/tdeio-ftps/tdeio-ftps-14.1.1.ebuild new file mode 100644 index 00000000..d81a19ca --- /dev/null +++ b/trinity-apps/tdeio-ftps/tdeio-ftps-14.1.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2023 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="de" + +TRINITY_MODULE_TYPE="applications/tdeio" +inherit trinity-base-2 + +DESCRIPTION="TDEIO slave for FTPS protocol" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + trinity-base-2_src_configure +} |