source: kde/add/kate.xml@ 00dc654

7.6-blfs 7.6-systemd kde5-14686 systemd-13485
Last change on this file since 00dc654 was 00dc654, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated kde to latest. Manually added gnome-menu fixes from trunk to kdelib page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14323 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 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-version;/src/kate-&kde-version;.tar.xz">
8 <!ENTITY kate-download-ftp " ">
9 <!ENTITY kate-md5sum "f64b74c6cd0b4ce8b35bd6cec8456100">
10 <!ENTITY kate-size "2.6 MB">
11 <!ENTITY kate-buildsize "108.6 MB">
12 <!ENTITY kate-time "4.1 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 &lfs76_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 <bridgehead renderas="sect3">Kate Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="kdelibs"/>
65 </para>
66
67 <bridgehead renderas="sect4">Recommended</bridgehead>
68 <para role="recommended">
69 <xref linkend="kactivities"/>
70 </para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="qjson"/> and
75 <ulink url="&kde-download-http;&kde-version;/src/">PyKDE4</ulink>
76 </para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/kate"/>
80 </para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Kate</title>
86
87 <para>Install <application>Kate</application> by running
88 the following commands:</para>
89
90<screen><userinput>mkdir build &amp;&amp;
91cd build &amp;&amp;
92
93cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
94 -DCMAKE_BUILD_TYPE=Release \
95 -DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE \
96 -Wno-dev .. &amp;&amp;
97make</userinput></screen>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para><option>-DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE</option>: This option is
109 set to install the KDE Python objects in the correct place.</para>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>kate and kwrite</seg>
123 <seg>libkateinterfaces.so, libkatepartinterfaces.so,
124 libkdeinit4_kate.so, libkdeinit4_kwrite.so and several in
125 &kde-dir;/lib/kde4</seg>
126 <seg>&kde-dir;/include/kate and several in &kde-dir;/share</seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="kate-prog">
136 <term><command>kate</command></term>
137 <listitem>
138 <para>is the KDE text editor.</para>
139 <indexterm zone="kate kate-prog">
140 <primary sortas="b-kate">kate</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 </variablelist>
146
147 </sect2>
148
149</sect1>
Note: See TracBrowser for help on using the repository browser.