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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22C8015813A for ; Tue, 07 Jan 2025 22:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAE5FE07D9; Tue, 07 Jan 2025 22:34:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D19EE07D9 for ; Tue, 07 Jan 2025 22:34:23 +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 802B93412DE for ; Tue, 07 Jan 2025 22:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D32E31D29 for ; Tue, 07 Jan 2025 22:34:20 +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: <1736289238.1edd2dde73a373c2eaee047c96a37f09c69d56b2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/socnetv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/socnetv/socnetv-3.1.ebuild X-VCS-Directories: app-misc/socnetv/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1edd2dde73a373c2eaee047c96a37f09c69d56b2 X-VCS-Branch: master Date: Tue, 07 Jan 2025 22:34:20 +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: eaad5a98-84ee-4023-8cff-12ae1fe75dcd X-Archives-Hash: 24033e6649707a6ef936cfeb1e656598 commit: 1edd2dde73a373c2eaee047c96a37f09c69d56b2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 7 22:06:07 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 7 22:33:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edd2dde app-misc/socnetv: Add translations, dev-qt/qtbase:6[opengl] dep See also: https://github.com/gentoo/gentoo/pull/40019 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/socnetv/socnetv-3.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-misc/socnetv/socnetv-3.1.ebuild b/app-misc/socnetv/socnetv-3.1.ebuild index 4198a4c24436..8cfbefd25164 100644 --- a/app-misc/socnetv/socnetv-3.1.ebuild +++ b/app-misc/socnetv/socnetv-3.1.ebuild @@ -8,7 +8,6 @@ inherit qmake-utils DESCRIPTION="Qt Social Network Visualizer" HOMEPAGE="https://socnetv.org/" SRC_URI="https://github.com/socnetv/app/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/app-${PV}" LICENSE="GPL-3+" @@ -17,15 +16,17 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-qt/qt5compat:6 - dev-qt/qtbase:6[gui,network,widgets] + dev-qt/qtbase:6[gui,network,opengl,widgets] dev-qt/qtcharts:6 dev-qt/qtsvg:6 " DEPEND="${RDEPEND}" +BDEPEND="dev-qt/qttools:6[linguist]" PATCHES=( "${FILESDIR}"/${PN}-3.1-deps.patch ) src_configure() { + $(qt6_get_bindir)/lrelease socnetv.pro || die "lrelease failed" eqmake6 socnetv.pro }