The GNOME Logs package contains a log viewer for the systemd journal.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-logs/45/gnome-logs-45.0.tar.xz
Download MD5 sum: 5b9396cf24528ae72eb4c48934f60df2
Download size: 624 KB
Estimated disk space required: 8.8 MB
Estimated build time: 0.1 SBU
GTK-4.14.5, gsettings-desktop-schemas-46.1, itstool-2.0.7, and libadwaita-1.5.3
appstream-glib-0.8.3, desktop-file-utils-0.27 (for the test suite), and docbook-xml-4.5, docbook-xsl-nons-1.79.2, libxslt-1.1.42 (to build manual pages), and dogtail
Install GNOME Logs by running the following commands:
mkdir build && cd build && meson setup --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.