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-8.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-disk-utility/3.22/gnome-disk-utility-3.22.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-disk-utility/3.22/gnome-disk-utility-3.22.1.tar.xz
Download MD5 sum: ecb9ace36964c279f8093f5e34cf3799
Download size: 1.4 MB
Estimated disk space required: 41 MB
Estimated build time: 0.2 SBU
Appstream-GLib-0.6.8, gnome-settings-daemon-3.22.1, itstool-2.0.2, libdvdread-5.0.3, libpwquality-1.3.0, libsecret-0.18.5, and UDisks-2.1.8
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-disk-utility
Install GNOME Disk Utility by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2017-02-21 11:59:18 -0800