source: kde/kf5-apps/kio-extras.xml@ 2402feb

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/xf86-video-removal
Last change on this file since 2402feb was 2402feb, checked in by Bruce Dubbs <bdubbs@…>, 16 months ago

Update to kf5-apps-22.12.0
Includes kate, kwave, and falkon.

  • Property mode set to 100644
File size: 4.0 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 "f27cc68ed5be8321e056cc9f89f41eff">
10 <!ENTITY kio-extras-size "1.3 MB">
11 <!ENTITY kio-extras-buildsize "48 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 &lfs112_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"/>,
85 <xref linkend="taglib"/>,
86 <ulink url="http://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 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/kio-extras"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of kio-extras</title>
98
99 <para>
100 Install <application>kio-extras</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>mkdir build &amp;&amp;
105cd build &amp;&amp;
106
107cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
108 -DCMAKE_BUILD_TYPE=Release \
109 -DBUILD_TESTING=OFF \
110 -Wno-dev .. &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 None
136 </seg>
137 <seg>
138 libkioarchive.so and 32 plugins
139 </seg>
140 <seg>
141 None
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.