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.0 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.4/file-roller-3.4.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/file-roller/3.4/file-roller-3.4.2.tar.xz
Download MD5 sum: 1264798f38a87b4104734715f113fc0f
Download size: 1.5 MB
Estimated disk space required: 39 MB
Estimated build time: 0.8 SBU
gnome-doc-utils-0.20.10 and Gtk+-3.4.3
Nautilus-3.4.2 and Rarian-0.8.1
Unrar-4.1.1, 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 \
--libexecdir=/usr/lib \
--enable-magic \
--disable-packagekit \
--disable-static &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--enable-magic: Enables use libmagic to
detect file type.
--disable-packagekit: This parameter
disables use of PackageKit which isn't suitable for BLFS.
--disable-scrollkeeper: Use this
parameter if you have installed Rarian but wish to disable the updates to the
Scrollkeeper database.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2012-05-16 16:39:28 +0000