diff options
Diffstat (limited to 'trinity-apps/dolphin')
-rw-r--r-- | trinity-apps/dolphin/Manifest | 2 | ||||
-rw-r--r-- | trinity-apps/dolphin/dolphin-14.0.8.ebuild | 29 |
2 files changed, 31 insertions, 0 deletions
diff --git a/trinity-apps/dolphin/Manifest b/trinity-apps/dolphin/Manifest new file mode 100644 index 00000000..40de896c --- /dev/null +++ b/trinity-apps/dolphin/Manifest @@ -0,0 +1,2 @@ +DIST dolphin-trinity-14.0.7.tar.xz 1140896 BLAKE2B fb5e19ede624d62ded21cf43d055bf68ffdf68622074f9207de967ee5f48e81dff4c496e31b117f70347d176d9745993149945074ba1e24065c707c2ad5bb81c SHA512 a4b5f0595262de6cbd6002f73be5b2b7415cd28f12cc2f88fcadaac18dd250f549479985f61d56d317d74eae1b458f8e602c592bb4b248d790155a5967f62cf4 +DIST dolphin-trinity-14.0.8.tar.xz 1149972 BLAKE2B f3a11654107b388340ffa21a0c2e646de313dcacad6b3e29102d17fedb2ddfa8bbce9051397c1b0789e1ab969ae18d928f4c33c5460ad38d4095ae47f4059597 SHA512 cb359c3520eb663bedf59544a5d1eb2a3bd2473acee0a120363fb6294bffe54ff4c0fce71eec5619a20fc35f522fc8fc4221d095786a6f2dc3cd952ed995319f diff --git a/trinity-apps/dolphin/dolphin-14.0.8.ebuild b/trinity-apps/dolphin/dolphin-14.0.8.ebuild new file mode 100644 index 00000000..ed2cc34a --- /dev/null +++ b/trinity-apps/dolphin/dolphin-14.0.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +TRINITY_MODULE_TYPE="applications" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="de el es et fr he it nl pl ru sk" + +inherit trinity-base-2 + +DESCRIPTION="File manager for TDE" +KEYWORDS="~amd64 ~x86" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity + +SLOT="${TRINITY_VER}" + +src_configure() { + mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +}
\ No newline at end of file |