media-gfx/hugin: Fix QA warnings, using xdg.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 21 May 2019 13:00:28 +0000 (15:00 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 21 May 2019 13:00:28 +0000 (15:00 +0200)
Closes: https://bugs.gentoo.org/646730
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-gfx/hugin/hugin-2019.0.0.ebuild
media-gfx/hugin/hugin-9999.ebuild

index 89e66a9dc80ac03af83cb5f53ecbbb9007fd0f64..65ee4e79249fb0e94a003bbd936e4e62c5a0b6a1 100644 (file)
@@ -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"
index 0783740a35d300c54e6cd7c392a3aae64cc13666..5ec24c68ade6dc3bf8885ca7168b44d01f3c3a85 100644 (file)
@@ -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)