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-8.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.22/file-roller-3.22.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/file-roller/3.22/file-roller-3.22.2.tar.xz
Download MD5 sum: 73a8d82c424e208892c99c1463f4d9b6
Download size: 1.4 MB
Estimated disk space required: 35 MB
Estimated build time: 0.3 SBU
cpio-2.12, desktop-file-utils-0.23, JSON-GLib-1.2.2, libarchive-3.2.2, libnotify-0.7.7, and Nautilus-3.22.2
UnRar-5.4.5, 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 0755 /usr/libexec/file-roller/isoinfo.sh
          --disable-packagekit: This
          switch disables the 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 2017-02-21 11:59:18 -0800