diff options
Diffstat (limited to 'trinity-apps/kplayer/kplayer-9999.ebuild')
-rw-r--r-- | trinity-apps/kplayer/kplayer-9999.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/trinity-apps/kplayer/kplayer-9999.ebuild b/trinity-apps/kplayer/kplayer-9999.ebuild index 8b93cbbe..745807c9 100644 --- a/trinity-apps/kplayer/kplayer-9999.ebuild +++ b/trinity-apps/kplayer/kplayer-9999.ebuild @@ -1,8 +1,8 @@ +# Copyright 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" @@ -13,23 +13,21 @@ TRINITY_LANGS="be br ca cs cy da de el en_GB es et fi TRINITY_DOC_LANGS="da es it pt sv" +TRINITY_MODULE_TYPE="applications" inherit trinity-base-2 DESCRIPTION="KPlayer is a TDE media player based on mplayer." HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" -need-trinity - -SLOT="${TRINITY_VER}" +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" -DEPEND+=" media-video/mplayer" -RDEPEND+=" ${DEPEND}" +DEPEND="media-video/mplayer" +RDEPEND="${DEPEND}" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DBUILD_TRANSLATIONS=ON ) - trinity-base-2_src_configure } |