source: archive/add/kate.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.0 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 kate-download-http "&kde-download-http;&kde-old-version;/src/kate-&kde-old-version;.tar.xz">
8 <!ENTITY kate-download-ftp " ">
9 <!ENTITY kate-md5sum "bf7e13e6454de354ff6b4f1905179311">
10 <!ENTITY kate-size "1.4 MB">
11 <!ENTITY kate-buildsize "36 MB">
12 <!ENTITY kate-time "3.0 SBU">
13]>
14
15<sect1 id="kate" xreflabel="kate-&kde-old-version;">
16 <?dbhtml filename="kate.html"?>
17
18
19 <title>Kate-&kde-old-version;</title>
20
21 <indexterm zone="kate">
22 <primary sortas="a-kate">kate</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Kate</title>
27
28 <para>This package provides two text editors: Kate and KWrite. Kate is a
29 powerful programmer's text editor with syntax highlighting for many
30 programming and scripting languages. KWrite is the lightweight cousin of
31 Kate.</para>
32
33 &lfs79_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&kate-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&kate-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &kate-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &kate-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &kate-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &kate-time;</para>
54 </listitem>
55 </itemizedlist>
56
57<!--
58 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
59 <itemizedlist spacing='compact'>
60 <listitem>
61 <para>Required patch: <ulink
62 url="&patch-root;/kate-&kdeutils-version;-fixes-1.patch"/></para>
63 </listitem>
64 </itemizedlist>
65-->
66 <bridgehead renderas="sect3">Kate Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required">
70 <xref linkend="kdelibs"/>
71 </para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="kactivities"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="qjson"/> and
81 <ulink url="&kde-download-http;&kde-old-version;/src/">PyKDE4</ulink>
82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/kate"/>
86 </para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Kate</title>
92
93 <para>Install <application>Kate</application> by running
94 the following commands:</para>
95
96<screen><userinput>mkdir build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
100 -DCMAKE_BUILD_TYPE=Release \
101 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
102 -DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE \
103 -Wno-dev .. &amp;&amp;
104make</userinput></screen>
105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <para><option>-DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE</option>: This option is
116 set to install the KDE Python objects in the correct place.</para>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>kate and kwrite</seg>
130 <seg>libkateinterfaces.so, libkatepartinterfaces.so,
131 libkdeinit4_kate.so, libkdeinit4_kwrite.so and several in
132 &kde-dir;/lib/kde4</seg>
133 <seg>&kde-dir;/include/kate and several in &kde-dir;/share</seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="kate-prog">
143 <term><command>kate</command></term>
144 <listitem>
145 <para>is the KDE text editor.</para>
146 <indexterm zone="kate kate-prog">
147 <primary sortas="b-kate">kate</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="kwrite">
153 <term><command>kwrite</command></term>
154 <listitem>
155 <para>
156 is a text editor for KDE, that is a light version of
157 <command>kate</command>.
158 </para>
159 <indexterm zone="kate kwrite">
160 <primary sortas="b-kwrite">kwrite</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.