diff options
Diffstat (limited to 'trinity-apps/potracegui/potracegui-9999.ebuild')
-rw-r--r-- | trinity-apps/potracegui/potracegui-9999.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/trinity-apps/potracegui/potracegui-9999.ebuild b/trinity-apps/potracegui/potracegui-9999.ebuild index f1bc8a6d..c4ebd5e7 100644 --- a/trinity-apps/potracegui/potracegui-9999.ebuild +++ b/trinity-apps/potracegui/potracegui-9999.ebuild @@ -1,30 +1,28 @@ +# 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" TRINITY_LANGS="de" +TRINITY_MODULE_TYPE="applications" inherit trinity-base-2 DESCRIPTION="TDE frontend for potrace" HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" -need-trinity - -SLOT="${TRINITY_VER}" +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" -RDEPEND+=" media-gfx/potrace" +RDEPEND="media-gfx/potrace" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DBUILD_TRANSLATIONS=ON ) - trinity-base-2_src_configure -}
\ No newline at end of file +} |