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 E563815808E for ; Fri, 29 Apr 2022 06:04:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34B6CE07FE; Fri, 29 Apr 2022 06:04:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 18AAFE0839 for ; Fri, 29 Apr 2022 06:04:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C186341B39 for ; Fri, 29 Apr 2022 06:04:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A492A43B for ; Fri, 29 Apr 2022 06:04:06 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1651212213.90639e9f90528ffab930e19eda56a7fbd69de763.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/fastfetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/fastfetch/fastfetch-9999.ebuild app-misc/fastfetch/metadata.xml X-VCS-Directories: app-misc/fastfetch/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 90639e9f90528ffab930e19eda56a7fbd69de763 X-VCS-Branch: dev Date: Fri, 29 Apr 2022 06:04:06 +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: da7c1c54-82ef-4018-8a08-f08f1d1abb73 X-Archives-Hash: 8753d2858077e69d05805f1f359fa1e5 commit: 90639e9f90528ffab930e19eda56a7fbd69de763 Author: Viorel Munteanu gmail com> AuthorDate: Fri Apr 29 06:03:33 2022 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Fri Apr 29 06:03:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90639e9f app-misc/fastfetch: Add USE chafa for upcoming release Signed-off-by: Viorel Munteanu gmail.com> app-misc/fastfetch/fastfetch-9999.ebuild | 5 ++++- app-misc/fastfetch/metadata.xml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app-misc/fastfetch/fastfetch-9999.ebuild b/app-misc/fastfetch/fastfetch-9999.ebuild index e7a1378dd..2b3681930 100644 --- a/app-misc/fastfetch/fastfetch-9999.ebuild +++ b/app-misc/fastfetch/fastfetch-9999.ebuild @@ -16,12 +16,13 @@ fi LICENSE="MIT" SLOT="0" -IUSE="X gnome imagemagick pci vulkan wayland xcb xfce xrandr" +IUSE="X chafa gnome imagemagick pci vulkan wayland xcb xfce xrandr" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically RDEPEND=" sys-libs/zlib X? ( x11-libs/libX11 ) + chafa? ( media-gfx/chafa ) gnome? ( dev-libs/glib gnome-base/dconf @@ -42,6 +43,7 @@ REQUIRED_USE="xrandr? ( X )" src_configure() { local mycmakeargs=( -DENABLE_RPM=no + -DENABLE_LIBPCI=$(usex pci) -DENABLE_VULKAN=$(usex vulkan) -DENABLE_WAYLAND=$(usex wayland) -DENABLE_XCB_RANDR=$(usex xcb) @@ -54,6 +56,7 @@ src_configure() { -DENABLE_IMAGEMAGICK7=$(use imagemagick && has_version '>=media-gfx/imagemagick-7.0.0' && echo yes || echo no) -DENABLE_IMAGEMAGICK6=$(use imagemagick && has_version 'LinusDierheimer/fastfetch + Enables text/graphics renderer with media-gfx/chafa Enables reading GPU via sys-apps/pciutils Enables reading GPU via media-libs/vulkan-loader Enables support for XFCE config