File Roller is an archive manager for GNOME with support for tar, bzip2, gzip, zip, jar, compress, lzop and many other archive formats.
This package is known to build and work properly using an LFS-7.6 systemd platform.
File Roller is only a graphical interface to archiving utilities such as tar and zip.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/file-roller/3.12/file-roller-3.12.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/file-roller/3.12/file-roller-3.12.2.tar.xz
Download MD5 sum: 408e3bfc9616f6688ac7854c512b7dfa
Download size: 1.4 MB
Estimated disk space required: 25 MB
Estimated build time: 0.3 SBU
GTK+-3.12.2 and yelp-xsl-3.12.0
JSON-GLib-1.0.2, libarchive-3.1.2, libnotify-0.7.6, and Nautilus-3.12.2
UnRar-5.1.7, UnZip-6.0, and Zip-3.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/file-roller
Install File Roller by running the following commands:
./configure --prefix=/usr \ --disable-packagekit \ --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install && chmod -v 755 /usr/libexec/file-roller/isoinfo.sh
--disable-packagekit
: This
switch disables use of PackageKit which isn't suitable for BLFS.
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-08-25 18:22:00 -0700