diff options
author | E. Liddell <[email protected]> | 2020-12-06 16:11:21 -0500 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2021-02-17 16:47:41 +0000 |
commit | f0575f757d3a116ae806b578b37ae4b375a8caf5 (patch) | |
tree | 9055d8aa3000cc5d7a90675a7cc27d0d3d54acef /trinity-apps/filelight | |
parent | 32f776ede66c742cd2dceecb3739b083ac41d92b (diff) | |
download | tde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.tar.gz tde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.zip |
14.0.8 ebuilds for everything in trinity-apps that I could make build back in June.
Signed-off-by: E. Liddell <[email protected]>
Diffstat (limited to 'trinity-apps/filelight')
-rw-r--r-- | trinity-apps/filelight/Manifest | 2 | ||||
-rw-r--r-- | trinity-apps/filelight/filelight-14.0.8.ebuild | 26 |
2 files changed, 28 insertions, 0 deletions
diff --git a/trinity-apps/filelight/Manifest b/trinity-apps/filelight/Manifest new file mode 100644 index 00000000..b17b7d5b --- /dev/null +++ b/trinity-apps/filelight/Manifest @@ -0,0 +1,2 @@ +DIST filelight-trinity-14.0.7.tar.xz 439996 BLAKE2B c37672fddbeaf32a905aa582b8354d8f993e87ba81392c94ed452f8ee95bce4c78f3b14a671b317b0400d5b0162ade7771748fa20fd288fe26f10f829edfde24 SHA512 16ba326c965964d4184f6b140863fe7714054beeb43f7a2b5c8866c48c176e292737992b70bcf740c6dce02accb871c8d284fe40cd5a3e1b96cab5bbd9a67a35 +DIST filelight-trinity-14.0.8.tar.xz 441420 BLAKE2B 1df1453523f4843b46188d57f586b4eda56495c17d015757af07d6e4d57b1e4eadc87d804035c832896a201350fc26d7160f09ade40e72ca96c3a8c9c1b9bd13 SHA512 59b10f23f395af0a4170492b0f47a7261a809799a04025ac15d097b1fc1fa67bce3950cb1e5f7b7d2c9136f5b6cd61502f532dc6d28a16f890aded6bf0fcf6cc diff --git a/trinity-apps/filelight/filelight-14.0.8.ebuild b/trinity-apps/filelight/filelight-14.0.8.ebuild new file mode 100644 index 00000000..fbc8aeb1 --- /dev/null +++ b/trinity-apps/filelight/filelight-14.0.8.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# 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="az bg br ca cs cy da de el en_GB es + et fr ga gl is it ja ka lt nb nl pl pt pt_BR + ro ru rw sr sr@Latn sv ta tr uk" + +TRINITY_DOC_LANGS="da es et it pt ru sv" + +inherit trinity-base-2 + +DESCRIPTION="Visualise disk usage with interactive map of concentric, segmented rings" +KEYWORDS="~amd64 ~x86" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity + +SLOT="${TRINITY_VER}" |