source: kde5/frameworks/kio.xml@ 3899973

kde5-13430
Last change on this file since 3899973 was 3899973, checked in by Krejzi <krejzi@…>, 10 years ago

Create new kde5 branch (sorry Pierre) to merge latest kde 5 work with latest trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@13430 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 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 kio-download-http "&kf5-download-http;/kio-&kf5-version;.tar.xz">
8 <!ENTITY kio-download-ftp "&kf5-download-ftp;/kio-&kf5-version;.tar.xz">
9 <!ENTITY kio-md5sum "9aaf9448ceb4d834dcbff35c157a0bcd">
10 <!ENTITY kio-size "2.5 MB">
11 <!ENTITY kio-buildsize "60 MB">
12 <!ENTITY kio-time "3.2 SBU">
13]>
14
15<sect1 id="kio" xreflabel="KIO-&kf5-version;">
16 <?dbhtml filename="kio.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>KIO-&kf5-version;</title>
24
25 <indexterm zone="kio">
26 <primary sortas="a-KIO">KIO</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to KIO</title>
31
32 <para>
33 The <application>KIO</application> package contains a library
34 that provides network transparent access to files and data.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&kio-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&kio-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &kio-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &kio-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &kio-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &kio-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">KIO Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="attica5"/>,
78 <xref linkend="kbookmarks"/>,
79 <xref linkend="kjobwidgets"/>,
80 <xref linkend="kwallet"/> and
81 <xref linkend="solid"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="mitkrb"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/kio"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of KIO</title>
96
97 <para>
98 Install <application>KIO</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>mkdir build &amp;&amp;
103cd build &amp;&amp;
104
105cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
106 -DCMAKE_BUILD_TYPE=Release \
107 -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR \
108 -DLIB_INSTALL_DIR=lib \
109 -DBUILD_TESTING=OFF \
110 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
111 -DECM_MKSPECS_INSTALL_DIR=&qt5-mkspecs-dir; \
112 .. &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/cmake-release.xml"/>
132
133 <para>
134 <parameter>-DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR</parameter>: This switch
135 is used to set correct XDG configuration directory.
136 </para>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/kf5-libdir.xml"/>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/kf5-tests.xml"/>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/qt5-plugins-dir.xml"/>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/qt5-mkspecs-dir.xml"/>
149
150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Programs</segtitle>
157 <segtitle>Installed Libraries</segtitle>
158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
161 <seg>
162 kcookiejar5, kmailservice5 and ktelnetservice5
163 </seg>
164 <seg>
165 libKF5KIOCore.so, libKF5KIOFileWidgets.so, libKF5KIONTLM.so
166 and libKF5KIOWidgets.so
167 </seg>
168 <seg>
169 $KF5_PREFIX/include/KF5/{kio,KIOCore},
170 $KF5_PREFIX/include/KF5/{KIOFileWidgets,KIOWidgets},
171 $KF5_PREFIX/lib/cmake/KF5KIO,
172 $KF5_PREFIX/share/doc/HTML/*/kioslave5 and
173 $KF5_PREFIX/share/kf5/kcookiejar
174 </seg>
175 </seglistitem>
176 </segmentedlist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.