diff options
author | ormorph <roma251078@mail.ru> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/tdeio-ftps | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip |
Adding version 14.1.0
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.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-ftps/Manifest b/trinity-apps/tdeio-ftps/Manifest index bb54af56..36202bcc 100644 --- a/trinity-apps/tdeio-ftps/Manifest +++ b/trinity-apps/tdeio-ftps/Manifest @@ -1 +1,2 @@ DIST tdeio-ftps-trinity-14.0.13.tar.xz 36272 BLAKE2B 0a00244d243a0e8454c81bb0e3c3a00d058f071fe56949b7bf8c55a960c7fafc76e7a8fdd33408c7fef12b6e743e2fe8d8371ef0e4088a4e5b77c577df7cee23 SHA512 27e8854d86138c1d397104ac9a33f05dc90e4f93ad84b2ec418d58f395099f0c3a6a43ca658864f3ac1be99ac9e2844312ef73f407dba9eadd63ce5971cc8100 +DIST tdeio-ftps-trinity-14.1.0.tar.xz 37036 BLAKE2B ce0822330c6461b0cc9717bc4d49bdec319cda46181ab2adc42bbb61d63b4af0c4a8b2544cde6a34824a3a718bf46a42f8015552eac43eeed7b64c69b5f7c522 SHA512 4cc7d7f9c4fb8ebcc891f8900850d0072af00550db9c75d3ddb8c9b5f76cce6100d0d795b4869662c0ab27c2b0b10e73840fc079661d9a9f818711b3dc6e128c diff --git a/trinity-apps/tdeio-ftps/tdeio-ftps-14.1.0.ebuild b/trinity-apps/tdeio-ftps/tdeio-ftps-14.1.0.ebuild new file mode 100644 index 00000000..d81a19ca --- /dev/null +++ b/trinity-apps/tdeio-ftps/tdeio-ftps-14.1.0.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 +} |