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/dolphin | |
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/dolphin')
-rw-r--r-- | trinity-apps/dolphin/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/dolphin/dolphin-14.1.1.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/dolphin/Manifest b/trinity-apps/dolphin/Manifest index 6b238457..94e0e3a6 100644 --- a/trinity-apps/dolphin/Manifest +++ b/trinity-apps/dolphin/Manifest @@ -1 +1,2 @@ DIST dolphin-trinity-14.1.0.tar.xz 1135608 BLAKE2B f19c71dd9ee9a84b6485b425d75055f0fd65e94c6d7b634b382db4cfe0a2e7a93db34a3af7f7aacf4a3db74c44df9bdc66bca1102e5a8067c9e1daadde276dd8 SHA512 aa83b04fd0b03d3150a6b5aa9d4b0746235afadfd966d8ae5b464b67dedda96d1cc3f2924c8c32c3d14c075407426c744b003d998dd59670eed0ae6a9fe260ab +DIST dolphin-trinity-14.1.1.tar.xz 1137684 BLAKE2B 283e2b2052798188b80ef5e3562a0a2e481b179abc1c1f3ac5756a29375615fc4885c434b5a084bbb44b07f756b83bcd575e17cfc4e69a3fc33c731792705c15 SHA512 2b8810c6496d081edadf9ec5c35613b712da844678f2a377546c522d04da4ebc81ac195a73dbcdaa3ced2c04b7ba8571749a90093a6d075810ca0cc09ca57f0d diff --git a/trinity-apps/dolphin/dolphin-14.1.1.ebuild b/trinity-apps/dolphin/dolphin-14.1.1.ebuild new file mode 100644 index 00000000..0323d92d --- /dev/null +++ b/trinity-apps/dolphin/dolphin-14.1.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-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 el es et fr he it nl pl ru sk" +TRINITY_MODULE_TYPE="applications/system" +inherit trinity-base-2 + +DESCRIPTION="File manager for TDE" +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 +} |