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-7.9 platform.
xarchiver is only a command line or graphical interface to archiving utilities such as tar and zip.
Download (HTTP): http://downloads.sourceforge.net/project/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.12, LZO-2.09, p7zip-9.38.1, UnRar-5.3.11, 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 \ --disable-gtk3 \ --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
If desktop-file-utils-0.22 and hicolor-icon-theme-0.15 are
installed, issue, as root
user:
update-desktop-database && gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor
--libexecdir=/usr/lib/xfce4
: This
switch fixes the location for the thunar-archive-plugin, so it will
work if Thunar-1.6.10 is installed.
---disable-gtk3
: This
switch chooses to build against GTK+2. Default is --enable-gtk3
. Remove it or replace
it, if you wish to build against GTK+3.
Last updated on 2016-03-04 22:15:24 -0800