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-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-disk-utility/3.20/gnome-disk-utility-3.20.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-disk-utility/3.20/gnome-disk-utility-3.20.2.tar.xz
Download MD5 sum: 4cae57c846d451644e796f3ea496b07f
Download size: 1.4 MB
Estimated disk space required: 41 MB
Estimated build time: 0.2 SBU
Appstream-GLib-0.6.1, gnome-settings-daemon-3.20.1, itstool-2.0.2, libdvdread-5.0.3, libpwquality-1.3.0, libsecret-0.18.5, and UDisks-2.1.7
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 2016-08-29 23:02:26 -0700