diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-21 23:33:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-22 02:13:34 +0200 |
commit | 02d6de0ca0b2f86c3ba669382df5589df8944e8d (patch) | |
tree | b8a9ef45bd35e49000b45e3854ac3b99168e25ec /trinity-apps | |
parent | 15fce1cc2bf0f7d1466d74df9e16c894e09597e9 (diff) | |
download | tde-packaging-gentoo-02d6de0ca0b2f86c3ba669382df5589df8944e8d.tar.gz tde-packaging-gentoo-02d6de0ca0b2f86c3ba669382df5589df8944e8d.zip |
trinity-apps/kshowmail: Add missing metadata.xml, Copyright
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-apps')
-rw-r--r-- | trinity-apps/kshowmail/kshowmail-9999.ebuild | 7 | ||||
-rw-r--r-- | trinity-apps/kshowmail/metadata.xml | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/trinity-apps/kshowmail/kshowmail-9999.ebuild b/trinity-apps/kshowmail/kshowmail-9999.ebuild index 52dc49f8..55a2de04 100644 --- a/trinity-apps/kshowmail/kshowmail-9999.ebuild +++ b/trinity-apps/kshowmail/kshowmail-9999.ebuild @@ -1,29 +1,30 @@ +# 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 hu it ru sv" - inherit trinity-base-2 DESCRIPTION="Show mails on a POP3 server " HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" need-trinity +LICENSE="|| ( GPL-2 GPL-3 )" SLOT="${TRINITY_VER}" DEPEND+=" ~trinity-base/mimelib-${PV}" RDEPEND+=" ${DEPEND}" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DBUILD_TRANSLATIONS=ON ) diff --git a/trinity-apps/kshowmail/metadata.xml b/trinity-apps/kshowmail/metadata.xml new file mode 100644 index 00000000..7a38bb90 --- /dev/null +++ b/trinity-apps/kshowmail/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> |