source: kde/kf5-apps/ark5.xml@ ab4fdfc

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ab4fdfc was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 4 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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
7 <!ENTITY ark5-download-http "&kf5apps-download-http;/ark-&kf5apps-version;.tar.xz">
8 <!ENTITY ark5-download-ftp " ">
9 <!ENTITY ark5-md5sum "5b00c05275bb1e7d4ae2fb7768bc55d0">
10 <!ENTITY ark5-size "2.9 MB">
11 <!ENTITY ark5-buildsize "33 MB">
12 <!ENTITY ark5-time "0.3 SBU (using parallelism=4)">
13]>
14
15<sect1 id="ark5" xreflabel="Ark-&kf5apps-version;">
16 <?dbhtml filename="ark5.html"?>
17
18
19 <title>Ark-&kf5apps-version;</title>
20
21 <indexterm zone="ark5">
22 <primary sortas="a-Ark">Ark</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Ark</title>
27
28 <para>
29 The <application>Ark</application> package is a KF5 archive tool.
30 It is a graphical front end to tar and similar tools.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&ark5-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&ark5-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &ark5-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &ark5-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &ark5-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &ark5-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68<!--
69 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
70 <itemizedlist spacing="compact">
71 <listitem>
72 <para>
73 Required patch:
74 <ulink url="&patch-root;/ark-&kf5apps-version;-upstream_fix-1.patch"/>
75 </para>
76 </listitem>
77 </itemizedlist>
78-->
79
80 <bridgehead renderas="sect3">Ark Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="kf5-frameworks"/> and
85 <xref linkend="libarchive"/>
86 </para>
87
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <!-- See README.packagers in the source tree -->
92 <xref linkend="cpio"/>,
93 <xref linkend="p7zip"/>,
94 <xref linkend="unrar"/>,
95 <xref linkend="unzip"/>, and
96 <xref linkend="zip"/>
97 </para>
98
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Ark</title>
103<!--
104 <para>First, fix a problem identified upstream:</para>
105
106<screen><userinput>patch -Np1 -i ../ark-&kf5apps-version;-upstream_fix-1.patch</userinput></screen>
107-->
108 <para>
109 Install <application>Ark</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
116cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
117 -DCMAKE_BUILD_TYPE=Release \
118 -DBUILD_TESTING=OFF \
119 -Wno-dev .. &amp;&amp;
120make</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 ark
145 </seg>
146 <seg>
147 libkerfuffle.so
148 </seg>
149 <seg>
150 $KF5_PREFIX/lib/plugins/kerfuffle,
151 $KF5_PREFIX/share/doc/HTML/*/ark, and
152 $KF5_PREFIX/share/kxmlgui5/ark
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="ark5-prog">
163 <term><command>ark</command></term>
164 <listitem>
165 <para>
166 is a KF5-based Archive Manager
167 </para>
168 <indexterm zone="ark5 ark5-prog">
169 <primary sortas="b-ark">ark</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174<!--
175 <varlistentry id="arkprofile5">
176 <term><command>arkprofile</command></term>
177 <listitem>
178 <para>
179 is a command-line tool to change the current tab's profile
180 options.
181 </para>
182 <indexterm zone="ark5 arkprofile5">
183 <primary sortas="b-arkprofile">arkprofile</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187-->
188
189 </variablelist>
190
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.