glfs/kde/kf5-apps/ark5.xml
Bruce Dubbs f806bbf299 Update most of kde-gear
There are still a few packages that need testing and the book updated.
The kf6 adn plasma packages referenced in LXQt are incorrect and need
to be changed to reference kf5 packages for now.

Note that there is a new package, plasma-activities, that is needed in
the kde-gear section, but needed to be taken from the plasma6 set of
packages.

kio-extras is no longer needed for the packages in the book.
2024-03-06 00:34:58 -06:00

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 "f249f98d0e7a0b87f6c3dc3fc48618d4">
<!ENTITY ark-size "2.9 MB">
<!ENTITY ark-buildsize "34 MB">
<!ENTITY ark-time "0.3 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="kf5-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 &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev .. &amp;&amp;
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>