From: Andreas Sturmlechner Date: Tue, 21 May 2019 13:00:28 +0000 (+0200) Subject: media-gfx/hugin: Fix QA warnings, using xdg.eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5a53c0332f0aff736a371c3716dc1987e8f6f195;p=gentoo.git media-gfx/hugin: Fix QA warnings, using xdg.eclass Closes: https://bugs.gentoo.org/646730 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- diff --git a/media-gfx/hugin/hugin-2019.0.0.ebuild b/media-gfx/hugin/hugin-2019.0.0.ebuild index 89e66a9dc80a..65ee4e79249f 100644 --- a/media-gfx/hugin/hugin-2019.0.0.ebuild +++ b/media-gfx/hugin/hugin-2019.0.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 WX_GTK_VER="3.0" PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -inherit python-single-r1 wxwidgets cmake-utils eapi7-ver +inherit python-single-r1 wxwidgets cmake-utils eapi7-ver xdg DESCRIPTION="GUI for the creation & processing of panoramic images" HOMEPAGE="http://hugin.sf.net" diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild index 0783740a35d3..5ec24c68ade6 100644 --- a/media-gfx/hugin/hugin-9999.ebuild +++ b/media-gfx/hugin/hugin-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 WX_GTK_VER="3.0" PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -inherit mercurial python-single-r1 wxwidgets cmake-utils eapi7-ver +inherit mercurial python-single-r1 wxwidgets cmake-utils eapi7-ver xdg DESCRIPTION="GUI for the creation & processing of panoramic images" HOMEPAGE="http://hugin.sf.net" @@ -64,6 +64,10 @@ pkg_setup() { setup-wxwidgets } +src_prepare() { + cmake-utils_src_prepare +} + src_configure() { local mycmakeargs=( -DBUILD_HSI=$(usex python)