source: postlfs/editors/kate.xml@ 39eac921

ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since 39eac921 was f806bbf2, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Update most of kde-gear

There are still a few packages that need testing and the book updated.
The kf6 adn plasma packages referenced in LXQt are incorrect and need
to be changed to reference kf5 packages for now.

Note that there is a new package, plasma-activities, that is needed in
the kde-gear section, but needed to be taken from the plasma6 set of
packages.

kio-extras is no longer needed for the packages in the book.

  • Property mode set to 100644
File size: 4.5 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 <!ENTITY kate-download-http "&kf5apps-download-http;/kate-&kf5apps-version;.tar.xz">
7 <!ENTITY kate-download-ftp " ">
8 <!ENTITY kate-md5sum "d368f1cb7acc4cb1f9f3eadb6fbd37ac">
9 <!ENTITY kate-size "8.0 MB">
10 <!ENTITY kate-buildsize "252 MB">
11 <!ENTITY kate-time "1.0 SBU (using parallelism=4)">
12]>
13
14<sect1 id="kate" xreflabel="Kate-&kf5apps-version;">
15 <?dbhtml filename="kate.html"?>
16
17
18 <title>Kate-&kf5apps-version;</title>
19
20 <indexterm zone="kate">
21 <primary sortas="a-Kate">Kate</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to Kate</title>
26
27 <para>
28 The <application>Kate</application> package contains an advanced
29 KF6 based graphical text editor.
30 </para>
31
32 &lfs121_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&kate-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&kate-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &kate-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &kate-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &kate-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &kate-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Kate Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="kf5-frameworks"/>
73 </para>
74<!--
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <ulink url="https://libgit2.github.com/">libgit2</ulink>
78 </para>
79-->
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Kate</title>
84
85 <para>
86 Install <application>Kate</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>mkdir build &amp;&amp;
91cd build &amp;&amp;
92
93cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
94 -DCMAKE_BUILD_TYPE=Release \
95 -DBUILD_TESTING=OFF \
96 -Wno-dev .. &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>
121 kate and kwrite
122 </seg>
123 <seg>
124 Several plugins under $KF6_PREFIX/lib/plugins
125 </seg>
126 <seg>
127 $KF6_PREFIX/lib/plugins/ktexteditor,
128 $KF6_PREFIX/lib/plugins/plasma/dataengine,
129 $KF6_PREFIX/share/doc/HTML/*/{kate,katepart,kwrite},
130 $KF6_PREFIX/share/{kateproject,katexmltools}, and
131 $KF6_PREFIX/share/plasma/plasmoids/org.kde.plasma.katesessions
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="kate-prog">
142 <term><command>kate</command></term>
143 <listitem>
144 <para>
145 is an advanced text editor for kde
146 </para>
147 <indexterm zone="kate kate-prog">
148 <primary sortas="b-kate">kate</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="kwrite">
154 <term><command>kwrite</command></term>
155 <listitem>
156 <para>
157 is a text editor for KDE, that is a light version of
158 <command>kate</command>
159 </para>
160 <indexterm zone="kate kwrite">
161 <primary sortas="b-kwrite">kwrite</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.