summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-21 23:32:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-22 02:13:34 +0200
commitb134f7949c483cf2ef056bebd017abd4d0f8c3c1 (patch)
tree7758c7b3999a1151150370a4186186e021cc249c
parent7f49096a68be50560a2da127a512ed7f8e2b0156 (diff)
downloadtde-packaging-gentoo-b134f794.tar.gz
tde-packaging-gentoo-b134f794.zip
trinity-apps/kooldock: Add missing metadata.xml, Copyright
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--trinity-apps/kooldock/kooldock-9999.ebuild7
-rw-r--r--trinity-apps/kooldock/metadata.xml5
2 files changed, 9 insertions, 3 deletions
diff --git a/trinity-apps/kooldock/kooldock-9999.ebuild b/trinity-apps/kooldock/kooldock-9999.ebuild
index 332fab40..9e2fa1d2 100644
--- a/trinity-apps/kooldock/kooldock-9999.ebuild
+++ b/trinity-apps/kooldock/kooldock-9999.ebuild
@@ -1,26 +1,27 @@
+# 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="cs de es fr it nl pl sv"
-
inherit trinity-base-2
DESCRIPTION="A dock for TDE, which attemps to resemble the Mac OSX dock"
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
)
diff --git a/trinity-apps/kooldock/metadata.xml b/trinity-apps/kooldock/metadata.xml
new file mode 100644
index 00000000..7a38bb90
--- /dev/null
+++ b/trinity-apps/kooldock/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>