From 21fbc28cd15e895f7727b3f62fb2b29783319bd7 Mon Sep 17 00:00:00 2001 From: Dusk Banks Date: Tue, 17 Dec 2024 18:05:40 -0800 Subject: [PATCH 1/2] style: sort packages Signed-of-by: Dusk Banks --- packages.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages.json b/packages.json index 4fb9c65b..8a4c05c6 100644 --- a/packages.json +++ b/packages.json @@ -24,9 +24,9 @@ "just", "kernel-tools", "libcamera", - "libcamera-tools", "libcamera-gstreamer", "libcamera-ipa", + "libcamera-tools", "libfdk-aac", "libratbag-ratbagd", "libva-utils", @@ -81,6 +81,7 @@ }, "exclude": { "all": [ + "default-fonts-cjk-sans", "fdk-aac-free", "ffmpeg-free", "google-noto-sans-cjk-vf-fonts", @@ -91,12 +92,11 @@ "libavutil-free", "libpostproc-free", "libswresample-free", - "libswscale-free", - "default-fonts-cjk-sans" + "libswscale-free" ], "silverblue": [ - "totem-video-thumbnailer", - "gnome-software-rpm-ostree" + "gnome-software-rpm-ostree", + "totem-video-thumbnailer" ], "kinoite": [ "ffmpegthumbnailer", From 1970d9655ef336039ab0f2d8219306032dd71651 Mon Sep 17 00:00:00 2001 From: Dusk Banks Date: Tue, 17 Dec 2024 20:27:37 -0800 Subject: [PATCH 2/2] feat: add package `inxi` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Describe the package [inxi] is “a full featured system information script”, designed to make technical support for Linux installations easier. inxi can comprehensively describe a system with no extra configuration, and it has been well maintained since 2008. inxi is extremely lightweight, [committed][inxi-core-mission] to running anywhere that provides its sole required dependency of Perl 5.008 or later. inxi is a good companion to other packages in main like htop, lshw, and Smartmontools, providing a friendly & reliable interface for diagnostics, even when the the system may be in a degraded state. In addition, providing inxi by default means that those outside of the Universal Blue community who end up providing support for a Universal Blue distribution will have a familiar tool to rely on. [inxi]: [inxi-core-mission]: ## Information on the package ``` $ dnf info inxi Available packages Name : inxi Epoch : 0 Version : 3.3.36 Release : 1.fc41 Architecture : noarch Download size : 579.7 KiB Installed size : 2.2 MiB Source : inxi-3.3.36-1.fc41.src.rpm Repository : fedora Summary : A full featured system information script URL : https://smxi.org/docs/inxi.htm License : GPL-3.0-or-later Description : Inxi offers a wide range of built-in options, as well as a good number of extra : features which require having the script recommends installed on the system. Vendor : Fedora Project ``` See also [Repology's information on inxi][Repology/inxi]. [Repology/inxi]: ## Image All Images ## Trailers Signed-off-by: Dusk Banks --- packages.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages.json b/packages.json index 8a4c05c6..969b3fc3 100644 --- a/packages.json +++ b/packages.json @@ -21,6 +21,7 @@ "heif-pixbuf-loader", "htop", "intel-vaapi-driver", + "inxi", "just", "kernel-tools", "libcamera",