source: archive/add/ark.xml@ 5156197

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 5156197 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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