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