summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kdirstat
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/kdirstat')
-rw-r--r--trinity-apps/kdirstat/Manifest2
-rw-r--r--trinity-apps/kdirstat/kdirstat-14.0.8.ebuild29
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