mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
162 lines
4.0 KiB
XML
162 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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 ark-download-http "&kf5apps-download-http;/ark-&kf5apps-version;.tar.xz">
|
|
<!ENTITY ark-download-ftp " ">
|
|
<!ENTITY ark-md5sum "82d03f28dd694943e6c6c03643180b65">
|
|
<!ENTITY ark-size "2.9 MB">
|
|
<!ENTITY ark-buildsize "37 MB">
|
|
<!ENTITY ark-time "0.4 SBU (using parallelism=4)">
|
|
]>
|
|
|
|
<sect1 id="ark" xreflabel="Ark-&kf5apps-version;">
|
|
<?dbhtml filename="ark.html"?>
|
|
|
|
|
|
<title>Ark-&kf5apps-version;</title>
|
|
|
|
<indexterm zone="ark">
|
|
<primary sortas="a-Ark">Ark</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Ark</title>
|
|
|
|
<para>
|
|
The <application>Ark</application> package is a KF6 archive tool.
|
|
It is a graphical front end to tar and similar tools.
|
|
</para>
|
|
|
|
&lfs121_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&ark-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&ark-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &ark-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &ark-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &ark-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &ark-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Ark Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="kf6-frameworks"/> and
|
|
<xref linkend="libarchive"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<!-- See README.packagers in the source tree -->
|
|
<xref linkend="cpio"/>,
|
|
<xref linkend="p7zip"/>,
|
|
<xref linkend="unrar"/>,
|
|
<xref linkend="unzip"/>, and
|
|
<xref linkend="zip"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Ark</title>
|
|
|
|
<para>
|
|
Install <application>Ark</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DBUILD_TESTING=OFF \
|
|
-Wno-dev .. &&
|
|
make</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>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
ark
|
|
</seg>
|
|
<seg>
|
|
libkerfuffle.so
|
|
</seg>
|
|
<seg>
|
|
$KF6_PREFIX/lib/plugins/kerfuffle and
|
|
$KF6_PREFIX/share/doc/HTML/*/ark
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="ark-prog">
|
|
<term><command>ark</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a KF6-based Archive Manager
|
|
</para>
|
|
<indexterm zone="ark ark-prog">
|
|
<primary sortas="b-ark">ark</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|