diff options
author | ormorph <[email protected]> | 2022-10-28 12:41:56 +0200 |
---|---|---|
committer | ormorph <[email protected]> | 2022-10-28 19:43:12 +0200 |
commit | 345c52699ff344a3bd46c0ee5df765dc404ac3d1 (patch) | |
tree | 752a6cb2512e0573cc46d7e89d3575a7a91840c6 /trinity-apps/dolphin | |
parent | cc26a6f102600556b4f96fd651ac2b67482e6932 (diff) | |
download | tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.tar.gz tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.zip |
Added version 14.0.13
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/dolphin')
-rw-r--r-- | trinity-apps/dolphin/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/dolphin/dolphin-14.0.13.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/dolphin/Manifest b/trinity-apps/dolphin/Manifest index d4c8290d..cfff75c0 100644 --- a/trinity-apps/dolphin/Manifest +++ b/trinity-apps/dolphin/Manifest @@ -1 +1,2 @@ DIST dolphin-trinity-14.0.12.tar.xz 1133652 BLAKE2B 4642f744560c189bbe908341ef13bc75de7c46f5aff16401b1e92326cdd45fbcfdbec8a5b3a9b93a05797edce75565d07adaeabc64aceb9debcae7ac373b91fb SHA512 1eb46a6850e2d9a8a2f60cce9d50fd69738c4d8b2615064bac9a6e1f02eb0c8e7f1b04a6e504c0bb500cc3ff08f2d433f5cb702f75c792524189c65d10852ad5 +DIST dolphin-trinity-14.0.13.tar.xz 1133696 BLAKE2B c62a7c754f10365b5e9017d0b6072734382461de1732039843c9b6cac7cd46afb606b22c701360ae5a3762ba8dede01d7e79f54d8ad60b7a249ce85f31971495 SHA512 63d18c358791cb37320b15045d7e5fdb2422e7caf7c35bdfec9b65f41af4874effa93e57a6e39a0dcd7e8fc3d7ca409f72a397c669ed3f46d81a57e19665ae64 diff --git a/trinity-apps/dolphin/dolphin-14.0.13.ebuild b/trinity-apps/dolphin/dolphin-14.0.13.ebuild new file mode 100644 index 00000000..d46f3c77 --- /dev/null +++ b/trinity-apps/dolphin/dolphin-14.0.13.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 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 +} |