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-9.1 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.32/file-roller-3.32.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/file-roller/3.32/file-roller-3.32.4.tar.xz
Download MD5 sum: 21982b8d298cb2994a99494399dcb2d5
Download size: 836 KB
Estimated disk space required: 25 MB
Estimated build time: 0.1 SBU (Using parallelism=4)
GTK+-3.24.13 and itstool-2.0.6
cpio-2.13, desktop-file-utils-0.24, JSON-GLib-1.4.4, libarchive-3.4.2, libnotify-0.7.8, and Nautilus-3.34.2
UnRar-5.9.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:
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
          
            If you installed the package to your system using a “DESTDIR”
            method, /usr/share/glib-2.0/schemas/gschemas.compiled
            was not updated/created. Create (or update) the file using the
            following command as the root
            user:
          
glib-compile-schemas /usr/share/glib-2.0/schemas
          
            This package installs icon files into the /usr/share/icons/hicolor hierarchy and desktop
            files into the /usr/share/applications hierarchy. You can
            improve system performance and memory usage by updating
            /usr/share/icons/hicolor/index.theme and
            /usr/share/applications/mimeinfo.cache. To
            perform the update you must have GTK+-2.24.32 or
            GTK+-3.24.13 installed (for the icon cache)
            and desktop-file-utils-0.24 (for
            the desktop cache) and issue the following commands as the
            root user:
          
gtk-update-icon-cache -qtf /usr/share/icons/hicolor && update-desktop-database -q
          -Dpackagekit=false: This
          switch disables the use of PackageKit which isn't suitable for
          BLFS.
        
Last updated on 2020-02-27 13:05:33 -0800