The GNOME Logs package contains a log viewer for the systemd journal.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-logs/43/gnome-logs-43.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-logs/43/gnome-logs-43.0.tar.xz
Download MD5 sum: fbeada138a28d7ba13a4a95d585ee4c0
Download size: 576 KB
Estimated disk space required: 8 MB
Estimated build time: 0.1 SBU
GTK-4.8.3, gsettings-desktop-schemas-43.0, itstool-2.0.7, and libadwaita-1.2.2
desktop-file-utils-0.26 (for the test suite), and docbook-xml-4.5, docbook-xsl-nons-1.79.2, libxslt-1.1.37 (to build manual pages), appstream-glib, and dogtail
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-logs
Install GNOME Logs by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.