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.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-disk-utility/3.12/gnome-disk-utility-3.12.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-disk-utility/3.12/gnome-disk-utility-3.12.1.tar.xz
Download MD5 sum: 93bba15aad7bd64f762f6914db2eba16
Download size: 1.4 MB
Estimated disk space required: 39 MB
Estimated build time: 0.2 SBU
gnome-settings-daemon-3.12.2, libdvdread-5.0.0, libpwquality-1.2.4, libsecret-0.18, and UDisks-2.1.3
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 2014-08-25 18:22:00 -0700