source: kde5/plasma/plasma-nm.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 plasma-nm-download-http "&plasma-download-http;/plasma-nm-&plasma-nm-version;.tar.xz">
8 <!ENTITY plasma-nm-download-ftp "&plasma-download-ftp;/plasma-nm-&plasma-nm-version;.tar.xz">
9 <!ENTITY plasma-nm-md5sum "0b35b5e8b2592de8b3187b63b2436481">
10 <!ENTITY plasma-nm-size "436 KB">
11 <!ENTITY plasma-nm-buildsize "35 MB">
12 <!ENTITY plasma-nm-time "2.2 SBU">
13]>
14
15<sect1 id="plasma-nm" xreflabel="Plasma-NM-&plasma-nm-version;">
16 <?dbhtml filename="plasma-nm.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Plasma-NM-&plasma-nm-version;</title>
24
25 <indexterm zone="plasma-nm">
26 <primary sortas="a-Plasma-NM">Plasma-NM</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Plasma-NM</title>
31
32 <para>
33 The <application>Plasma-NM</application> package contains a plasma
34 applet written in QML for managing network connections.
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="&plasma-nm-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&plasma-nm-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &plasma-nm-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &plasma-nm-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &plasma-nm-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &plasma-nm-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Plasma-NM Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="kdelibs4support"/>,
78 <xref linkend="libnm-qt"/> and
79 <xref linkend="plasma-framework"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <ulink url="&plasma-download-http;">libmm-qt</ulink>,
85 <ulink url="&gnome-download-http;/mobile-broadband-provider-info">
86 mobile-broadband-provider-info</ulink> and
87 <ulink url="http://www.infradead.org/openconnect">OpenConnect</ulink>
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/plasma-nm"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Plasma-NM</title>
97
98 <para>
99 Install <application>Plasma-NM</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>mkdir build &amp;&amp;
104cd build &amp;&amp;
105
106cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
107 -DCMAKE_BUILD_TYPE=Release \
108 -DLIB_INSTALL_DIR=lib \
109 -DBUILD_TESTING=OFF \
110 -DQML_INSTALL_DIR=&qt5-qml-dir; \
111 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-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 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/kf5-libdir.xml"/>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/kf5-tests.xml"/>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/qt5-qml-dir.xml"/>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/qt5-plugins-dir.xml"/>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 kde5-nm-connection-editor
158 </seg>
159 <seg>
160 libplasmanm_editor.so and libplasmanm_internal.so
161 </seg>
162 <seg>
163 $KF5_PREFIX/&qt5-qml-dir;/org/kde/plasma/networkmanagement,
164 $KF5_PREFIX/share/kde5-nm-connection-editor and
165 $KF5_PREFIX/share/plasma/plasmoids/org.kde.plasma.networkmanagement
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.