source: kde/kf5-apps/dolphin.xml@ 7dbb77e5

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 7dbb77e5 was 6ad5e7b8, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Add dolphin and dolphin-plugins to KDE applications.

  • Property mode set to 100644
File size: 3.9 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 dolphin-download-http "&kf6apps-download-http;/dolphin-&kf6apps-version;.tar.xz">
8 <!ENTITY dolphin-download-ftp " ">
9 <!ENTITY dolphin-md5sum "a276cff140a6616a071e840be27a1bfc">
10 <!ENTITY dolphin-size "5.3 MB">
11 <!ENTITY dolphin-buildsize "74 MB">
12 <!ENTITY dolphin-time "0.7 SBU (using parallelism=4)">
13]>
14
15<sect1 id="dolphin" xreflabel="dolphin-&kf6apps-version;">
16 <?dbhtml filename="dolphin.html"?>
17
18 <title>dolphin-&kf6apps-version;</title>
19
20 <indexterm zone="dolphin">
21 <primary sortas="a-dolphin">dolphin</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to dolphin</title>
26
27 <para>
28 The <application>dolphin</application> package is a KF6 file manager.
29 </para>
30
31 &lfs121_checked;
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>
37 Download (HTTP): <ulink url="&dolphin-download-http;"/>
38 </para>
39 </listitem>
40 <listitem>
41 <para>
42 Download (FTP): <ulink url="&dolphin-download-ftp;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download MD5 sum: &dolphin-md5sum;
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download size: &dolphin-size;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Estimated disk space required: &dolphin-buildsize;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated build time: &dolphin-time;
63 </para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">dolphin Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required">
71 <xref linkend="kf6-frameworks"/>
72 </para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of dolphin</title>
78
79 <para>
80 Install <application>dolphin</application> by running the following
81 commands:
82 </para>
83
84<screen><userinput>mkdir build &amp;&amp;
85cd build &amp;&amp;
86
87cmake -D CMAKE_INSTALL_PREFIX=$KF6_PREFIX \
88 -D CMAKE_BUILD_TYPE=Release \
89 -D BUILD_TESTING=OFF \
90 -W no-dev .. &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 This package does not come with a test suite.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Programs</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>
115 dolphin
116 </seg>
117 <seg>
118 libdolphinvcs.so and
119 libdolphinprivate.so
120 </seg>
121 <seg>
122 $KF6_PREFIX/include/Dolphin,
123 $KF6_PREFIX/lib/cmake/DolphinVcs,
124 $KF6_PREFIX/lib/plugins/dolphin, and
125 $KF6_PREFIX/share/doc/HTML/*/dolphin
126 </seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="dolphin-prog">
136 <term><command>dolphin</command></term>
137 <listitem>
138 <para>
139 is a KF6-based file manager
140 </para>
141 <indexterm zone="dolphin dolphin-prog">
142 <primary sortas="b-dolphin">dolphin</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.