source: archive/core/kde-runtime.xml@ 5dc3b4a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 5dc3b4a was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[806640c]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
[aed3e6ec]7 <!ENTITY kde-runtime-download-http "&kde-download-http;applications/&kde-apps-version;/src/kde-runtime-&kde-apps-version;.tar.xz">
[2bb2521]8 <!ENTITY kde-runtime-download-ftp " ">
[d203119]9 <!ENTITY kde-runtime-md5sum "261c5cab13f3d9b1565d40056da6157c">
[d7c3ac85]10 <!ENTITY kde-runtime-size "7.5 MB">
[b22a51fa]11 <!ENTITY kde-runtime-buildsize "110 MB">
[5036aa29]12 <!ENTITY kde-runtime-time "4.3 SBU">
[806640c]13]>
14
[aed3e6ec]15<sect1 id="kde-runtime" xreflabel="kde-runtime-&kde-apps-version;">
[2a7334e8]16 <?dbhtml filename="kde-runtime.html"?>
[806640c]17
18
[aed3e6ec]19 <title>Kde-runtime-&kde-apps-version;</title>
[806640c]20
[2a7334e8]21 <indexterm zone="kde-runtime">
22 <primary sortas="a-kde-runtime">kde-runtime</primary>
[806640c]23 </indexterm>
24
25 <sect2 role="package">
[ed4724e]26 <title>Introduction to Kde-runtime</title>
[806640c]27
[0d7900a]28 <para>Kde-runtime contains runtime applications and libraries essential
[c55376e7]29 for <application>KDE</application>.</para>
[806640c]30
[1cc5345]31 &lfs79_checked;
[806640c]32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
[2a7334e8]36 <para>Download (HTTP): <ulink url="&kde-runtime-download-http;"/></para>
[806640c]37 </listitem>
38 <listitem>
[2a7334e8]39 <para>Download (FTP): <ulink url="&kde-runtime-download-ftp;"/></para>
[806640c]40 </listitem>
41 <listitem>
[2a7334e8]42 <para>Download MD5 sum: &kde-runtime-md5sum;</para>
[806640c]43 </listitem>
44 <listitem>
[2a7334e8]45 <para>Download size: &kde-runtime-size;</para>
[806640c]46 </listitem>
47 <listitem>
[2a7334e8]48 <para>Estimated disk space required: &kde-runtime-buildsize;</para>
[806640c]49 </listitem>
50 <listitem>
[2a7334e8]51 <para>Estimated build time: &kde-runtime-time;</para>
[806640c]52 </listitem>
53 </itemizedlist>
54
[ed4724e]55 <bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead>
[806640c]56
57 <bridgehead renderas="sect4">Required</bridgehead>
58 <para role="required">
[909c258]59 <xref linkend="kdelibs"/> and
[f3429309]60 <xref linkend="libgcrypt"/>
[806640c]61 </para>
62
63 <bridgehead renderas="sect4">Recommended</bridgehead>
[33e5761]64 <para role="recommended">
65 <xref linkend="alsa-lib"/>,
[338015f]66 <xref linkend="exiv2"/>,
67 <xref linkend="kactivities"/>,
68 <xref linkend="kdepimlibs"/>, and
69 <xref linkend="libjpeg"/>
[806640c]70 </para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
[33e5761]74 <xref linkend="libcanberra"/>,
75 <xref linkend="NetworkManager"/>,
[338015f]76 <xref linkend="pulseaudio"/>,
77 <xref linkend="samba"/>,
78 <xref linkend="xine-lib"/>,
79 <ulink url="http://www.libssh.org/">libssh</ulink>,
80<!-- <ulink url="&kde-download-http;&kde-version;/src/">nepomuk-core</ulink>,-->
81 <ulink url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-core">nepomuk-core</ulink>,
82 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
83 <ulink url="http://www.openslp.org/">OpenSLP</ulink>, and
84 <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>
[806640c]85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
[2a7334e8]88 <ulink url="&blfs-wiki;/kde-runtime"/>
[806640c]89 </para>
90
91 </sect2>
92
93 <sect2 role="installation">
[ed4724e]94 <title>Installation of Kde-runtime</title>
[806640c]95
[2a7334e8]96 <para>Install <application>kde-runtime</application> by running the following
[806640c]97 commands:</para>
98
[49a01170]99<screen><userinput>mkdir build &amp;&amp;
[18c9ee54]100cd build &amp;&amp;
101
[ba1e8dd]102cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
[b22a51fa]103 -DSYSCONF_INSTALL_DIR=/etc \
104 -DCMAKE_BUILD_TYPE=Release \
[ba1e8dd]105 -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
[b22a51fa]106 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
[97c713e]107 -Wno-dev .. &amp;&amp;
[806640c]108make</userinput></screen>
109
[2ddc3485]110 <para>To test the results, issue <command>make test</command>.</para>
111
[97c713e]112 <para> Now as the <systemitem class="username">root</systemitem>
113 user:</para>
[806640c]114
[69138677]115<screen role="root"><userinput>make install &amp;&amp;
[ba1e8dd]116ln -sfv ../lib/kde4/libexec/kdesu &kde-dir;/bin/kdesu</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <para>
124 <parameter>-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0</parameter>:
125 This switch is used so that <application>CMake</application> can
126 properly find <application>Samba</application> headers which got
127 moved in version 4.
128 </para>
[806640c]129
130 </sect2>
[c55376e7]131
[806640c]132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
[cd6d455]141 <seg>kcmshell4, kde-cp, kde-mv, kde-open, kde4, kde4-menu,
[2a7334e8]142 kdebugdialog, keditfiletype, kfile4, kglobalaccel, khelpcenter,
143 khotnewstuff-upload, khotnewstuff4, kiconfinder, kioclient,
144 kmimetypefinder, knotify4, kquitapp, kreadconfig, kstart, ksvgtopng,
145 ktraderclient, ktrash, kuiserver, kwalletd, kwriteconfig,
[5036aa29]146 plasma-remote-helper, plasmapkg and solid-hardware.
[2a7334e8]147 </seg>
[c55376e7]148 <seg>several in &kde-dir;/lib</seg>
[2a7334e8]149 <seg>several in &kde-dir;/lib and &kde-dir;/share</seg>
[806640c]150 </seglistitem>
151 </segmentedlist>
[69138677]152
[806640c]153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.