diff options
author | E. Liddell <ejlddll@warpmail.net> | 2020-12-06 16:11:21 -0500 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2021-02-17 16:47:41 +0000 |
commit | f0575f757d3a116ae806b578b37ae4b375a8caf5 (patch) | |
tree | 9055d8aa3000cc5d7a90675a7cc27d0d3d54acef /trinity-apps/kdirstat | |
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 <ejlddll@warpmail.net>
Diffstat (limited to 'trinity-apps/kdirstat')
-rw-r--r-- | trinity-apps/kdirstat/Manifest | 2 | ||||
-rw-r--r-- | trinity-apps/kdirstat/kdirstat-14.0.8.ebuild | 29 |
2 files changed, 31 insertions, 0 deletions
diff --git a/trinity-apps/kdirstat/Manifest b/trinity-apps/kdirstat/Manifest new file mode 100644 index 00000000..befe12fc --- /dev/null +++ b/trinity-apps/kdirstat/Manifest @@ -0,0 +1,2 @@ +DIST kdirstat-trinity-14.0.7.tar.xz 223244 BLAKE2B e5a1553201e5a86d52edc34f1fb4aeaca5a140e12b0b65f5c8a2fb0221cda62ffccd9103e7baffce034dbbc61f7c3ccb015f5890b347a4447d95887b89ef58bb SHA512 391e01e9ac0a25a897759da36e0f59f0528df614885ae322403eb65c9ff39c92c2a55571a2d0ecf85c381828c5a68edf260ef7f802e5b98607aee215b42ebf4f +DIST kdirstat-trinity-14.0.8.tar.xz 225104 BLAKE2B 3518660dfa09573f52bc865d3a400da07dd69fe89e2b8c3277e9275272658393d912ccd327fc701459534387aaf12239e007842259bc73340d39ad606dbc3ef3 SHA512 aebb845657251c9ef8c99c0079eb2460270e496db71adfa65bed2511a7d9dfbd049f7b7c705566bc88daf428e4a6d8859caafb9abbf19c4bfe537d53a5a29e33 diff --git a/trinity-apps/kdirstat/kdirstat-14.0.8.ebuild b/trinity-apps/kdirstat/kdirstat-14.0.8.ebuild new file mode 100644 index 00000000..160ba982 --- /dev/null +++ b/trinity-apps/kdirstat/kdirstat-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 fr hu it ja" + +inherit trinity-base-2 + +DESCRIPTION="A graphical disk usage utility 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 |