XArchiver is a GTK+ archive manager with support for tar, xz, bzip2, gzip, zip, 7z, rar, lzo and many other archive formats.
This package is known to build and work properly using an LFS-9.1 platform.
          xarchiver is only a command line or graphical interface to archiving utilities such as tar and zip.
Download (HTTP): https://downloads.sourceforge.net/xarchiver/xarchiver-0.5.4.tar.bz2
Download MD5 sum: 1b4cd37a6af03afc957a8e307417e8d0
Download size: 980 KB
Estimated disk space required: 16 MB
Estimated build time: 0.1 SBU
cpio-2.13, LZO-2.10, p7zip-16.02, UnRar-5.9.1, UnZip-6.0, and Zip-3.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xarchiver
Install xarchiver by running the following commands:
patch -Np1 -i ../xarchiver-0.5.4-fixes-1.patch &&
./autogen.sh --prefix=/usr               \
             --libexecdir=/usr/lib/xfce4 \
             --docdir=/usr/share/doc/xarchiver-0.5.4 &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make DOCDIR=/usr/share/doc/xarchiver-0.5.4 install
          
            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
          --libexecdir=/usr/lib/xfce4: This
          switch fixes the location for the thunar-archive-plugin, so it will
          work if Thunar-1.8.12 is installed.
        
          --disable-gtk3: This switch allows
          building against GTK+2.
        
Last updated on 2020-02-20 06:05:58 -0800