mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
c0e40ca7c4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17166 af4574ff-66df-0310-9fd7-8a98e5e911e0
165 lines
4.5 KiB
XML
165 lines
4.5 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 kguiaddons-download-http "&kf5-download-http;/kguiaddons-&kf5-version;.tar.xz">
|
|
<!ENTITY kguiaddons-download-ftp " ">
|
|
<!ENTITY kguiaddons-md5sum "b2cfb78436d3bf15d2197a0676d4fe19">
|
|
<!ENTITY kguiaddons-size "40 KB">
|
|
<!ENTITY kguiaddons-buildsize "2.1 MB">
|
|
<!ENTITY kguiaddons-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="lxqt-kguiaddons" xreflabel="kguiaddons-&kf5-version; for lxqt">
|
|
<?dbhtml filename="lxqt-kguiaddons.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Kguiaddons-&kf5-version; for lxqt</title>
|
|
|
|
<indexterm zone="lxqt-kguiaddons">
|
|
<primary sortas="a-kguiaddons">kguiaddons</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to kguiaddons</title>
|
|
|
|
<para>
|
|
The KDE GUI addons provide utilities for graphical user interfaces in the
|
|
areas of colors, fonts, text, images, and keyboard input.
|
|
</para>
|
|
|
|
&lfs79_checked;
|
|
|
|
<note><para>This packge is extracted from the KF5 set of packages. If
|
|
<xref linkend="kf5-frameworks"/> is built, do NOT also build this package
|
|
as prsented here.</para></note>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&kguiaddons-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&kguiaddons-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &kguiaddons-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &kguiaddons-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &kguiaddons-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &kguiaddons-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Kguiaddons 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;/kguiaddons"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of kguiaddons</title>
|
|
|
|
<para>
|
|
Install <application>liblxqt</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir -v build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
|
-DBUILD_TESTING=OFF \
|
|
-Wno-dev .. &&
|
|
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>
|
|
libKF5GuiAddons.so
|
|
</seg>
|
|
<seg>
|
|
$LXQT_PREFIX/lib/cmake/KF5GuiAddons and
|
|
$LXQT_PREFIX/include/KF5/KGuiAddons
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="lxqt-kguiaddons-lib">
|
|
<term><filename class="libraryfile">libKF5GuiAddons.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains KDE GUI utilities for graphical user interfaces.
|
|
</para>
|
|
<indexterm zone="lxqt-kguiaddons-lib">
|
|
<primary sortas="c-libKF5WindowSystem">libKF5GuiAddons.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|