From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72A5B138334 for ; Tue, 21 May 2019 13:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66AA0E0874; Tue, 21 May 2019 13:00:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47BE5E0874 for ; Tue, 21 May 2019 13:00:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55AAA344D1A for ; Tue, 21 May 2019 13:00:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB058326 for ; Tue, 21 May 2019 13:00:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1558443628.5a53c0332f0aff736a371c3716dc1987e8f6f195.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/hugin/hugin-2019.0.0.ebuild media-gfx/hugin/hugin-9999.ebuild X-VCS-Directories: media-gfx/hugin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5a53c0332f0aff736a371c3716dc1987e8f6f195 X-VCS-Branch: master Date: Tue, 21 May 2019 13:00:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5643b417-c9b7-46d2-ad74-838cd34a077a X-Archives-Hash: d2d68d6e7e0cdfed1551966cdbf8efd2 commit: 5a53c0332f0aff736a371c3716dc1987e8f6f195 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 21 13:00:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 21 13:00:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a53c033 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 gentoo.org> media-gfx/hugin/hugin-2019.0.0.ebuild | 2 +- media-gfx/hugin/hugin-9999.ebuild | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/media-gfx/hugin/hugin-2019.0.0.ebuild b/media-gfx/hugin/hugin-2019.0.0.ebuild index 89e66a9dc80..65ee4e79249 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 0783740a35d..5ec24c68ade 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)