source: archive/core/kde-runtime.xml@ fa91d2e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fa91d2e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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