diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-21 23:21:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-22 02:13:34 +0200 |
commit | 856b8fda8194c6c5a79fd15ce39406ba6159efc9 (patch) | |
tree | fab74c7739aebc85719a549c048d68d96ec0425f /trinity-apps/kima/kima-9999.ebuild | |
parent | 775f12ecd94897ab57fda657cebb941b7595d54c (diff) | |
download | tde-packaging-gentoo-856b8fda8194c6c5a79fd15ce39406ba6159efc9.tar.gz tde-packaging-gentoo-856b8fda8194c6c5a79fd15ce39406ba6159efc9.zip |
trinity-apps/kima: Add missing metadata.xml, Copyright
local mycmakeargs
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-apps/kima/kima-9999.ebuild')
-rw-r--r-- | trinity-apps/kima/kima-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/trinity-apps/kima/kima-9999.ebuild b/trinity-apps/kima/kima-9999.ebuild index 6f8329e7..ced28929 100644 --- a/trinity-apps/kima/kima-9999.ebuild +++ b/trinity-apps/kima/kima-9999.ebuild @@ -1,22 +1,23 @@ +# 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 es et hu id nl sv tr" - inherit trinity-base-2 DESCRIPTION="A Kicker monitoring applet" HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" need-trinity +LICENSE="|| ( GPL-2 GPL-3 )" SLOT="${TRINITY_VER}" # NVControl support needs the nvidia-settings package, @@ -24,10 +25,10 @@ SLOT="${TRINITY_VER}" # is interest, it could be imported to the overlay maybe. src_configure() { - mycmakeargs=( + local mycmakeargs=( -DBUILD_TRANSLATIONS=ON -DWITH_NVCONTROL=OFF ) trinity-base-2_src_configure -}
\ No newline at end of file +} |