glfs/lxqt/desktop/lxqt-kwindowsystem.xml
Bruce Dubbs 77a91cb02f Update to kf5-5.23.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17485 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-06-12 21:16:58 +00:00

168 lines
4.8 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 kwindowsystem-download-http "&kf5-download-http;/kwindowsystem-&kf5-version;.tar.xz">
<!ENTITY kwindowsystem-download-ftp " ">
<!ENTITY kwindowsystem-md5sum "a94136e4f5af55dab34929fc5521d115">
<!ENTITY kwindowsystem-size "164 KB">
<!ENTITY kwindowsystem-buildsize "10.4 MB">
<!ENTITY kwindowsystem-time "0.4 SBU">
]>
<sect1 id="lxqt-kwindowsystem" xreflabel="kwindowsystem-&kf5-version; for lxqt">
<?dbhtml filename="lxqt-kwindowsystem.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kwindowsystem-&kf5-version; for lxqt</title>
<indexterm zone="lxqt-kwindowsystem">
<primary sortas="a-kwindowsystem">kwindowsystem</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to kwindowsystem</title>
<para>
The <application>kwindowsystem</application> provides information about,
and allows interaction with, the windowing system. It provides a high
level API that is windowing system independent and has platform specific
implementations.
</para>
&lfs79_checked;&gcc6_checked;
<note><para>This package is extracted from the KF5 set of packages. If
<xref linkend="kf5-frameworks"/> is built, do NOT also build this package
as presented here.</para></note>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&kwindowsystem-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&kwindowsystem-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &kwindowsystem-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &kwindowsystem-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &kwindowsystem-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &kwindowsystem-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Kwindowsystem Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="extra-cmake-modules"/>,
<xref linkend="xorg7-lib"/>, and
<xref linkend="qt5"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/kwindowsystem"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of kwindowsystem</title>
<para>
Install <application>kwindowsystem</application> by running the
following commands:
</para>
<screen><userinput>mkdir -v build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=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 Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libKF5WindowSystem.so
</seg>
<seg>
$LXQT_PREFIX/lib/cmake/KF5WindowSystem,
$LXQT_PREFIX/include/KF5, and
$LXQT_PREFIX/lib/plugins/kf5
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="lxqt-kwindowsystem-lib">
<term><filename class="libraryfile">libKF5WindowSystem.so</filename></term>
<listitem>
<para>
contains the <application>KF5 Windowing</application> API functions.
</para>
<indexterm zone="lxqt-kwindowsystem-lib">
<primary sortas="c-libKF5WindowSystem">libKF5WindowSystem.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>