source: kde/add/ark.xml@ f3429309

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f3429309 was b22a51fa, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to KDE Fraeworks-5.15.
Update to KDE Applications 15.08.2.
Update to KDE Short Descriptions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16568 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 "&kde-download-http;applications/&ark-version;/src/ark-&ark-version;.tar.xz">
8 <!ENTITY ark-download-ftp " ">
9 <!ENTITY ark-md5sum "e262d982aa4ce30da47a416d76c0c96e">
10 <!ENTITY ark-size "236 KB">
11 <!ENTITY ark-buildsize "10.5 MB">
12 <!ENTITY ark-time "0.4 SBU">
13]>
14
15<sect1 id="ark" xreflabel="ark-&ark-version;">
16 <?dbhtml filename="ark.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Ark-&ark-version;</title>
24
25 <indexterm zone="ark">
26 <primary sortas="a-ark">ark</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Ark</title>
31
32 <para>This package provides an archiving utility for KDE.</para>
33
34 &lfs78_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&ark-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&ark-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &ark-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &ark-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &ark-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &ark-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Ark Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required">
62 <xref linkend="kde-baseapps"/> and
63 <xref linkend="libarchive"/>
64 </para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional">
68 <xref linkend="qjson"/>
69 </para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/ark"/>
73 </para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of Ark</title>
79
80 <para>Install <application>Ark</application> by running
81 the following commands:</para>
82
83<screen><userinput>mkdir build &amp;&amp;
84cd build &amp;&amp;
85
86cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
87 -DCMAKE_BUILD_TYPE=Release \
88 -Wno-dev .. &amp;&amp;
89make</userinput></screen>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Program</segtitle>
102 <segtitle>Installed Libraries</segtitle>
103 <segtitle>Installed Directories</segtitle>
104
105 <seglistitem>
106 <seg>ark</seg>
107 <seg>libkerfuffle.so and several in &kde-dir;/lib/kde4</seg>
108 <seg>several in &kde-dir;/share</seg>
109 </seglistitem>
110 </segmentedlist>
111
112 <variablelist>
113 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
114 <?dbfo list-presentation="list"?>
115 <?dbhtml list-presentation="table"?>
116
117 <varlistentry id="ark-prog">
118 <term><command>ark</command></term>
119 <listitem>
120 <para>is the KDE archiving utility.</para>
121 <indexterm zone="ark ark-prog">
122 <primary sortas="b-ark">ark</primary>
123 </indexterm>
124 </listitem>
125 </varlistentry>
126
127 </variablelist>
128
129 </sect2>
130
131</sect1>
Note: See TracBrowser for help on using the repository browser.