mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
211 lines
6.0 KiB
XML
211 lines
6.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY file-roller-download-http
|
|
"&gnome-download-http;/file-roller/&gnome-43;/file-roller-&file-roller-version;.tar.xz">
|
|
<!ENTITY file-roller-download-ftp
|
|
"&gnome-download-ftp;/file-roller/&gnome-43;/file-roller-&file-roller-version;.tar.xz">
|
|
<!ENTITY file-roller-md5sum "fd743c77f1af1934a9eac7e7b1688219">
|
|
<!ENTITY file-roller-size "876 KB">
|
|
<!ENTITY file-roller-buildsize "24 MB">
|
|
<!ENTITY file-roller-time "0.1 SBU (Using parallelism=4)">
|
|
]>
|
|
|
|
<sect1 id="file-roller" xreflabel="File-Roller-&file-roller-version;">
|
|
<?dbhtml filename="file-roller.html"?>
|
|
|
|
|
|
<title>File-Roller-&file-roller-version;</title>
|
|
|
|
<indexterm zone="file-roller">
|
|
<primary sortas="a-File-Roller">File-Roller</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to File Roller</title>
|
|
|
|
<para>
|
|
<application>File Roller</application> is an archive manager for
|
|
<application>GNOME</application> with support for tar, bzip2, gzip, zip,
|
|
jar, compress, lzop, zstd, dmg, and many other archive formats.
|
|
</para>
|
|
|
|
&lfs120_checked;
|
|
|
|
<note>
|
|
<para>
|
|
<application>File Roller</application> is only a graphical
|
|
interface to archiving utilities such as <application>tar</application>
|
|
and <application>zip</application>.
|
|
</para>
|
|
</note>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&file-roller-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&file-roller-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &file-roller-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &file-roller-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &file-roller-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &file-roller-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">File Roller Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gtk3"/> and
|
|
<xref linkend="itstool"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="cpio"/>,
|
|
<xref linkend="desktop-file-utils"/>,
|
|
<xref linkend="json-glib"/>,
|
|
<xref linkend="libarchive"/>,
|
|
<xref linkend="libhandy1"/>,
|
|
<xref linkend="libportal"/>, and
|
|
<xref linkend="nautilus"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional (for the API documentation)</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gi-docgen"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
|
|
<para role="optional">
|
|
<xref role="runtime" linkend="unrar"/>,
|
|
<xref role="runtime" linkend="unzip"/>, and
|
|
<xref role="runtime" linkend="zip"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of File Roller</title>
|
|
|
|
<para>
|
|
Install <application>File Roller</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson setup --prefix=/usr \
|
|
--buildtype=release \
|
|
-Dpackagekit=false \
|
|
.. &&
|
|
ninja</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>ninja install &&
|
|
chmod -v 0755 /usr/libexec/file-roller/isoinfo.sh</userinput></screen>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gsettings-destdir.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/update-icons-and-desktop.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/meson-buildtype-release.xml"/>
|
|
|
|
<para>
|
|
<parameter>-Dpackagekit=false</parameter>: This switch disables the use
|
|
of PackageKit which isn't suitable for BLFS.
|
|
</para>
|
|
|
|
<para>
|
|
<option>-Dapi_docs=enabled</option>: Use this switch if you have
|
|
<xref linkend="gi-docgen"/> installed and wish to
|
|
generate the API documentation.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
file-roller
|
|
</seg>
|
|
<seg>
|
|
libnautilus-fileroller.so
|
|
</seg>
|
|
<seg>
|
|
/usr/{libexec,share{,/help/*}}/file-roller
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="file-roller-prog">
|
|
<term><command>file-roller</command></term>
|
|
<listitem>
|
|
<para>
|
|
is an archive manager for <application>GNOME</application>
|
|
</para>
|
|
<indexterm zone="file-roller file-roller-prog">
|
|
<primary sortas="b-file-roller">file-roller</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|