source: kde/kf5-apps/kio-extras.xml@ 59b836c8

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 59b836c8 was 6b25d09d, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Add kio-extras from kf5-apps and another package update.
Add kio-extras.
Update to umockdev-0.17.1.

  • 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 "d189ef3dc9747731cf497299c74ee085">
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 &lfs110a_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"/>, and
86 <ulink url="https://www.gnu.org/software/gperf/">gperf</ulink>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/kio-extras"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of kio-extras</title>
96
97 <para>
98 Install <application>kio-extras</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 -DBUILD_TESTING=OFF \
108 -Wno-dev .. &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 None
134 </seg>
135 <seg>
136 libkioarchive.so and 32 plugins
137 </seg>
138 <seg>
139 None
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.