source: kde/kf5-apps/khelpcenter.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: 4.4 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 "238fbfe5032d20882033f30f408f34ec">
10 <!ENTITY khelpcenter-size "4.1 MB">
11 <!ENTITY khelpcenter-buildsize "43 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 <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 &lfs101_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 <para condition="html" role="usernotes">
83 User Notes: <ulink url="&blfs-wiki;/khelpcenter"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Khelpcenter</title>
89
90 <para>
91 Install <application>khelpcenter</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>mkdir build &amp;&amp;
96cd build &amp;&amp;
97
98cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
99 -DCMAKE_BUILD_TYPE=Release \
100 -DBUILD_TESTING=OFF \
101 -Wno-dev .. &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install &amp;&amp;
113
114mv -v $KF5_PREFIX/share/kde4/services/khelpcenter.desktop /usr/share/applications/ &amp;&amp;
115rm -rv $KF5_PREFIX/share/kde4</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 khelpcenter
130 </seg>
131 <seg>
132 libkdeinit5_khelpcenter.so
133 </seg>
134 <seg>
135 $KF5_PREFIX/share/khelpcenter,
136 $KF5_PREFIX/share/kxmlgui5/khelpcenter, and
137 $KF5_PREFIX/share/doc/HTML/*/{khelpcenter,fundamentals,onlinehelp}
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="khelpcenter-prog">
148 <term><command>khelpcenter</command></term>
149 <listitem>
150 <para>
151 is the help viewer for KDE applications
152 </para>
153 <indexterm zone="khelpcenter khelpcenter-prog">
154 <primary sortas="b-khelpcenter">khelpcenter</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.