source: kde/add/kate.xml@ 0d7900a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 0d7900a was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[ed4724e]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
[2a7334e8]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">
[7fe8cb75]9 <!ENTITY kate-md5sum "dfb02f35f1aaf4e9083c16e7f797bede">
[e17549e]10 <!ENTITY kate-size "2.1 MB">
[cd6d455]11 <!ENTITY kate-buildsize "75 MB">
[ed4724e]12 <!ENTITY kate-time "4.6 SBU">
13]>
14
[2a7334e8]15<sect1 id="kate" xreflabel="kate-&kde-version;">
[ed4724e]16 <?dbhtml filename="kate.html"?>
17
18 <sect1info>
[09adf3d]19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[ed4724e]21 </sect1info>
22
[2a7334e8]23 <title>Kate-&kde-version;</title>
[ed4724e]24
[c9df31a]25 <indexterm zone="kate">
[ed4724e]26 <primary sortas="a-kate">kate</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Kate</title>
31
[0d7900a]32 <para>This package provides two texteditors: Kate and KWrite. Kate is a
33 powerful programmer's text editor with syntax highlighting for many
[ed4724e]34 programming and scripting languages. KWrite is the lightweight cousin of Kate.</para>
35
[ffb5c7b]36 &lfs72_checked;
[ed4724e]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">
[c9df31a]73 <xref linkend="kdelibs"/>
[ed4724e]74 </para>
75
[cd6d455]76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="kactivities"/>
79 </para>
[0d7900a]80
[cd6d455]81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <ulink url="http://qjson.sourceforge.net/">qjson</ulink> and
84 <ulink url="&kde-download-http;&kde-version;/src/">PyKDE4</ulink>
85 </para>
[0d7900a]86
[ed4724e]87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/kate"/>
[0d7900a]89 </para>
[ed4724e]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;
[2cfb44a4]101cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
[69138677]102 -DCMAKE_BUILD_TYPE=Release \
[cd6d455]103 -DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE \
[a9186843]104 .. &amp;&amp;
[ed4724e]105make</userinput></screen>
106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
[0d7900a]112
[cd6d455]113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
[0d7900a]116 <para><option>-DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE</option>: This option is
[cd6d455]117 set to install the KDE Python objects in the correct place.</para>
118
119 </sect2>
[ed4724e]120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
[cd6d455]130 <seg>kate and kwrite</seg>
[2a7334e8]131 <seg>libkateinterfaces.so, libkatepartinterfaces.so,
[0d7900a]132 libkdeinit4_kate.so, libkdeinit4_kwrite.so and several in
[cd6d455]133 &kde-dir;/lib/kde4</seg>
134 <seg>&kde-dir;/include/kate and several in &kde-dir;/share</seg>
[ed4724e]135 </seglistitem>
136 </segmentedlist>
[69138677]137
[ed4724e]138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
[69138677]143 <varlistentry id="kate-prog">
[ed4724e]144 <term><command>kate</command></term>
145 <listitem>
[69138677]146 <para>is the KDE text editor.</para>
147 <indexterm zone="kate kate-prog">
148 <primary sortas="b-kate">kate</primary>
[ed4724e]149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
[69138677]154
[ed4724e]155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.