source: postlfs/editors/kate5.xml@ da54a62

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

Tags for kde and some deps

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