source: kde/add/kate.xml@ ac38e9dc

systemd-13485
Last change on this file since ac38e9dc was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

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

  • Property mode set to 100644
File size: 4.4 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
[ac38e9dc]7 <!ENTITY kate-download-http "&kde-download-http;&kde-old-version;/src/kate-&kde-old-version;.tar.xz">
[16c6ac3]8 <!ENTITY kate-download-ftp " ">
[2909a6d]9 <!ENTITY kate-md5sum "14da162cc650075cfb364fd39e64924d">
[266a547]10 <!ENTITY kate-size "2.6 MB">
[ac38e9dc]11 <!ENTITY kate-buildsize "108 MB">
12 <!ENTITY kate-time "2.9 SBU">
[ed4724e]13]>
14
[ac38e9dc]15<sect1 id="kate" xreflabel="Kate-&kde-old-version;">
[ed4724e]16 <?dbhtml filename="kate.html"?>
17
18 <sect1info>
[09adf3d]19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[ed4724e]21 </sect1info>
22
[ac38e9dc]23 <title>Kate-&kde-old-version;</title>
[ed4724e]24
[c9df31a]25 <indexterm zone="kate">
[a939ab2a]26 <primary sortas="a-Kate">Kate</primary>
[ed4724e]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
[ac38e9dc]36 &lfs77_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 <bridgehead renderas="sect3">Kate Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
[c9df31a]64 <xref linkend="kdelibs"/>
[ed4724e]65 </para>
66
[cd6d455]67 <bridgehead renderas="sect4">Recommended</bridgehead>
68 <para role="recommended">
69 <xref linkend="kactivities"/>
70 </para>
[0d7900a]71
[cd6d455]72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
[f837bd2]74 <xref linkend="qjson"/> and
[ac38e9dc]75 <ulink url="&kde-download-http;&kde-old-version;/src/">PyKDE4</ulink>
[cd6d455]76 </para>
[0d7900a]77
[ed4724e]78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/kate"/>
[0d7900a]80 </para>
[ed4724e]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;
[18c9ee54]91cd build &amp;&amp;
92
[2cfb44a4]93cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
[18c9ee54]94 -DCMAKE_BUILD_TYPE=Release \
[cd6d455]95 -DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE \
[43bb741]96 -Wno-dev .. &amp;&amp;
[ed4724e]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>
[0d7900a]104
[cd6d455]105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
[0d7900a]108 <para><option>-DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE</option>: This option is
[cd6d455]109 set to install the KDE Python objects in the correct place.</para>
110
111 </sect2>
[ed4724e]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>
[cd6d455]122 <seg>kate and kwrite</seg>
[2a7334e8]123 <seg>libkateinterfaces.so, libkatepartinterfaces.so,
[0d7900a]124 libkdeinit4_kate.so, libkdeinit4_kwrite.so and several in
[cd6d455]125 &kde-dir;/lib/kde4</seg>
126 <seg>&kde-dir;/include/kate and several in &kde-dir;/share</seg>
[ed4724e]127 </seglistitem>
128 </segmentedlist>
[69138677]129
[ed4724e]130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
[69138677]135 <varlistentry id="kate-prog">
[ed4724e]136 <term><command>kate</command></term>
137 <listitem>
[69138677]138 <para>is the KDE text editor.</para>
139 <indexterm zone="kate kate-prog">
140 <primary sortas="b-kate">kate</primary>
[ed4724e]141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 </variablelist>
[69138677]146
[ed4724e]147 </sect2>
148
149</sect1>
Note: See TracBrowser for help on using the repository browser.