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 A091D158042 for ; Fri, 18 Oct 2024 19:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA061E0841; Fri, 18 Oct 2024 19:52:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C3520E0841 for ; Fri, 18 Oct 2024 19:52:19 +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 8DA803430AE for ; Fri, 18 Oct 2024 19:52:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED03DEA0 for ; Fri, 18 Oct 2024 19:52:16 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1729280771.609be33f6442cc210549eceba74e91e48fa804b8.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/seer/Manifest dev-util/seer/seer-2.4.ebuild X-VCS-Directories: dev-util/seer/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 609be33f6442cc210549eceba74e91e48fa804b8 X-VCS-Branch: master Date: Fri, 18 Oct 2024 19:52:16 +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: a8bde617-0973-49b3-8e32-8c25294fa5ab X-Archives-Hash: e7220094939ea8294c2383ce59487ce7 commit: 609be33f6442cc210549eceba74e91e48fa804b8 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 18 19:45:47 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 18 19:46:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609be33f dev-util/seer: add 2.4 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/seer/Manifest | 1 + dev-util/seer/seer-2.4.ebuild | 55 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/dev-util/seer/Manifest b/dev-util/seer/Manifest index 68ae4f2b5012..b3c0d829197b 100644 --- a/dev-util/seer/Manifest +++ b/dev-util/seer/Manifest @@ -1,2 +1,3 @@ DIST seer-1.17.tar.gz 410347 BLAKE2B 6ac10aecc862a669cf9c0a2f25104604bddb3791d48cf8653483edb14a913f8214e7a316f335e115e0df80703610c97d395f6b896406cc19814701f234e319cf SHA512 93a0b148685dcd52eb567c1d58848e65c43208af9505b3bc02202c1be02ed7f94af500a1b5fdb295f0d3cd13dd88e3d6d9a524396c9c37c74435532d3dfbec2d DIST seer-2.3.tar.gz 434273 BLAKE2B 31b32a36b4f15bedc791eb450f440865b6e443a30cd53c0c90e12e086c329d4dcac1d6cf2e7ee293b6d156bed55e4b3a31633755e5f3f07080b1c4cdd9da2c1a SHA512 155e3772cad3aef32f96a0f8dbff93450f4f38cb85deb9ceb31068f430beb192a371a0dd49baba8acbdf753228ca952b5c41fbefc23b711b0b36630d40c92b8f +DIST seer-2.4.tar.gz 659705 BLAKE2B e88a3de2efd07df0964289596c8266e269f1e0c03ac21fc4847a87a7d844daf153ec48dd37dfa6dcf5e2ae6dcdef80a22c51902e5b5f15e0843521d5471f6576 SHA512 a461b771e7057b7ab67ab8fab7c3e1e9086e99baabda7c435c9d0760a37789c57f0474e5e8d8a8d035db8e1291597ddd7e3a57bc6094ca8f609c75bf576499b0 diff --git a/dev-util/seer/seer-2.4.ebuild b/dev-util/seer/seer-2.4.ebuild new file mode 100644 index 000000000000..9415e7984c49 --- /dev/null +++ b/dev-util/seer/seer-2.4.ebuild @@ -0,0 +1,55 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake desktop xdg + +DESCRIPTION="A GUI frontend to gdb" +HOMEPAGE="https://github.com/epasveer/seer" +if [[ ${PV} == 9999 ]] ; then + EGIT_REPO_URI="https://github.com/epasveer/seer" + inherit git-r3 +else + SRC_URI="https://github.com/epasveer/seer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + + KEYWORDS="~amd64" +fi + +S="${WORKDIR}"/${P}/src + +# Upstream keep 'debian/copyright' up to date +# https://github.com/epasveer/seer/issues/86 +LICENSE="GPL-3+ CC-BY-3.0 CC-BY-4.0 MIT" +SLOT="0" + +DEPEND=" + dev-qt/qtbase:6[gui,widgets] + dev-qt/qtcharts:6 + dev-qt/qtsvg:6 +" +RDEPEND=" + ${DEPEND} + dev-debug/gdb +" + +src_configure() { + local mycmakeargs=( + # Upstream don't really support Qt 5 for >= 2.0: + # https://github.com/epasveer/seer/wiki/Building-Seer---Qt5. + -DQTVERSION=QT6 + ) + + cmake_src_configure +} + +src_install() { + cmake_src_install + + domenu resources/seergdb.desktop + + local size + for size in 32 64 128 256 512 ; do + newicon -s ${size} resources/seergdb_${size}x${size}.png seergdb.png + done +}