source: kde/kf5-apps/khelpcenter.xml@ 506e6e7

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 506e6e7 was 506e6e7, checked in by Xi Ruoyao <xry111@…>, 11 months ago

kde: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

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