source: kde/kf5-apps/kio-extras.xml@ 0fcc7398

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 0fcc7398 was 7a9a7b26, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

Remove spaces at the end of lines

  • Property mode set to 100644
File size: 3.8 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-extras-download-http "&kf5apps-download-http;/kio-extras-&kf5apps-version;.tar.xz">
8 <!ENTITY kio-extras-download-ftp " ">
9 <!ENTITY kio-extras-md5sum "6307a00d0d212ba257778d0174f10915">
10 <!ENTITY kio-extras-size "620 KB">
11 <!ENTITY kio-extras-buildsize "42 MB">
12 <!ENTITY kio-extras-time "0.5 SBU (using parallelism=4)">
13]>
14
15<sect1 id="kio-extras" xreflabel="kio-extras-&kf5apps-version;">
16 <?dbhtml filename="kio-extras.html"?>
17
18 <title>kio-extras-&kf5apps-version;</title>
19
20 <indexterm zone="kio-extras">
21 <primary sortas="a-kio-extras">kio-extras</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to kio-extras</title>
26
27 <para>
28 The <application>kio-extras</application> package contains additional
29 components to increase the functionality of the KDE resource and
30 network access abstractions.
31 </para>
32
33 &lfs111_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&kio-extras-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&kio-extras-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &kio-extras-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &kio-extras-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &kio-extras-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &kio-extras-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">kio-extras Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="kdsoap"/> and
74 <xref linkend="kf5-frameworks"/>
75 </para>
76<!--
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 </para>
80-->
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="libtirpc"/>,
84 <xref linkend="samba"/>, and
85 <xref linkend="taglib"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/kio-extras"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of kio-extras</title>
95
96 <para>
97 Install <application>kio-extras</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>mkdir build &amp;&amp;
102cd build &amp;&amp;
103
104cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
105 -DCMAKE_BUILD_TYPE=Release \
106 -DBUILD_TESTING=OFF \
107 -Wno-dev .. &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 None
133 </seg>
134 <seg>
135 libkioarchive.so and 32 plugins
136 </seg>
137 <seg>
138 None
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 </sect2>
144
145</sect1>
Note: See TracBrowser for help on using the repository browser.