diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-21 22:59:39 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-22 02:13:34 +0200 |
commit | 3aa67733bf9568b0f54c5055e6fcb0235eeb0c95 (patch) | |
tree | c2aa88dbddcbc69c3e2228be728361931d7fc335 /trinity-apps/dolphin/dolphin-9999.ebuild | |
parent | 5960d0373787d817715b367eee7adb6b31de8ac9 (diff) | |
download | tde-packaging-gentoo-3aa67733bf9568b0f54c5055e6fcb0235eeb0c95.tar.gz tde-packaging-gentoo-3aa67733bf9568b0f54c5055e6fcb0235eeb0c95.zip |
trinity-apps/dolphin: 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/dolphin/dolphin-9999.ebuild')
-rw-r--r-- | trinity-apps/dolphin/dolphin-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/trinity-apps/dolphin/dolphin-9999.ebuild b/trinity-apps/dolphin/dolphin-9999.ebuild index 58e82345..57614a33 100644 --- a/trinity-apps/dolphin/dolphin-9999.ebuild +++ b/trinity-apps/dolphin/dolphin-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 el es et fr he it nl pl ru sk" - inherit trinity-base-2 DESCRIPTION="File manager 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 +} |