glfs/kde/kf5/kf5-frameworks.xml
Bruce Dubbs cfd5cb3695 Update to plasma5-5.15.5.
Update to kf5-apps-19.04.1 kwave kate. 
Update to kf5-5.58 extra-cmake-modules oxygen-icons5. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21591 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-05-14 13:53:09 +00:00

785 lines
28 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter 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;
<!-- kf5-download-http is defined on patches.ent
<!ENTITY kf5-download-http "&kf5-download-http;"> -->
<!ENTITY kf5-download-ftp " ">
<!ENTITY kf5-md5sum "See Below">
<!ENTITY kf5-size "263 MB">
<!ENTITY kf5-buildsize "1.1 GB (226 MB installed)">
<!ENTITY kf5-time "16 SBU (using parallelism=4)">
]>
<sect1 id="kf5-frameworks" xreflabel="KDE Frameworks-&kf5-version;">
<?dbhtml filename="krameworks5.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Building KDE Frameworks 5 (KF5)</title>
<indexterm zone="kf5-frameworks">
<primary sortas="a-kde-frameworks">KDE Frameworks</primary>
</indexterm>
<para>KDE Frameworks 5 is a collection of libraries based on top of Qt5 and
QML derived from the monolithic KDE 4 libraries. They can be used
independent of the KDE Display Environment (Plasma 5).</para>
&lfs84_checked;
<para>The instructions below build all of the KDE Frameworks packages in one
step by using a bash script. </para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&kf5-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&kf5-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &kf5-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &kf5-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &kf5-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &kf5-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">KF5 Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="boost"/>,
<xref linkend="extra-cmake-modules"/>,
<xref linkend="DocBook"/>,
<xref linkend="docbook-xsl"/>,
<xref linkend="giflib"/>,
<xref linkend="libepoxy"/>,
<xref linkend="libgcrypt"/>,
<xref linkend="libjpeg"/>,
<xref linkend="libpng"/>,
<xref linkend="libxslt"/>,
<xref linkend="lmdb"/>,
<!--<xref linkend="openssl10"/>,-->
<!--<xref linkend="qtwebkit5"/>,-->
<xref linkend="phonon"/>,
<xref linkend="shared-mime-info"/>,
<xref linkend="perl-uri"/>, and
<xref linkend="wget"/> (required to download the packages)
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="aspell"/> (Dictionary backend for Sonnet),
<xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
<xref linkend="libdbusmenu-qt"/> (built with qt5),
<xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
<xref linkend="polkit-qt"/> (Authentication backend for KAuth)
</para>
<para role="recommended">
Furthermore, the instructions below assume that the environment has been
set up as described in <xref linkend="kf5-intro"/>.
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="bluez"/> (needed to build Bluez-Qt),
<xref linkend="ModemManager"/> (needed to build ModemManager-Qt)
</para>
<bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
<para role="optional">
<xref role="runtime" linkend="oxygen-fonts"/> and
<xref role="runtime" linkend="noto-fonts"/>
</para>
<bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
<para role="optional">
<xref role="runtime" linkend="doxygen"/>,
<xref role="runtime" linkend="Jinja2"/>, and
<xref role="runtime" linkend="PyYAML"/>
</para>
<bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
<para role="optional">
<xref linkend="jasper"/> and
<ulink url="http://www.openexr.com/">OpenEXR</ulink>
</para>
<bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
<para role="optional">
<xref linkend="mitkrb"/>
</para>
<bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
<para role="optional">
<xref linkend="udisks2"/>,
<xref linkend="upower"/> and
<ulink role="runtime" url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
</para>
<bridgehead renderas="sect4">Optional dependency for KWallet</bridgehead>
<para role="optional">
<ulink url="&kf5apps-download-http;">gpgmepp</ulink>
</para>
<bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
<para role="optional">
<ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
<ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
</para>
<bridgehead renderas="sect4">Required dependencies for Prison</bridgehead>
<para role="optional"> <!-- Leaving as optional since these are external -->
<ulink url="http://libdmtx.sourceforge.net/">Datamatrix</ulink> and
<ulink url="http://megaui.net/fukuchi/works/qrencode/index.en.html/">QRencode</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kf5"/></para>
<sect2>
<title>Downloading KDE Frameworks</title>
<para>
The easiest way to get the KDE Frameworks packages is to use a single
<command>wget</command> to fetch them all at once:
</para>
<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
wget -r -nH -nd -A '*.xz' -np $url</userinput>
<literal>
The options used here are:
-r recurse through child directories
-nH disable generation of host-prefixed directories
-nd do not create a hierarchy of directories
-A '*.xz' just get the *.xz files
-np don't get parent directories</literal></screen>
</sect2>
<sect2>
<title>Setting Package Order</title>
<para>
The order of building files is important due to internal dependencies.
Create the list of files in the proper order as follows:
</para>
<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
<literal>f1b0eba58f4e29c6c9af2a39a4d92052 attica-5.58.0.tar.xz
#ab2e42031a1aa96eca27d029827fe9d8 extra-cmake-modules-5.58.0.tar.xz
45ca6b083bf51ed1cebaf11431c20f71 kapidox-5.58.0.tar.xz
8d386da9f2e3a64018b979a8a0512a18 karchive-5.58.0.tar.xz
5e2fd0f6588523b30ab9c8ab53bb1d76 kcodecs-5.58.0.tar.xz
f0a5d4f90ff74a764691e1d31caa378c kconfig-5.58.0.tar.xz
ea7e5f1f3f880e1814e9952998476f76 kcoreaddons-5.58.0.tar.xz
2c0b68f305c296ab785c65d356ae0f45 kdbusaddons-5.58.0.tar.xz
c373138c303866478fb848774bba0ce0 kdnssd-5.58.0.tar.xz
4485550ff755fd84f3126a2079dda66b kguiaddons-5.58.0.tar.xz
82e0f37a01ad489db993833470ea59a8 ki18n-5.58.0.tar.xz
f9189c3ba90584800c51686167a310d5 kidletime-5.58.0.tar.xz
77c013f9a37934fc20239d0a3da205ba kimageformats-5.58.0.tar.xz
7d1a541f0e3ecb0e31a1e02bf14ec043 kitemmodels-5.58.0.tar.xz
aa0444b0e1d59198eb5909931dacc8d7 kitemviews-5.58.0.tar.xz
d714d9cbcb2a5083f283c5831f9d9969 kplotting-5.58.0.tar.xz
05f0c66e03250369f296dfedf99ae9b4 kwidgetsaddons-5.58.0.tar.xz
596760bde216cb7335193fec16baeec4 kwindowsystem-5.58.0.tar.xz
95bc9df762d4a99b6e71f3fae9ee2bad networkmanager-qt-5.58.0.tar.xz
f6a9c58ce4e5a6ff82dd11f431aa3610 solid-5.58.0.tar.xz
1bb0c7eaaa57e91364da4ff023eaa7fd sonnet-5.58.0.tar.xz
39c96c38a87fee145d43d894cfbff64f threadweaver-5.58.0.tar.xz
a5df25b21f6aab84e310cd1d4f201141 kauth-5.58.0.tar.xz
920cf624a739e63290743f5c3fa418f1 kcompletion-5.58.0.tar.xz
c526a1714cf265711e0a20e9888978eb kcrash-5.58.0.tar.xz
0fb5dd4eb907b55782e321f3d86eb825 kdoctools-5.58.0.tar.xz
fb18265b0c83adbb4af57b7c0588ff31 kpty-5.58.0.tar.xz
dc840b7be1e9c8e4ba715b3fee264714 kunitconversion-5.58.0.tar.xz
1c3ef53c26083ccd886144d794f56b3f kconfigwidgets-5.58.0.tar.xz
748c4fe209139249efaa669edb07fc91 kservice-5.58.0.tar.xz
36c37994da9057dbda764229c847e873 kglobalaccel-5.58.0.tar.xz
cddda5df856b84d82289056e2521e0f5 kpackage-5.58.0.tar.xz
4e927df18363fc6f7da0154e9d097f31 kdesu-5.58.0.tar.xz
b5ccd7868f3b506c238c3492a56ba65a kemoticons-5.58.0.tar.xz
2111f28ff4051914be2b7caf355befb4 kiconthemes-5.58.0.tar.xz
ba814954d8506f44f3f683a427f4628c kjobwidgets-5.58.0.tar.xz
4865198f8406068c67254ee3b59faab4 knotifications-5.58.0.tar.xz
1d030a5e1a52bac6528d39737d52ffb8 ktextwidgets-5.58.0.tar.xz
899f9dca54c336c0034fa0aee2b5bf8f kxmlgui-5.58.0.tar.xz
979b5612fd76e0959736347b4dbccce7 kbookmarks-5.58.0.tar.xz
b27baeea7c21967609a4507cf616d47a kwallet-5.58.0.tar.xz
1c8b5a0d4eddab6a97f387c5e5fd67a2 kio-5.58.0.tar.xz
c431a6562b643dcb1d56f3170d05025d kdeclarative-5.58.0.tar.xz
cb3326fe23c757af9588f97f44882d71 kcmutils-5.58.0.tar.xz
ba2f49c4a857c4fc603d6e7930a4e665 kirigami2-5.58.0.tar.xz
c34bd0c3876e657c2dd92265a88071b3 knewstuff-5.58.0.tar.xz
4b8bd790e04ff1e7998fc96f4e505760 frameworkintegration-5.58.0.tar.xz
4d914c5ae3010ae600c858e9ccdeecb2 kinit-5.58.0.tar.xz
e5917ac42030612bfc952e3967072469 knotifyconfig-5.58.0.tar.xz
79b028e61cbab0cfeb167e02363fad44 kparts-5.58.0.tar.xz
e38977ae6c504a4f092c1c6ad3b6d28a kactivities-5.58.0.tar.xz
4cb98a0531c0c9aea801f7678400c280 kded-5.58.0.tar.xz
#88b0b5fd5e7debdf6291263f1e4a9478 kdewebkit-5.58.0.tar.xz
a93c3854a98a7616f02676cd2d6f1ed3 syntax-highlighting-5.58.0.tar.xz
9b26b1c6de1b19e8995f66fd31ab9901 ktexteditor-5.58.0.tar.xz
2b96b2eab04f75ec34b2017ca95d5a16 kdesignerplugin-5.58.0.tar.xz
1f029fbeb30e11fa362fa9a5ef836111 kwayland-5.58.0.tar.xz
fc77bd0e0e3d0905be7b32cb7ae0f9eb plasma-framework-5.58.0.tar.xz
#d1822d13276bde0be4dae6749a3b61b5 modemmanager-qt-5.58.0.tar.xz
d379b213cf068b4a73503c3922ca20b5 kpeople-5.58.0.tar.xz
4ca1ac3fd1d98a08baf8f70536c6a27a kxmlrpcclient-5.58.0.tar.xz
13ba6a2b5051d0d03b0d0a6e056ec1a5 bluez-qt-5.58.0.tar.xz
5bd7d7b91b0c1e70a0c49bedc8eac381 kfilemetadata-5.58.0.tar.xz
cf5ba6707cd5ee804bc6ee57b712bd84 baloo-5.58.0.tar.xz
#551a7d46848ec758464a1cc96c68672f breeze-icons-5.58.0.tar.xz
#4d2016bc53b675a776b7321e49132dee oxygen-icons5-5.58.0.tar.xz
8e1d8fdda1588b98fe0fc8dcda08d217 kactivities-stats-5.58.0.tar.xz
f61cded81c889d8c92dde7c9234858e5 krunner-5.58.0.tar.xz
#7c2a5f7808304f3d8404a8083bf54e8f prison-5.58.0.tar.xz
789d6b25e609a51e5fc86f397ccff7d2 qqc2-desktop-style-5.58.0.tar.xz
7c88ae56084c5b43538344af72b4b6d2 kjs-5.58.0.tar.xz
1c4d788d910c3d7c06734aed2524ad0d kdelibs4support-5.58.0.tar.xz
d62ea2b2a7eecd46f3b95460b8a94956 khtml-5.58.0.tar.xz
d9cac6962c2820ab99661ba6e2d0d799 kjsembed-5.58.0.tar.xz
a117c2e069988d910ee5478346c6ca0f kmediaplayer-5.58.0.tar.xz
5e09b84e2675fe3c545d41ae347877c2 kross-5.58.0.tar.xz
d3f3e84e2658cd46489b591d79d85226 kholidays-5.58.0.tar.xz
5fe559e1dc6f42b8b207f34b4aa8f340 purpose-5.58.0.tar.xz
3f83b4120f4de8021056d878bba60c9a syndication-5.58.0.tar.xz</literal>
EOF</userinput></screen>
<para>In the above list, notice that some files have been commented out with
a hash (#) character. The extra-cmake-modules entry has been commented out
because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
packages are covered separately at <xref linkend="breeze-icons"/> and <xref
linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
optional dependency has been installed. The prison package (bar code reader)
may be built if the required external libraries are installed. The kdewebkit
may be built if the external package
<ulink url="https://download.qt.io/community_releases/5.9/5.9.0-final/">
QtWebkit</ulink> has been built. </para>
</sect2>
<sect2 role="installation">
<title>Installation of KDE Frameworks</title>
&as_root;
<caution>
<para>If installing in /opt and there is an existing /opt/kf5 either as a
regular directory or a symbolic link, it should be reinitialized (as
root):</para>
<screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old &amp;&amp;
install -v -dm755 $KF5_PREFIX/{etc,share} &amp;&amp;
ln -sfv /etc/dbus-1 $KF5_PREFIX/etc &amp;&amp;
ln -sfv /usr/share/dbus-1 $KF5_PREFIX/share</userinput></screen>
</caution>
<para>
First, start a subshell that will exit on error:
</para>
<screen><userinput>bash -e</userinput></screen>
<para>
Install all of the packages by running the following
commands:
</para>
<screen><userinput>while read -r line; do
# Get the file name, ignoring comments and blank lines
if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
file=$(echo $line | cut -d" " -f2)
pkg=$(echo $file|sed 's|^.*/||') # Remove directory
packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
name=$(echo $pkg|sed 's|-5.*$||') # Isolate package name
tar -xf $file
pushd $packagedir
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_PREFIX_PATH=$QT5DIR \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev ..
make
as_root make install
popd
<!-- some packages end with files owned by root in $packagedir, so use as_root
in the following -->
as_root rm -rf $packagedir
as_root /sbin/ldconfig
done &lt; frameworks-&kf5-version;.md5
exit</userinput></screen>
<note><para>Any modules that have been omitted can be installed later by
using the same mkdir build; cd build; cmake; make; make install procedure
as above.</para></note>
<para>Sometimes the installation paths are hardcoded into installed files.
If the installed directory is not /usr, rename the directory and create a
symlink:</para>
<screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
to allow cmake to find the proper Qt libraries.
</para>
<para>
<parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
to apply higher level of the compiler optimizations.
</para>
<para>
<parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
building test programs and libraries that are of no use to an end user.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
There are 48 programs installed in /opt/kf5/bin.
</seg>
<seg>
There are too many kf5 libraries (191) to list separately.
</seg>
<seg>
/opt/kf5 (symlink to /opt/kf5-&kf5-version;)
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="checkXML5">
<term><command>checkXML5</command></term>
<listitem>
<para>
is a tool to check for syntax errors in KDE DocBook XML
files.
</para>
<indexterm zone="kf5-frameworks checkXML5">
<primary sortas="b-checkXML5">checkXML5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="depdiagram-generate">
<term><command>depdiagram-generate</command></term>
<listitem>
<para>
is a tool to generate a dependency diagram.
</para>
<indexterm zone="kf5-frameworks depdiagram-generate">
<primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="depdiagram-generate-all">
<term><command>depdiagram-generate-all</command></term>
<listitem>
<para>
is a tool to generate a dependency diagram for all frameworks at once..
</para>
<indexterm zone="kf5-frameworks depdiagram-generate-all">
<primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="depdiagram-prepare">
<term><command>depdiagram-prepare</command></term>
<listitem>
<para>
is a tool to prepare dot files.
</para>
<indexterm zone="kf5-frameworks depdiagram-prepare">
<primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="desktoptojson">
<term><command>desktoptojson</command></term>
<listitem>
<para>
is a tool to convert a .desktop file to a .json file.
</para>
<indexterm zone="kf5-frameworks desktoptojson">
<primary sortas="b-desktoptojson">desktoptojson</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kactivitymanagerd">
<term><command>kactivitymanagerd</command></term>
<listitem>
<para>
is the KDE Plasma Workspace Activity Manager.
</para>
<indexterm zone="kf5-frameworks kactivitymanagerd">
<primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kbuildsycoca5">
<term><command>kbuildsycoca5</command></term>
<listitem>
<para>
rebuilds the KService desktop file system configuration
cache.
</para>
<indexterm zone="kf5-frameworks kbuildsycoca5">
<primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kcookiejar5">
<term><command>kcookiejar5</command></term>
<listitem>
<para>
is a command line interface to the HTTP cookie store used by KDE,
a D-BUS service to store/retrieve/clean cookies.
</para>
<indexterm zone="kf5-frameworks kcookiejar5">
<primary sortas="b-kcookiejar5">kcookiejar5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kded5">
<term><command>kded5</command></term>
<listitem>
<para>
consolidates several small services in one process.
</para>
<indexterm zone="kf5-frameworks kded5">
<primary sortas="b-kded5">kded5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kdeinit5">
<term><command>kdeinit5</command></term>
<listitem>
<para>
is a process launcher somewhat similar to the famous init used
for booting UNIX.
</para>
<indexterm zone="kf5-frameworks kdeinit5">
<primary sortas="b-kdeinit5">kdeinit5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kf5-config">
<term><command>kf5-config</command></term>
<listitem>
<para>
is a command line program used to retrieve information about
KDE installation or user paths.
</para>
<indexterm zone="kf5-frameworks kf5-config">
<primary sortas="b-kf5-config">kf5-config</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kf5kross">
<term><command>kf5kross</command></term>
<listitem>
<para>
executes kross scripts written in KDE Javascript, Python, Ruby,
Java and Falcon.
</para>
<indexterm zone="kf5-frameworks kf5kross">
<primary sortas="b-kf5kross">kf5kross</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kgenapidox">
<term><command>kgenapidox</command></term>
<listitem>
<para>
is a tool to generate API documentation in the KDE style.
</para>
<indexterm zone="kf5-frameworks kgenapidox">
<primary sortas="b-kgenapidox">kgenapidox</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kgendesignerplugin">
<term><command>kgendesignerplugin</command></term>
<listitem>
<para>
generates widget plugins for Qt(TM) Designer.
</para>
<indexterm zone="kf5-frameworks kgendesignerplugin">
<primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kglobalaccel5">
<term><command>kglobalaccel5</command></term>
<listitem>
<para>
is a daemon use to register the key bindings and for getting
notified when the action triggered.
</para>
<indexterm zone="kf5-frameworks kglobalaccel5">
<primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kjs5">
<term><command>kjs5</command></term>
<listitem>
<para>
is KDE ECMAScript/JavaScript engine.
</para>
<indexterm zone="kf5-frameworks kjs5">
<primary sortas="b-kjs5">kjs5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kjscmd5">
<term><command>kjscmd5</command></term>
<listitem>
<para>
is a tool for launching KJSEmbed scripts from the command line.
</para>
<indexterm zone="kf5-frameworks kjscmd5">
<primary sortas="b-kjscmd5">kjscmd5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kjsconsole">
<term><command>kjsconsole</command></term>
<listitem>
<para>
is a console for <command>kjs5</command>.
</para>
<indexterm zone="kf5-frameworks kjsconsole">
<primary sortas="b-kjsconsole">kjsconsole</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kmailservice5">
<term><command>kmailservice5</command></term>
<listitem>
<para>
is a mail service.
</para>
<indexterm zone="kf5-frameworks kmailservice5">
<primary sortas="b-kmailservice5">kmailservice5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kpackagelauncherqml">
<term><command>kpackagelauncherqml</command></term>
<listitem>
<para>
is a commandline tool for launching kpackage QML application
</para>
<indexterm zone="kf5-frameworks kpackagelauncherqml">
<primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kpackagetool5">
<term><command>kpackagetool5</command></term>
<listitem>
<para>
is a command line kpackage tool.
</para>
<indexterm zone="kf5-frameworks kpackagetool5">
<primary sortas="b-kpackagetool5">kpackagetool5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kreadconfig5">
<term><command>kreadconfig5</command></term>
<listitem>
<para>
is a command line tool to retrieve values from KDE
configuration files.
</para>
<indexterm zone="kf5-frameworks kreadconfig5">
<primary sortas="b-kreadconfig5">kreadconfig5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kshell5">
<term><command>kshell5</command></term>
<listitem>
<para>
start applications via kdeinit.
</para>
<indexterm zone="kf5-frameworks kshell5">
<primary sortas="b-kshell5">kshell5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ktelnetservice5">
<term><command>ktelnetservice5</command></term>
<listitem>
<para>
is a telnet service.
</para>
<indexterm zone="kf5-frameworks ktelnetservice5">
<primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ktrash5">
<term><command>ktrash5</command></term>
<listitem>
<para>
is a helper program to handle the KDE trash can.
</para>
<indexterm zone="kf5-frameworks ktrash5">
<primary sortas="b-ktrash5">ktrash5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kwalletd5">
<term><command>kwalletd5</command></term>
<listitem>
<para>
is the wallet manager daemon.
</para>
<indexterm zone="kf5-frameworks kwalletd5">
<primary sortas="b-kwalletd5">kwalletd5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kwriteconfig5">
<term><command>kwriteconfig5</command></term>
<listitem>
<para>
is a command line tool to write values in KDE
configuration files.
</para>
<indexterm zone="kf5-frameworks kwriteconfig5">
<primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="meinproc5">
<term><command>meinproc5</command></term>
<listitem>
<para>
converts DocBook files to HTML.
</para>
<indexterm zone="kf5-frameworks meinproc5">
<primary sortas="b-meinproc5">meinproc5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="plasmapkg2">
<term><command>plasmapkg2</command></term>
<listitem>
<para>
is a tool to install, list, remove Plasma packages
</para>
<indexterm zone="kf5-frameworks plasmapkg2">
<primary sortas="b-plasmapkg2">plasmapkg2</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="preparetips5">
<term><command>preparetips5</command></term>
<listitem>
<para>
is a script to extract the text from a tips file.
</para>
<indexterm zone="kf5-frameworks preparetips5">
<primary sortas="b-preparetips5">preparetips5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="solid-hardware5">
<term><command>solid-hardware5</command></term>
<listitem>
<para>
is a command line tool to investigate available devices.
</para>
<indexterm zone="kf5-frameworks solid-hardware5">
<primary sortas="b-solid-hardware5">solid-hardware5</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>