source: kde/kf5-apps/ark5.xml

trunk
Last change on this file was be4bba9d, checked in by Bruce Dubbs <bdubbs@…>, 11 days ago

Update to kde-gear-24.02.2

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[d0a06208]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[be4bba9d]7 <!ENTITY ark-download-http "&kf6apps-download-http;/ark-&kf6apps-version;.tar.xz">
[f806bbf2]8 <!ENTITY ark-download-ftp " ">
[be4bba9d]9 <!ENTITY ark-md5sum "9c3fa345bf105dcd408bab7b0e549bd6">
[f806bbf2]10 <!ENTITY ark-size "2.9 MB">
[b1add97c]11 <!ENTITY ark-buildsize "37 MB">
[be4bba9d]12 <!ENTITY ark-time "0.5 SBU (using parallelism=4)">
[d0a06208]13]>
14
[be4bba9d]15<sect1 id="ark" xreflabel="Ark-&kf6apps-version;">
[f806bbf2]16 <?dbhtml filename="ark.html"?>
[d0a06208]17
18
[be4bba9d]19 <title>Ark-&kf6apps-version;</title>
[d0a06208]20
[f806bbf2]21 <indexterm zone="ark">
[d0a06208]22 <primary sortas="a-Ark">Ark</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Ark</title>
27
28 <para>
[f806bbf2]29 The <application>Ark</application> package is a KF6 archive tool.
[5e96852]30 It is a graphical front end to tar and similar tools.
[d0a06208]31 </para>
32
[f67c5c8]33 &lfs121_checked;
[d0a06208]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
[f806bbf2]39 Download (HTTP): <ulink url="&ark-download-http;"/>
[d0a06208]40 </para>
41 </listitem>
42 <listitem>
43 <para>
[f806bbf2]44 Download (FTP): <ulink url="&ark-download-ftp;"/>
[d0a06208]45 </para>
46 </listitem>
47 <listitem>
48 <para>
[f806bbf2]49 Download MD5 sum: &ark-md5sum;
[d0a06208]50 </para>
51 </listitem>
52 <listitem>
53 <para>
[f806bbf2]54 Download size: &ark-size;
[d0a06208]55 </para>
56 </listitem>
57 <listitem>
58 <para>
[f806bbf2]59 Estimated disk space required: &ark-buildsize;
[d0a06208]60 </para>
61 </listitem>
62 <listitem>
63 <para>
[f806bbf2]64 Estimated build time: &ark-time;
[d0a06208]65 </para>
66 </listitem>
67 </itemizedlist>
[5a3fde8]68
[d0a06208]69 <bridgehead renderas="sect3">Ark Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
[5bfcd23e]73 <xref linkend="kf6-frameworks"/> and
[d0a06208]74 <xref linkend="libarchive"/>
75 </para>
76
[45a7bed]77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <!-- See README.packagers in the source tree -->
80 <xref linkend="cpio"/>,
81 <xref linkend="p7zip"/>,
82 <xref linkend="unrar"/>,
83 <xref linkend="unzip"/>, and
84 <xref linkend="zip"/>
85 </para>
86
[d0a06208]87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Ark</title>
[5a3fde8]91
[d0a06208]92 <para>
93 Install <application>Ark</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
[f806bbf2]100cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
[d0a06208]101 -DCMAKE_BUILD_TYPE=Release \
102 -DBUILD_TESTING=OFF \
103 -Wno-dev .. &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
[45a7bed]128 ark
[d0a06208]129 </seg>
130 <seg>
[45a7bed]131 libkerfuffle.so
[d0a06208]132 </seg>
133 <seg>
[f806bbf2]134 $KF6_PREFIX/lib/plugins/kerfuffle and
135 $KF6_PREFIX/share/doc/HTML/*/ark
[d0a06208]136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
[f806bbf2]145 <varlistentry id="ark-prog">
[d0a06208]146 <term><command>ark</command></term>
147 <listitem>
148 <para>
[f806bbf2]149 is a KF6-based Archive Manager
[d0a06208]150 </para>
[f806bbf2]151 <indexterm zone="ark ark-prog">
[d0a06208]152 <primary sortas="b-ark">ark</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.