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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B197F158083 for ; Sat, 31 Aug 2024 21:35:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 830E5E2ABC; Sat, 31 Aug 2024 21:35:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67627E2ABC for ; Sat, 31 Aug 2024 21:35:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73EAF3430E8 for ; Sat, 31 Aug 2024 21:35:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0AD01F30 for ; Sat, 31 Aug 2024 21:35:49 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725113365.a3a1b8ce0dee320f50a0a33d1e1635ea98a9a5d9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/qview/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/qview/qview-5.0.ebuild media-gfx/qview/qview-6.1-r1.ebuild media-gfx/qview/qview-6.1.ebuild X-VCS-Directories: media-gfx/qview/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a3a1b8ce0dee320f50a0a33d1e1635ea98a9a5d9 X-VCS-Branch: master Date: Sat, 31 Aug 2024 21:35:49 +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: 0dca99ad-740d-46a3-ad65-0a1a6dfd6229 X-Archives-Hash: c91de29c9850ac1379ae6555618dc103 commit: a3a1b8ce0dee320f50a0a33d1e1635ea98a9a5d9 Author: Takuya Wakazono gmail com> AuthorDate: Sat Aug 31 14:09:25 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Aug 31 14:09:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3a1b8ce media-gfx/qview: add X USE flag - add X USE flag - fix license - fix prefix Closes: https://bugs.gentoo.org/932724 Signed-off-by: Takuya Wakazono gmail.com> media-gfx/qview/qview-5.0.ebuild | 9 +++++---- media-gfx/qview/{qview-6.1.ebuild => qview-6.1-r1.ebuild} | 15 ++++++++++----- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/media-gfx/qview/qview-5.0.ebuild b/media-gfx/qview/qview-5.0.ebuild index d23dbb5f6..efaa87c58 100644 --- a/media-gfx/qview/qview-5.0.ebuild +++ b/media-gfx/qview/qview-5.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit flag-o-matic qmake-utils toolchain-funcs virtualx xdg @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/jurplel/qView https://interversehq.com/qview/" SRC_URI="https://github.com/jurplel/qView/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/qView-${PV}" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" @@ -35,7 +35,8 @@ BDEPEND=" src_configure() { # https://github.com/jurplel/qView/issues/395 - if tc-is-clang && has_version "sys-devel/clang:$(clang-major-version)[default-libcxx]" || is-flagq -stdlib=libc++; then + if tc-is-clang && has_version "sys-devel/clang:$(clang-major-version)[default-libcxx]" || is-flagq -stdlib=libc++ + then append-cxxflags -stdlib=libstdc++ append-ldflags -stdlib=libstdc++ fi diff --git a/media-gfx/qview/qview-6.1.ebuild b/media-gfx/qview/qview-6.1-r1.ebuild similarity index 70% rename from media-gfx/qview/qview-6.1.ebuild rename to media-gfx/qview/qview-6.1-r1.ebuild index 64445115d..d656e5c38 100644 --- a/media-gfx/qview/qview-6.1.ebuild +++ b/media-gfx/qview/qview-6.1-r1.ebuild @@ -10,23 +10,28 @@ HOMEPAGE="https://github.com/jurplel/qView https://interversehq.com/qview/" SRC_URI="https://github.com/jurplel/qView/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/qView-${PV}" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" +IUSE="X" RDEPEND=" - dev-qt/qtbase[concurrent,gui,network,widgets] + dev-qt/qtbase:6[concurrent,gui,network,widgets] + X? ( x11-libs/libX11 ) " -DEPEND="${RDEPEND} -" +DEPEND="${RDEPEND}" BDEPEND=" dev-qt/qttools[linguist] " src_configure() { - eqmake6 PREFIX=/usr qView.pro + local myqmakeargs=( + PREFIX="${EPREFIX}"/usr + $(usex X '' CONFIG+=NO_X11) + ) + eqmake6 "${myqmakeargs[@]}" } src_install() {