source: postlfs/editors/kate5.xml@ 2402feb

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 2402feb was 2402feb, checked in by Bruce Dubbs <bdubbs@…>, 17 months ago

Update to kf5-apps-22.12.0
Includes kate, kwave, and falkon.

  • Property mode set to 100644
File size: 4.6 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 <!ENTITY kate5-download-http "&kf5apps-download-http;/kate-&kf5apps-version;.tar.xz">
7 <!ENTITY kate5-download-ftp " ">
8 <!ENTITY kate5-md5sum "b42c5c910601c1b7119d908dd8fec767">
9 <!ENTITY kate5-size "7.5 MB">
10 <!ENTITY kate5-buildsize "119 MB">
11 <!ENTITY kate5-time "1.1 SBU (using parallelism=4)">
12]>
13
14<sect1 id="kate5" xreflabel="Kate-&kf5apps-version;">
15 <?dbhtml filename="kate5.html"?>
16
17
18 <title>Kate-&kf5apps-version;</title>
19
20 <indexterm zone="kate5">
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 KF5 based graphical text editor.
30 </para>
31
32 &lfs112_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&kate5-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&kate5-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &kate5-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &kate5-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &kate5-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &kate5-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 <para condition="html" role="usernotes">
81 User Notes: <ulink url="&blfs-wiki;/kate5"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Kate</title>
87
88 <para>
89 Install <application>Kate</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>mkdir build &amp;&amp;
94cd build &amp;&amp;
95
96cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
97 -DCMAKE_BUILD_TYPE=Release \
98 -DBUILD_TESTING=OFF \
99 -Wno-dev .. &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>
124 kate and kwrite
125 </seg>
126 <seg>
127 Several plugins under $KF5_PREFIX/lib/plugins
128 </seg>
129 <seg>
130 $KF5_PREFIX/lib/plugins/ktexteditor,
131 $KF5_PREFIX/lib/plugins/plasma/dataengine,
132 $KF5_PREFIX/share/doc/HTML/*/{kate,katepart,kwrite},
133 $KF5_PREFIX/share/{kateproject,katexmltools}, and
134 $KF5_PREFIX/share/plasma/plasmoids/org.kde.plasma.katesessions
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="kate5-prog">
145 <term><command>kate</command></term>
146 <listitem>
147 <para>
148 is an advanced text editor for kde
149 </para>
150 <indexterm zone="kate5 kate5-prog">
151 <primary sortas="b-kate">kate</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="kwrite5">
157 <term><command>kwrite</command></term>
158 <listitem>
159 <para>
160 is a text editor for KDE, that is a light version of
161 <command>kate</command>
162 </para>
163 <indexterm zone="kate5 kwrite5">
164 <primary sortas="b-kwrite">kwrite</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.