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.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-disk-utility/3.24/gnome-disk-utility-3.24.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-disk-utility/3.24/gnome-disk-utility-3.24.1.tar.xz
Download MD5 sum: 42c24b84d657c8828023740131bcd36e
Download size: 1.9 MB
Estimated disk space required: 37 MB
Estimated build time: 0.2 SBU
gnome-settings-daemon-3.24.3, itstool-2.0.2, libdvdread-5.0.3, libpwquality-1.4.0, libsecret-0.18.5, and UDisks-2.7.2
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 \ --sysconfdir=/etc && 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-08-30 18:21:03 -0700