glfs/kde/kf5-apps/konsole5.xml
Bruce Dubbs 6c91a92a33 Short descriptions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16644 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-11-12 21:18:12 +00:00

175 lines
4.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY konsole5-download-http "&kf5apps-download-http;/konsole-&kf5apps-version;.tar.xz">
<!ENTITY konsole5-download-ftp "&kf5apps-download-ftp;/konsole-&kf5apps-version;.tar.xz">
<!ENTITY konsole5-md5sum "4b041dc73f8eb296642ae6c7544c3cb8">
<!ENTITY konsole5-size "452 KB">
<!ENTITY konsole5-buildsize "11.7 MB">
<!ENTITY konsole5-time "1.0 SBU">
]>
<sect1 id="konsole5" xreflabel="Konsole-&kf5apps-version;">
<?dbhtml filename="konsole5.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Konsole-&kf5apps-version;</title>
<indexterm zone="konsole5">
<primary sortas="a-Konsole">Konsole</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Konsole</title>
<para>
The <application>Konsole</application> package is a KF5 based terminal
emulator.
</para>
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&konsole5-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&konsole5-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &konsole5-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &konsole5-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &konsole5-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &konsole5-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Konsole Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kf5-frameworks"/>,
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/konsole5"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Konsole</title>
<para>
Install <application>Konsole</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev .. &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
konsole and konsoleprofile
</seg>
<seg>
libkdeinit5_konsole.so and libkonsoleprivate.so
</seg>
<seg>
$KF5_PREFIX/share/doc/HTML/*/konsole,
$KF5_PREFIX/share/konsole, and
$KF5_PREFIX/share/kxmlgui5/konsole
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="konsole5-prog">
<term><command>konsole</command></term>
<listitem>
<para>
is an X terminal emulation which provides a command-line
interface.
</para>
<indexterm zone="konsole5 konsole5-prog">
<primary sortas="b-konsole">konsole</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="konsoleprofile5">
<term><command>konsoleprofile</command></term>
<listitem>
<para>
is a command-line tool to change the current tab's profile
options.
</para>
<indexterm zone="konsole5 konsoleprofile5">
<primary sortas="b-konsoleprofile">konsoleprofile</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>