source: kde/kf5-apps/ark5.xml@ 39eac921

ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since 39eac921 was f806bbf2, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

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.

  • Property mode set to 100644
File size: 4.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 ark-download-http "&kf5apps-download-http;/ark-&kf5apps-version;.tar.xz">
8 <!ENTITY ark-download-ftp " ">
9 <!ENTITY ark-md5sum "f249f98d0e7a0b87f6c3dc3fc48618d4">
10 <!ENTITY ark-size "2.9 MB">
11 <!ENTITY ark-buildsize "34 MB">
12 <!ENTITY ark-time "0.3 SBU (using parallelism=4)">
13]>
14
15<sect1 id="ark" xreflabel="Ark-&kf5apps-version;">
16 <?dbhtml filename="ark.html"?>
17
18
19 <title>Ark-&kf5apps-version;</title>
20
21 <indexterm zone="ark">
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 KF6 archive tool.
30 It is a graphical front end to tar and similar tools.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&ark-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&ark-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &ark-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &ark-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &ark-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &ark-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Ark Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="kf5-frameworks"/> and
74 <xref linkend="libarchive"/>
75 </para>
76
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
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Ark</title>
91
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
100cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
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>
128 ark
129 </seg>
130 <seg>
131 libkerfuffle.so
132 </seg>
133 <seg>
134 $KF6_PREFIX/lib/plugins/kerfuffle and
135 $KF6_PREFIX/share/doc/HTML/*/ark
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
145 <varlistentry id="ark-prog">
146 <term><command>ark</command></term>
147 <listitem>
148 <para>
149 is a KF6-based Archive Manager
150 </para>
151 <indexterm zone="ark ark-prog">
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.