summaryrefslogtreecommitdiffstats
path: root/trinity-apps
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps')
-rw-r--r--trinity-apps/kdirstat/kdirstat-9999.ebuild11
-rw-r--r--trinity-apps/kdirstat/metadata.xml5
2 files changed, 11 insertions, 5 deletions
diff --git a/trinity-apps/kdirstat/kdirstat-9999.ebuild b/trinity-apps/kdirstat/kdirstat-9999.ebuild
index 826caba1..a5030444 100644
--- a/trinity-apps/kdirstat/kdirstat-9999.ebuild
+++ b/trinity-apps/kdirstat/kdirstat-9999.ebuild
@@ -1,28 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
# 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"
+DESCRIPTION="Graphical disk usage utility for TDE"
HOMEPAGE="https://trinitydesktop.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity
+LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}"
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON
)
trinity-base-2_src_configure
-} \ No newline at end of file
+}
diff --git a/trinity-apps/kdirstat/metadata.xml b/trinity-apps/kdirstat/metadata.xml
new file mode 100644
index 00000000..7a38bb90
--- /dev/null
+++ b/trinity-apps/kdirstat/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+</pkgmetadata>