Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system/fastfetch: Updated for version 2.29.0. #8672

Closed
wants to merge 1 commit into from

Conversation

sbo-bot[bot]
Copy link

@sbo-bot sbo-bot bot commented Nov 8, 2024

No description provided.

@sbo-bot sbo-bot bot added the submission-form Changes submitted via the website submission form label Nov 8, 2024
Copy link
Author

sbo-bot bot commented Nov 8, 2024

@sbo-bot: build system/fastfetch

Copy link

github-actions bot commented Nov 8, 2024

reverse dependencies - system/fastfetch

None

Copy link

github-actions bot commented Nov 8, 2024

✅ sbolint - system/fastfetch ✅

sbolint: fastfetch checks out OK

Copy link
Author

sbo-bot bot commented Nov 8, 2024

buildpkg i586 system/fastfetch

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Fri Nov  8 18:00:17 GMT 2024
revision: 8702e57f78172729698080922a27681777477bc8
title:    Merge 7447e85c0e211a4568c005df4d0835082923220c into 3e6f0582a860188912565acd98f8fc6cbd979b23

================================================================================
system/fastfetch                                                        21:55:34
================================================================================

Calculating dependencies ... none.

Building system/fastfetch (update for version 2.29.0) ----------------- 21:55:34
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running fastfetch.SlackBuild ...                                    ETA 21:56:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./fastfetch.SlackBuild
Built ok:  fastfetch-2.29.0-i586-1_SBo.txz                              21:55:58
Testing package fastfetch-2.29.0-i586-1_SBo.txz ... done.
Test installing fastfetch-2.29.0-i586-1_SBo.txz ...
fastfetch-2.29.0-i586-1_SBo: Like neofetch, but faster ................. [ 3.3M]
Unmounting chroot ... done.
Backed up: fastfetch-2.26.1-i586-2_SBo.txz
✅ system/fastfetch Updated for version 2.29.0 ✅

================================================================================
SUMMARY                                                                 21:55:59
================================================================================

Logfile:     /var/log/repo/SBo/repo_2024-11-08_21:55:33.log
Runtime:     0h 0m 26s
Updated:     1
  system/fastfetch/fastfetch-2.29.0-i586-1_SBo.txz

Snipped Build Log

[ 59%] Building C object CMakeFiles/libfastfetch.dir/src/util/kmod.c.o
[ 60%] Building C object CMakeFiles/libfastfetch.dir/src/util/path.c.o
[ 60%] Building C object CMakeFiles/libfastfetch.dir/src/util/platform/FFPlatform.c.o
[ 61%] Building C object CMakeFiles/libfastfetch.dir/src/util/smbiosHelper.c.o
[ 61%] Building C object CMakeFiles/libfastfetch.dir/src/common/dbus.c.o
[ 61%] Building C object CMakeFiles/libfastfetch.dir/src/common/io/io_unix.c.o
[ 62%] Building C object CMakeFiles/libfastfetch.dir/src/common/netif/netif_linux.c.o
[ 62%] Building C object CMakeFiles/libfastfetch.dir/src/common/networking_linux.c.o
[ 62%] Building C object CMakeFiles/libfastfetch.dir/src/detection/battery/battery_linux.c.o
[ 63%] Building C object CMakeFiles/libfastfetch.dir/src/common/processing_linux.c.o
[ 64%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bios/bios_linux.c.o
[ 64%] Building C object CMakeFiles/libfastfetch.dir/src/detection/board/board_linux.c.o
[ 65%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr_linux.c.o
[ 65%] Building C object CMakeFiles/libfastfetch.dir/src/detection/brightness/brightness_linux.c.o
[ 66%] Building C object CMakeFiles/libfastfetch.dir/src/detection/btrfs/btrfs_linux.c.o
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/util/smbiosHelper.c: In function ‘ffGetSmbiosHeaderTable’:
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/util/smbiosHelper.c:198:68: warning: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘int’} and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare]
  198 |             if (pread(fd, buffer.chars, tableLength, tableAddress) == tableLength)
      |                                                                    ^~
