source: kde/kf5-apps/khelpcenter.xml@ 8558044

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 8558044 was 8558044, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

  • Property mode set to 100644
File size: 4.7 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 khelpcenter-download-http "&kf5apps-download-http;/khelpcenter-&kf5apps-version;.tar.xz">
8 <!ENTITY khelpcenter-download-ftp " ">
9 <!ENTITY khelpcenter-md5sum "0225b861015c6b75c00248f32562678a">
10 <!ENTITY khelpcenter-size "4.1 MB">
11 <!ENTITY khelpcenter-buildsize "26 MB">
12 <!ENTITY khelpcenter-time "0.1 SBU (using parallelism=4)">
13]>
14
15<sect1 id="khelpcenter" xreflabel="khelpcenter-&kf5apps-version;">
16 <?dbhtml filename="khelpcenter.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Khelpcenter-&kf5apps-version;</title>
23
24 <indexterm zone="khelpcenter">
25 <primary sortas="a-khelpcenter">khelpcenter</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Khelpcenter</title>
30
31 <para>
32 <application>Khelpcenter</application> is an application
33 to show KDE Applications' documentation.
34 </para>
35
36 &lfs110a_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&khelpcenter-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&khelpcenter-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &khelpcenter-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &khelpcenter-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &khelpcenter-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &khelpcenter-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Khelpcenter Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="grantlee"/>,
77 <xref linkend="kf5-frameworks"/>,
78 <xref linkend="libxml2"/>, and
79 <xref linkend="xapian"/>
80 </para>
81
82 <note>
83 <para>
84 Khelpcenter does not provide the plugin to display the manual pages.
85 It is found in kio-extras, another <ulink
86 url="&kf5apps-download-http;">KDE application</ulink>.
87 Depending on what is installed on your system, other dependencies
88 may be needed to build it.
89 </para>
90 </note>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/khelpcenter"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Khelpcenter</title>
99
100 <para>
101 Install <application>khelpcenter</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>mkdir build &amp;&amp;
106cd build &amp;&amp;
107
108cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
109 -DCMAKE_BUILD_TYPE=Release \
110 -DBUILD_TESTING=OFF \
111 -Wno-dev .. &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install &amp;&amp;
123
124mv -v $KF5_PREFIX/share/kde4/services/khelpcenter.desktop /usr/share/applications/ &amp;&amp;
125rm -rv $KF5_PREFIX/share/kde4</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Program</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 khelpcenter
140 </seg>
141 <seg>
142 libkdeinit5_khelpcenter.so
143 </seg>
144 <seg>
145 $KF5_PREFIX/share/khelpcenter,
146 $KF5_PREFIX/share/kxmlgui5/khelpcenter, and
147 $KF5_PREFIX/share/doc/HTML/*/{khelpcenter,fundamentals,onlinehelp}
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="khelpcenter-prog">
158 <term><command>khelpcenter</command></term>
159 <listitem>
160 <para>
161 is the help viewer for KDE applications
162 </para>
163 <indexterm zone="khelpcenter khelpcenter-prog">
164 <primary sortas="b-khelpcenter">khelpcenter</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.