source: archive/kio-extras.xml

trunk
Last change on this file was 0e16b36, checked in by Bruce Dubbs <bdubbs@…>, 3 weeks ago

Archive qt5.

There are a large number of packages that needed to be changed to
remove qt5, but most are harmless. One package that is affected
is vlc where the gui interface is no longer available. Videos
can still be played from the command line and the kf6 dependency
on vlc is still satisfied.

If necessary qt5 can be restored for vlc.

Also three other files are archived that are no longer needed.

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "d16ed519ecd148253147c4525f1b9d86">
10 <!ENTITY kio-extras-size "1.4 MB">
11 <!ENTITY kio-extras-buildsize "49 MB">
12 <!ENTITY kio-extras-time "0.4 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 &lfs12x_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="kf6-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"/>,
85 <xref linkend="taglib"/>,
86 <ulink url="https://libmtp.sourceforge.net/">libmtp</ulink>,
87 <ulink url="https://www.libssh.org/">libssh</ulink>, and
88 <ulink url="https://www.openexr.com/">OpenEXR</ulink>
89 </para>
90
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 -D CMAKE_INSTALL_PREFIX=$KF5_PREFIX \
105 -D CMAKE_BUILD_TYPE=Release \
106 -D BUILD_TESTING=OFF \
107 -W no-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.