The GNOME Disk Utility package provides applications used for dealing with storage devices.
This package is known to build and work properly using an LFS-11.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-disk-utility/41/gnome-disk-utility-41.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-disk-utility/41/gnome-disk-utility-41.0.tar.xz
Download MD5 sum: d05f1e5f65ff65314e9bcc2e4b238c98
Download size: 1.3 MB
Estimated disk space required: 33 MB
Estimated build time: 0.1 SBU
gnome-settings-daemon-41.0, itstool-2.0.7, libdvdread-6.1.2, libhandy-1.4.0, libpwquality-1.4.4, libsecret-0.20.5, and UDisks-2.9.4
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-disk-utility
First, fix building with newer versions of meson:
sed -i '/merge_file/{n;d}' data/meson.build
Install GNOME Disk Utility by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
Last updated on