source: kde/add/kate.xml@ 62aa478

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 62aa478 was ffb5c7b, checked in by Ragnar Thomsen <rthomsen@…>, 12 years ago

Some 7.2 tags.

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

  • Property mode set to 100644
File size: 4.5 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 "c0efcf0e385dc718bc639ff00d9d999d">
10 <!ENTITY kate-size "2.1 MB">
11 <!ENTITY kate-buildsize "325 MB">
12 <!ENTITY kate-time "4.6 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 &lfs72_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 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
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;
98cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
99 -DSYSCONF_INSTALL_DIR=/etc/kde \
100 .. &amp;&amp;
101make</userinput></screen>
102
103 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108<!--
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para><option>- -xyz</option>: This option is set for ...</para>
113
114 </sect2>
115-->
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>kate, ktesnippets_editor and kwrite</seg>
126 <seg>libkateinterfaces.so, libkatepartinterfaces.so,
127 libkdeinit4_kate.so, libkdeinit4_kwrite.so,
128 libktexteditor_codesnippets_core.so and several in &kde-dir;/lib/kde4
129 </seg>
130 <seg>several in &kde-dir;/include and &kde-dir;/share</seg>
131 </seglistitem>
132 </segmentedlist>
133<!--
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="a-kate">
140 <term><command>kate</command></term>
141 <listitem>
142 <para>is a testing utility for kate-generated build trees.</para>
143 <indexterm zone="a-kate kate">
144 <primary sortas="b-kate">kdeutils</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 </variablelist>
150-->
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.