source: kde/add/kate.xml@ 33e5761

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 33e5761 was 33e5761, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update to kde-4.13.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13211 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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
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 "2db376237f9e9ff077ed6ff9f1af36ca">
10 <!ENTITY kate-size "2.6 MB">
11 <!ENTITY kate-buildsize "156 MB">
12 <!ENTITY kate-time "3.7 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 &lfs75_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 &amp;&amp;
100cd build &amp;&amp;
101
102cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
103 -DCMAKE_BUILD_TYPE=Release \
104 -DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE \
105 -Wno-dev .. &amp;&amp;
106make</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>
Note: See TracBrowser for help on using the repository browser.