From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 26BBB1584AD for ; Fri, 09 May 2025 13:16:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D8C43343015 for ; Fri, 09 May 2025 13:16:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3AD641103C0; Fri, 09 May 2025 13:16:51 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 33A531103C0 for ; Fri, 09 May 2025 13:16:51 +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 DD14A343059 for ; Fri, 09 May 2025 13:16:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F5462667 for ; Fri, 09 May 2025 13:16: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: <1746763828.44ed7ffbef772acb7cc95b5eb3713d7d7216668a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/hardinfo2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/hardinfo2/Manifest app-admin/hardinfo2/hardinfo2-2.2.13.ebuild X-VCS-Directories: app-admin/hardinfo2/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 44ed7ffbef772acb7cc95b5eb3713d7d7216668a X-VCS-Branch: master Date: Fri, 09 May 2025 13:16: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: e516b61a-0029-4265-8049-37e35490416f X-Archives-Hash: e511ba568cf0d35035510f053d39e8ff commit: 44ed7ffbef772acb7cc95b5eb3713d7d7216668a Author: Quincy Fleming protonmail com> AuthorDate: Fri May 9 04:10:28 2025 +0000 Commit: David Roman gmail com> CommitDate: Fri May 9 04:10:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44ed7ffb app-admin/hardinfo2: add 2.2.13 Signed-off-by: Quincy Fleming protonmail.com> app-admin/hardinfo2/Manifest | 1 + app-admin/hardinfo2/hardinfo2-2.2.13.ebuild | 75 +++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) diff --git a/app-admin/hardinfo2/Manifest b/app-admin/hardinfo2/Manifest index 651206b3f..fed29280b 100644 --- a/app-admin/hardinfo2/Manifest +++ b/app-admin/hardinfo2/Manifest @@ -1 +1,2 @@ DIST hardinfo2-2.2.10.tar.gz 7801596 BLAKE2B b6cb690e7a9ce4b305cc1d2b3277df469c57ef03b9999cc9571caa453c8b11f5c83813cb05b204cf2d20b870aa6194790e889afed1d62d67aa59046e7a4b232c SHA512 77605357c6eca77cfd130270dde0bf8399aa55e75a24bd49c35a88d6816df131578b1c55978f871527238a6a279a4c8df38490bb53fdb2ca8e7b8449d5d027ff +DIST hardinfo2-2.2.13.tar.gz 8170931 BLAKE2B 13f0e8d2aaf288e07a92ad5fdaf914ed98ae5a0d08848043e16355c58e9ec349eda0e4b3b348da5d7b20eabf763f50440e8403b0c82815eeba16dbb031d73845 SHA512 96af023cadcb8c7f1dedd8fa2e7f24ce4bb77cfd8de6a62753c9fecc56ce445f38a9933a0f1b872b6ba266371a13fa87a399c3b2b34bcfe929aa81de84ff394d diff --git a/app-admin/hardinfo2/hardinfo2-2.2.13.ebuild b/app-admin/hardinfo2/hardinfo2-2.2.13.ebuild new file mode 100644 index 000000000..5e5ee6226 --- /dev/null +++ b/app-admin/hardinfo2/hardinfo2-2.2.13.ebuild @@ -0,0 +1,75 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake flag-o-matic xdg-utils + +DESCRIPTION="System Information and Benchmark for Linux Systems" +HOMEPAGE="https://hardinfo2.org" +SRC_URI="https://github.com/hardinfo2/hardinfo2/archive/refs/tags/release-${PV}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/${PN}-release-${PV}" + +LICENSE="GPL-2+ GPL-3+ LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="X fwupd wayland vulkan" +REQUIRED_USE="wayland? ( vulkan ) X? ( vulkan )" + +DEPEND=" + x11-libs/gtk+:3[wayland?] + >=dev-libs/glib-2.24 + sys-libs/zlib + dev-libs/json-glib + net-libs/libsoup:3.0 + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/libX11 + x11-libs/pango + vulkan? ( + dev-util/glslang + media-libs/shaderc + wayland? ( gui-libs/libdecor ) + ) +" +RDEPEND=" + ${DEPEND} + dev-util/vulkan-tools + net-misc/iperf:3 + sys-apps/dmidecode + sys-apps/lm-sensors + sys-fs/lsscsi + sys-fs/udisks:2 + x11-apps/mesa-progs + x11-apps/xrandr + x11-misc/xdg-utils + app-benchmarks/sysbench + fwupd? ( sys-apps/fwupd ) +" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + sed -i -e 's:-O0 ::' CMakeLists.txt || die + cmake_src_prepare +} + +src_configure() { + filter-flags -O* + + local mycmakeargs=( + -DHARDINFO2_QT5=0 + -DHARDINFO2_VK=$(usex vulkan 1 0) + -DHARDINFO2_VK_WAYLAND=$(usex wayland) + -DHARDINFO2_VK_X11=$(usex X) + ) + cmake_src_configure +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}