[ 66%] Building C object CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis_linux.c.o
[ 67%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu_linux.c.o
In file included from /tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/common/processing_linux.c:4:
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/common/time.h:45:39: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   45 |         nanosleep(&(struct timespec){ msec / 1000, (long) (msec % 1000) * 1000000 }, NULL);
      |                                       ^~~~
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/common/networking_linux.c: In function ‘ffNetworkingRecvHttpResponse’:
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/common/networking_linux.c:120:24: warning: conversion to ‘__time_t’ {aka ‘long int’} from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
  120 |         timev.tv_sec = timeout / 1000;
      |                        ^~~~~~~
[ 67%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpucache/cpucache_linux.c.o
[ 67%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage_linux.c.o
[ 68%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cursor/cursor_linux.c.o
[ 68%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bluetooth/bluetooth_linux.c.o
[ 69%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio_linux.c.o
[ 69%] Building C object CMakeFiles/libfastfetch.dir/src/detection/disk/disk_linux.c.o
[ 70%] Building C object CMakeFiles/libfastfetch.dir/src/detection/dns/dns_linux.c.o
[ 70%] Building C object CMakeFiles/libfastfetch.dir/src/detection/physicaldisk/physicaldisk_linux.c.o
[ 71%] Building C object CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory_linux.c.o
[ 71%] Building C object CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio_linux.c.o
[ 72%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/displayserver_linux.c.o
[ 72%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/drm.c.o
[ 73%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wayland.c.o
[ 73%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/global-output.c.o
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/zwlr-output.c.o
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output.c.o
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wlr-output-management-unstable-v1-protocol.c.o
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/detection/disk/disk_linux.c: In function ‘ffDetectDisksImpl’:
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/detection/disk/disk_linux.c:279:46: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
  279 |         if (__builtin_expect(options->folders.length, 0))
      |                              ~~~~~~~~~~~~~~~~^~~~~~~
[ 75%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-device-v2-protocol.c.o
[ 75%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-order-v1-protocol.c.o
[ 76%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/xdg-output-unstable-v1-protocol.c.o
[ 76%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wmde.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xcb.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xlib.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_linux.c.o
[ 78%] Building C object CMakeFiles/libfastfetch.dir/src/detection/font/font_linux.c.o
[ 79%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_pci.c.o
[ 79%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/gtk.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/host/host_linux.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/icons/icons_linux.c.o
[ 81%] Building C object CMakeFiles/libfastfetch.dir/src/detection/keyboard/keyboard_linux.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/initsystem/initsystem_linux.c.o
[ 81%] Building C object CMakeFiles/libfastfetch.dir/src/detection/libc/libc_linux.c.o
In file included from /tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/detection/displayserver/linux/xcb.c:3:
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/common/time.h:45:39: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   45 |         nanosleep(&(struct timespec){ msec / 1000, (long) (msec % 1000) * 1000000 }, NULL);
      |                                       ^~~~
[ 82%] Building C object CMakeFiles/libfastfetch.dir/src/detection/lm/lm_linux.c.o
[ 82%] Building C object CMakeFiles/libfastfetch.dir/src/detection/loadavg/loadavg_linux.c.o
[ 83%] Building C object CMakeFiles/libfastfetch.dir/src/detection/locale/locale_linux.c.o
[ 83%] Building C object CMakeFiles/libfastfetch.dir/src/detection/localip/localip_linux.c.o
[ 84%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gamepad/gamepad_linux.c.o
[ 84%] Building C object CMakeFiles/libfastfetch.dir/src/detection/media/media_linux.c.o
[ 85%] Building C object CMakeFiles/libfastfetch.dir/src/detection/memory/memory_linux.c.o
[ 85%] Building C object CMakeFiles/libfastfetch.dir/src/detection/mouse/mouse_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/netio/netio_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/os/os_linux.c.o
[ 87%] Building C object CMakeFiles/libfastfetch.dir/src/detection/packages/packages_linux.c.o
[ 87%] Building C object CMakeFiles/libfastfetch.dir/src/detection/poweradapter/poweradapter_linux.c.o
[ 88%] Building C object CMakeFiles/libfastfetch.dir/src/detection/processes/processes_linux.c.o
[ 88%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/qt.c.o
[ 89%] Building C object CMakeFiles/libfastfetch.dir/src/detection/sound/sound_linux.c.o
[ 89%] Building C object CMakeFiles/libfastfetch.dir/src/detection/swap/swap_linux.c.o
[ 90%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont_linux.c.o
[ 90%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell_linux.c.o
[ 91%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalsize/terminalsize_linux.c.o
[ 91%] Building C object CMakeFiles/libfastfetch.dir/src/detection/theme/theme_linux.c.o
[ 92%] Building C object CMakeFiles/libfastfetch.dir/src/detection/tpm/tpm_linux.c.o
[ 92%] Building C object CMakeFiles/libfastfetch.dir/src/detection/uptime/uptime_linux.c.o
[ 93%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wallpaper/wallpaper_linux.c.o
[ 93%] Building C object CMakeFiles/libfastfetch.dir/src/detection/users/users_linux.c.o
[ 93%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wifi/wifi_linux.c.o
[ 94%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wm/wm_nosupport.c.o
[ 94%] Building C object CMakeFiles/libfastfetch.dir/src/detection/de/de_linux.c.o
[ 95%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wmtheme/wmtheme_linux.c.o
[ 95%] Building C object CMakeFiles/libfastfetch.dir/src/detection/camera/camera_linux.c.o
[ 96%] Building C object CMakeFiles/libfastfetch.dir/src/detection/zpool/zpool_linux.c.o
[ 96%] Building C object CMakeFiles/libfastfetch.dir/src/util/platform/FFPlatform_unix.c.o
[ 96%] Building CXX object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_wsl.cpp.o
[ 97%] Building C object CMakeFiles/libfastfetch.dir/src/util/binary_linux.c.o
In file included from /tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/detection/uptime/uptime_linux.c:2:
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/common/time.h:45:39: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   45 |         nanosleep(&(struct timespec){ msec / 1000, (long) (msec % 1000) * 1000000 }, NULL);
      |                                       ^~~~
[ 97%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_mthreads.c.o
[ 98%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_nvidia.c.o
[ 99%] Building C object CMakeFiles/libfastfetch.dir/src/3rdparty/yyjson/yyjson.c.o
/tmp/SBo/repo.Gmyeub/build_fastfetch/fastfetch-2.29.0/src/3rdparty/yyjson/yyjson.c:4391:18: warning: ‘f64_pow10_table’ defined but not used [-Wunused-const-variable=]
 4391 | static const f64 f64_pow10_table[] = {
      |                  ^~~~~~~~~~~~~~~
[ 99%] Built target libfastfetch
[100%] Building C object CMakeFiles/flashfetch.dir/src/flashfetch.c.o
[100%] Building C object CMakeFiles/fastfetch.dir/src/fastfetch.c.o
[100%] Linking C executable flashfetch
[100%] Linking C executable fastfetch
[100%] Built target flashfetch
[100%] Built target fastfetch
-- Install configuration: "Release"
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/bin/fastfetch
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/bin/flashfetch
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/bash-completion/completions/fastfetch
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/zsh/site-functions/_fastfetch
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fish/vendor_completions.d/fastfetch.fish
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/all.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/archey.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/ci.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/10.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/11.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/12.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/13.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/14.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/15.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/16.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/17.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/18.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/19.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/2.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/20.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/21.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/22.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/23.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/24.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/3.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/4.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/5.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/6.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/7.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/8.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/9.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/neofetch.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/paleofetch.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/screenfetch.jsonc
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/licenses/fastfetch/LICENSE
-- Installing: /tmp/SBo/repo.Gmyeub/build_fastfetch/package-fastfetch/usr/share/man/man1/fastfetch.1

Slackware package maker, version 3.14159265.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.Gmyeub/output_fastfetch/fastfetch-2.29.0-i586-1_SBo.txz

./
install/
install/slack-desc
usr/
usr/bin/
usr/bin/fastfetch
usr/bin/flashfetch
usr/doc/
usr/doc/fastfetch-2.29.0/
usr/doc/fastfetch-2.29.0/CHANGELOG.md
usr/doc/fastfetch-2.29.0/LICENSE
usr/doc/fastfetch-2.29.0/README.md
usr/doc/fastfetch-2.29.0/fastfetch.SlackBuild
usr/man/
usr/man/man1/
usr/man/man1/fastfetch.1.gz
usr/share/
usr/share/bash-completion/
usr/share/bash-completion/completions/
usr/share/bash-completion/completions/fastfetch
usr/share/fastfetch/
usr/share/fastfetch/presets/
usr/share/fastfetch/presets/all.jsonc
usr/share/fastfetch/presets/archey.jsonc
usr/share/fastfetch/presets/ci.jsonc
usr/share/fastfetch/presets/examples/
usr/share/fastfetch/presets/examples/10.jsonc
usr/share/fastfetch/presets/examples/11.jsonc
usr/share/fastfetch/presets/examples/12.jsonc
usr/share/fastfetch/presets/examples/13.jsonc
usr/share/fastfetch/presets/examples/14.jsonc
usr/share/fastfetch/presets/examples/15.jsonc
usr/share/fastfetch/presets/examples/16.jsonc
usr/share/fastfetch/presets/examples/17.jsonc
usr/share/fastfetch/presets/examples/18.jsonc
usr/share/fastfetch/presets/examples/19.jsonc
usr/share/fastfetch/presets/examples/2.jsonc
usr/share/fastfetch/presets/examples/20.jsonc
usr/share/fastfetch/presets/examples/21.jsonc
usr/share/fastfetch/presets/examples/22.jsonc
usr/share/fastfetch/presets/examples/23.jsonc
usr/share/fastfetch/presets/examples/24.jsonc
usr/share/fastfetch/presets/examples/3.jsonc
usr/share/fastfetch/presets/examples/4.jsonc
usr/share/fastfetch/presets/examples/5.jsonc
usr/share/fastfetch/presets/examples/6.jsonc
usr/share/fastfetch/presets/examples/7.jsonc
usr/share/fastfetch/presets/examples/8.jsonc
usr/share/fastfetch/presets/examples/9.jsonc
usr/share/fastfetch/presets/neofetch.jsonc
usr/share/fastfetch/presets/paleofetch.jsonc
usr/share/fastfetch/presets/screenfetch.jsonc
usr/share/fish/
usr/share/fish/vendor_completions.d/
usr/share/fish/vendor_completions.d/fastfetch.fish
usr/share/zsh/
usr/share/zsh/site-functions/
usr/share/zsh/site-functions/_fastfetch

Slackware package /tmp/SBo/repo.Gmyeub/output_fastfetch/fastfetch-2.29.0-i586-1_SBo.txz created.

Built ok:  fastfetch-2.29.0-i586-1_SBo.txz                              21:55:58
Testing package fastfetch-2.29.0-i586-1_SBo.txz ... 
Test installing fastfetch-2.29.0-i586-1_SBo.txz ...
fastfetch-2.29.0-i586-1_SBo: Like neofetch, but faster ................. [ 3.3M]
Unmounting chroot ... 
Backed up: fastfetch-2.26.1-i586-2_SBo.txz
:-) system/fastfetch Updated for version 2.29.0 (-:

Copy link
Author

sbo-bot bot commented Nov 8, 2024

sbopkglint i586 system/fastfetch

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/system/fastfetch/fastfetch-2.29.0-i586-1_SBo.txz to /tmp/SBo/sbopkglint.mUAQd6 ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/system/fastfetch/fastfetch-2.29.0-i586-1_SBo.txz to /tmp/SBo/sbopkglint.mUAQd6 ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === fastfetch-2.29.0-i586-1_SBo.txz: All tests passed ✅

Copy link
Author

sbo-bot bot commented Nov 8, 2024

buildpkg x86_64 system/fastfetch

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Fri Nov  8 18:00:17 GMT 2024
revision: 8702e57f78172729698080922a27681777477bc8
title:    Merge 7447e85c0e211a4568c005df4d0835082923220c into 3e6f0582a860188912565acd98f8fc6cbd979b23

================================================================================
system/fastfetch                                                        21:56:59
================================================================================

Calculating dependencies ... none.

Building system/fastfetch (update for version 2.29.0) ----------------- 21:56:59
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running fastfetch.SlackBuild ...                                    ETA 21:57:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./fastfetch.SlackBuild
Built ok:  fastfetch-2.29.0-x86_64-1_SBo.txz                            21:57:20
Testing package fastfetch-2.29.0-x86_64-1_SBo.txz ... done.
Test installing fastfetch-2.29.0-x86_64-1_SBo.txz ...
fastfetch-2.29.0-x86_64-1_SBo: Like neofetch, but faster ............... [ 3.2M]
Unmounting chroot ... done.
Backed up: fastfetch-2.26.1-x86_64-2_SBo.txz
✅ system/fastfetch Updated for version 2.29.0 ✅

================================================================================
SUMMARY                                                                 21:57:21
================================================================================

Logfile:     /var/log/repo/SBo/repo_2024-11-08_21:56:58.log
Runtime:     0h 0m 23s
Updated:     1
  system/fastfetch/fastfetch-2.29.0-x86_64-1_SBo.txz

Snipped Build Log

[ 45%] Building C object CMakeFiles/libfastfetch.dir/src/modules/shell/shell.c.o
[ 46%] Building C object CMakeFiles/libfastfetch.dir/src/modules/sound/sound.c.o
[ 46%] Building C object CMakeFiles/libfastfetch.dir/src/modules/swap/swap.c.o
[ 47%] Building C object CMakeFiles/libfastfetch.dir/src/modules/media/media.c.o
[ 47%] Building C object CMakeFiles/libfastfetch.dir/src/modules/mouse/mouse.c.o
[ 48%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminal/terminal.c.o
[ 48%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminaltheme/terminaltheme.c.o
[ 49%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminalfont/terminalfont.c.o
[ 49%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminalsize/terminalsize.c.o
[ 49%] Building C object CMakeFiles/libfastfetch.dir/src/modules/theme/theme.c.o
[ 50%] Building C object CMakeFiles/libfastfetch.dir/src/modules/title/title.c.o
[ 50%] Building C object CMakeFiles/libfastfetch.dir/src/modules/tpm/tpm.c.o
[ 51%] Building C object CMakeFiles/libfastfetch.dir/src/modules/uptime/uptime.c.o
[ 51%] Building C object CMakeFiles/libfastfetch.dir/src/modules/users/users.c.o
[ 52%] Building C object CMakeFiles/libfastfetch.dir/src/modules/version/version.c.o
[ 52%] Building C object CMakeFiles/libfastfetch.dir/src/modules/vulkan/vulkan.c.o
[ 53%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wallpaper/wallpaper.c.o
[ 53%] Building C object CMakeFiles/libfastfetch.dir/src/modules/weather/weather.c.o
[ 54%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wifi/wifi.c.o
[ 54%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wm/wm.c.o
[ 55%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wmtheme/wmtheme.c.o
[ 55%] Building C object CMakeFiles/libfastfetch.dir/src/modules/zpool/zpool.c.o
[ 55%] Building C object CMakeFiles/libfastfetch.dir/src/options/display.c.o
[ 56%] Building C object CMakeFiles/libfastfetch.dir/src/options/modules.c.o
[ 56%] Building C object CMakeFiles/libfastfetch.dir/src/options/logo.c.o
[ 57%] Building C object CMakeFiles/libfastfetch.dir/src/options/general.c.o
[ 57%] Building C object CMakeFiles/libfastfetch.dir/src/util/edidHelper.c.o
[ 58%] Building C object CMakeFiles/libfastfetch.dir/src/util/base64.c.o
[ 58%] Building C object CMakeFiles/libfastfetch.dir/src/util/FFlist.c.o
[ 59%] Building C object CMakeFiles/libfastfetch.dir/src/util/FFstrbuf.c.o
[ 59%] Building C object CMakeFiles/libfastfetch.dir/src/util/kmod.c.o
[ 60%] Building C object CMakeFiles/libfastfetch.dir/src/util/path.c.o
[ 61%] Building C object CMakeFiles/libfastfetch.dir/src/util/platform/FFPlatform.c.o
[ 61%] Building C object CMakeFiles/libfastfetch.dir/src/common/dbus.c.o
[ 61%] Building C object CMakeFiles/libfastfetch.dir/src/util/smbiosHelper.c.o
[ 61%] Building C object CMakeFiles/libfastfetch.dir/src/common/io/io_unix.c.o
[ 62%] Building C object CMakeFiles/libfastfetch.dir/src/common/netif/netif_linux.c.o
[ 62%] Building C object CMakeFiles/libfastfetch.dir/src/common/networking_linux.c.o
[ 63%] Building C object CMakeFiles/libfastfetch.dir/src/common/processing_linux.c.o
[ 63%] Building C object CMakeFiles/libfastfetch.dir/src/detection/battery/battery_linux.c.o
[ 64%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bios/bios_linux.c.o
[ 64%] Building C object CMakeFiles/libfastfetch.dir/src/detection/board/board_linux.c.o
[ 65%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr_linux.c.o
[ 65%] Building C object CMakeFiles/libfastfetch.dir/src/detection/brightness/brightness_linux.c.o
[ 66%] Building C object CMakeFiles/libfastfetch.dir/src/detection/btrfs/btrfs_linux.c.o
[ 66%] Building C object CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis_linux.c.o
[ 67%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu_linux.c.o
[ 67%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpucache/cpucache_linux.c.o
[ 67%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage_linux.c.o
[ 68%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cursor/cursor_linux.c.o
[ 68%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bluetooth/bluetooth_linux.c.o
[ 69%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio_linux.c.o
[ 69%] Building C object CMakeFiles/libfastfetch.dir/src/detection/disk/disk_linux.c.o
[ 70%] Building C object CMakeFiles/libfastfetch.dir/src/detection/dns/dns_linux.c.o
[ 70%] Building C object CMakeFiles/libfastfetch.dir/src/detection/physicaldisk/physicaldisk_linux.c.o
[ 71%] Building C object CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory_linux.c.o
[ 71%] Building C object CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio_linux.c.o
[ 72%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/displayserver_linux.c.o
[ 72%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/drm.c.o
[ 73%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wayland.c.o
[ 73%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/global-output.c.o
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/zwlr-output.c.o
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output.c.o
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wlr-output-management-unstable-v1-protocol.c.o
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-order-v1-protocol.c.o
[ 75%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-device-v2-protocol.c.o
[ 76%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/xdg-output-unstable-v1-protocol.c.o
[ 76%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wmde.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xcb.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xlib.c.o
[ 78%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_linux.c.o
[ 78%] Building C object CMakeFiles/libfastfetch.dir/src/detection/font/font_linux.c.o
[ 79%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_pci.c.o
[ 79%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/gtk.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/host/host_linux.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/icons/icons_linux.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/initsystem/initsystem_linux.c.o
[ 81%] Building C object CMakeFiles/libfastfetch.dir/src/detection/keyboard/keyboard_linux.c.o
[ 81%] Building C object CMakeFiles/libfastfetch.dir/src/detection/libc/libc_linux.c.o
[ 81%] Building C object CMakeFiles/libfastfetch.dir/src/detection/loadavg/loadavg_linux.c.o
[ 82%] Building C object CMakeFiles/libfastfetch.dir/src/detection/lm/lm_linux.c.o
[ 82%] Building C object CMakeFiles/libfastfetch.dir/src/detection/localip/localip_linux.c.o
[ 83%] Building C object CMakeFiles/libfastfetch.dir/src/detection/locale/locale_linux.c.o
[ 84%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gamepad/gamepad_linux.c.o
[ 84%] Building C object CMakeFiles/libfastfetch.dir/src/detection/media/media_linux.c.o
[ 85%] Building C object CMakeFiles/libfastfetch.dir/src/detection/memory/memory_linux.c.o
[ 85%] Building C object CMakeFiles/libfastfetch.dir/src/detection/mouse/mouse_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/netio/netio_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/os/os_linux.c.o
[ 87%] Building C object CMakeFiles/libfastfetch.dir/src/detection/packages/packages_linux.c.o
[ 87%] Building C object CMakeFiles/libfastfetch.dir/src/detection/poweradapter/poweradapter_linux.c.o
[ 88%] Building C object CMakeFiles/libfastfetch.dir/src/detection/processes/processes_linux.c.o
[ 88%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/qt.c.o
[ 89%] Building C object CMakeFiles/libfastfetch.dir/src/detection/sound/sound_linux.c.o
[ 89%] Building C object CMakeFiles/libfastfetch.dir/src/detection/swap/swap_linux.c.o
[ 90%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont_linux.c.o
[ 90%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell_linux.c.o
[ 91%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalsize/terminalsize_linux.c.o
[ 91%] Building C object CMakeFiles/libfastfetch.dir/src/detection/theme/theme_linux.c.o
[ 92%] Building C object CMakeFiles/libfastfetch.dir/src/detection/tpm/tpm_linux.c.o
[ 92%] Building C object CMakeFiles/libfastfetch.dir/src/detection/uptime/uptime_linux.c.o
[ 92%] Building C object CMakeFiles/libfastfetch.dir/src/detection/users/users_linux.c.o
[ 93%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wallpaper/wallpaper_linux.c.o
[ 94%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wm/wm_nosupport.c.o
[ 94%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wifi/wifi_linux.c.o
[ 94%] Building C object CMakeFiles/libfastfetch.dir/src/detection/de/de_linux.c.o
[ 95%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wmtheme/wmtheme_linux.c.o
[ 95%] Building C object CMakeFiles/libfastfetch.dir/src/detection/camera/camera_linux.c.o
[ 96%] Building C object CMakeFiles/libfastfetch.dir/src/detection/zpool/zpool_linux.c.o
[ 96%] Building C object CMakeFiles/libfastfetch.dir/src/util/platform/FFPlatform_unix.c.o
[ 97%] Building C object CMakeFiles/libfastfetch.dir/src/util/binary_linux.c.o
[ 97%] Building CXX object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_wsl.cpp.o
[ 98%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_nvidia.c.o
[ 98%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_mthreads.c.o
[ 99%] Building C object CMakeFiles/libfastfetch.dir/src/3rdparty/yyjson/yyjson.c.o
[ 99%] Built target libfastfetch
[100%] Building C object CMakeFiles/flashfetch.dir/src/flashfetch.c.o
[100%] Building C object CMakeFiles/fastfetch.dir/src/fastfetch.c.o
[100%] Linking C executable flashfetch
[100%] Linking C executable fastfetch
[100%] Built target flashfetch
[100%] Built target fastfetch
-- Install configuration: "Release"
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/bin/fastfetch
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/bin/flashfetch
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/bash-completion/completions/fastfetch
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/zsh/site-functions/_fastfetch
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fish/vendor_completions.d/fastfetch.fish
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/all.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/archey.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/ci.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/10.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/11.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/12.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/13.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/14.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/15.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/16.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/17.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/18.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/19.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/2.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/20.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/21.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/22.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/23.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/24.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/3.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/4.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/5.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/6.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/7.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/8.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/9.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/neofetch.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/paleofetch.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/screenfetch.jsonc
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/licenses/fastfetch/LICENSE
-- Installing: /tmp/SBo/repo.v5EEQB/build_fastfetch/package-fastfetch/usr/share/man/man1/fastfetch.1

Slackware package maker, version 3.14159265.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.v5EEQB/output_fastfetch/fastfetch-2.29.0-x86_64-1_SBo.txz

./
install/
install/slack-desc
usr/
usr/bin/
usr/bin/fastfetch
usr/bin/flashfetch
usr/doc/
usr/doc/fastfetch-2.29.0/
usr/doc/fastfetch-2.29.0/CHANGELOG.md
usr/doc/fastfetch-2.29.0/LICENSE
usr/doc/fastfetch-2.29.0/README.md
usr/doc/fastfetch-2.29.0/fastfetch.SlackBuild
usr/man/
usr/man/man1/
usr/man/man1/fastfetch.1.gz
usr/share/
usr/share/bash-completion/
usr/share/bash-completion/completions/
usr/share/bash-completion/completions/fastfetch
usr/share/fastfetch/
usr/share/fastfetch/presets/
usr/share/fastfetch/presets/all.jsonc
usr/share/fastfetch/presets/archey.jsonc
usr/share/fastfetch/presets/ci.jsonc
usr/share/fastfetch/presets/examples/
usr/share/fastfetch/presets/examples/10.jsonc
usr/share/fastfetch/presets/examples/11.jsonc
usr/share/fastfetch/presets/examples/12.jsonc
usr/share/fastfetch/presets/examples/13.jsonc
usr/share/fastfetch/presets/examples/14.jsonc
usr/share/fastfetch/presets/examples/15.jsonc
usr/share/fastfetch/presets/examples/16.jsonc
usr/share/fastfetch/presets/examples/17.jsonc
usr/share/fastfetch/presets/examples/18.jsonc
usr/share/fastfetch/presets/examples/19.jsonc
usr/share/fastfetch/presets/examples/2.jsonc
usr/share/fastfetch/presets/examples/20.jsonc
usr/share/fastfetch/presets/examples/21.jsonc
usr/share/fastfetch/presets/examples/22.jsonc
usr/share/fastfetch/presets/examples/23.jsonc
usr/share/fastfetch/presets/examples/24.jsonc
usr/share/fastfetch/presets/examples/3.jsonc
usr/share/fastfetch/presets/examples/4.jsonc
usr/share/fastfetch/presets/examples/5.jsonc
usr/share/fastfetch/presets/examples/6.jsonc
usr/share/fastfetch/presets/examples/7.jsonc
usr/share/fastfetch/presets/examples/8.jsonc
usr/share/fastfetch/presets/examples/9.jsonc
usr/share/fastfetch/presets/neofetch.jsonc
usr/share/fastfetch/presets/paleofetch.jsonc
usr/share/fastfetch/presets/screenfetch.jsonc
usr/share/fish/
usr/share/fish/vendor_completions.d/
usr/share/fish/vendor_completions.d/fastfetch.fish
usr/share/zsh/
usr/share/zsh/site-functions/
usr/share/zsh/site-functions/_fastfetch

Slackware package /tmp/SBo/repo.v5EEQB/output_fastfetch/fastfetch-2.29.0-x86_64-1_SBo.txz created.

Built ok:  fastfetch-2.29.0-x86_64-1_SBo.txz                            21:57:20
Testing package fastfetch-2.29.0-x86_64-1_SBo.txz ... 
Test installing fastfetch-2.29.0-x86_64-1_SBo.txz ...
fastfetch-2.29.0-x86_64-1_SBo: Like neofetch, but faster ............... [ 3.2M]
Unmounting chroot ... 
Backed up: fastfetch-2.26.1-x86_64-2_SBo.txz
:-) system/fastfetch Updated for version 2.29.0 (-:

Copy link
Author

sbo-bot bot commented Nov 8, 2024

sbopkglint x86_64 system/fastfetch

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/system/fastfetch/fastfetch-2.29.0-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.MT5JIn ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/system/fastfetch/fastfetch-2.29.0-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.MT5JIn ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === fastfetch-2.29.0-x86_64-1_SBo.txz: All tests passed ✅

@willysr
Copy link
Member

willysr commented Nov 8, 2024

merged

@willysr willysr closed this Nov 8, 2024
@willysr willysr deleted the fastfetch-d83461aec37756e22bbdce64864724cf branch November 8, 2024 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
submission-form Changes submitted via the website submission form
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants