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.3 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.28/file-roller-3.28.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/file-roller/3.28/file-roller-3.28.1.tar.xz
Download MD5 sum: 2bfcb2082cb3ebb2c5208630906278c2
Download size: 1.3 MB
Estimated disk space required: 26 MB
Estimated build time: 0.1 SBU
GTK+-3.22.30 and itstool-2.0.4
cpio-2.12, desktop-file-utils-0.23, JSON-GLib-1.4.2, libarchive-3.3.2, libnotify-0.7.7, and Nautilus-3.28.1
UnRar-5.6.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:
mkdir build && cd build && meson --prefix=/usr -Dpackagekit=false .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install && chmod -v 0755 /usr/libexec/file-roller/isoinfo.sh && glib-compile-schemas /usr/share/glib-2.0/schemas
-Dpackagekit=false
: This
switch disables the use of PackageKit which isn't suitable for
BLFS.
Last updated on 2018-08-30 18:48:05 -0700