source: archive/add/kdeplasma-addons.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.4 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 kdeplasma-addons-download-http "&kde-download-http;&kde-old-version;/src/kdeplasma-addons-&kde-old-version;.tar.xz">
8 <!ENTITY kdeplasma-addons-download-ftp " ">
9 <!ENTITY kdeplasma-addons-md5sum "bf98d9bf1502ab4ff392fdd9b4703664">
10 <!ENTITY kdeplasma-addons-size "1.7 MB">
11 <!ENTITY kdeplasma-addons-buildsize "91 MB">
12 <!ENTITY kdeplasma-addons-time "3.0 SBU">
13]>
14
15<sect1 id="kdeplasma-addons" xreflabel="kdeplasma-addons-&kde-old-version;">
16 <?dbhtml filename="kdeplasma-addons.html"?>
17
18
19 <title>Kdeplasma-addons-&kde-old-version;</title>
20
21 <indexterm zone="kdeplasma-addons">
22 <primary sortas="a-kdeplasma-addons">kdeplasma-addons</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Kdeplasma-addons</title>
27
28 <para>This package provides extra Plasma applets and engines like
29 lancelot, calculator, wallpapers etc.</para>
30
31 &lfs79_checked;
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>Download (HTTP): <ulink url="&kdeplasma-addons-download-http;"/></para>
37 </listitem>
38 <listitem>
39 <para>Download (FTP): <ulink url="&kdeplasma-addons-download-ftp;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download MD5 sum: &kdeplasma-addons-md5sum;</para>
43 </listitem>
44 <listitem>
45 <para>Download size: &kdeplasma-addons-size;</para>
46 </listitem>
47 <listitem>
48 <para>Estimated disk space required: &kdeplasma-addons-buildsize;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated build time: &kdeplasma-addons-time;</para>
52 </listitem>
53 </itemizedlist>
54
55<!--
56 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
57 <itemizedlist spacing='compact'>
58 <listitem>
59 <para>Required patch: <ulink
60 url="&patch-root;/kdeplasma-addons-&kde-version;-fixes-1.patch"/></para>
61 </listitem>
62 </itemizedlist>
63-->
64 <bridgehead renderas="sect3">Kdeplasma-addons Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required">
68 <xref linkend="kde-workspace"/> and
69 <xref linkend="kdepimlibs"/>
70 </para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="libkexiv2"/>,
75 <xref linkend="qjson"/>,
76 <ulink url="http://eigen.tuxfamily.org/">Eigen</ulink> (for the Mandelbrot wallpaper plugin),
77 <ulink url="https://github.com/ibus/ibus/wiki">ibus</ulink>,
78 <ulink url="&kde-download-http;&kde-version;/src/">Nepomuk</ulink>,
79 <ulink url="http://edu.kde.org/marble/">Marble</ulink> (for the desktop globe wallpaper),and
80 <ulink url="https://github.com/ayoy/qoauth">QOAuth</ulink> (needed for the Plasma microblog dataengine)
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/kdeplasma-addons"/>
85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Kdeplasma-addons</title>
91
92 <para>Install <application>Kdeplasma-addons</application> by running
93 the following commands:</para>
94
95<screen><userinput>mkdir build &amp;&amp;
96cd build &amp;&amp;
97
98cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
99 -DCMAKE_BUILD_TYPE=Release \
100 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
101 -Wno-dev .. &amp;&amp;
102make</userinput></screen>
103
104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>lancelot</seg>
120 <seg>liblancelot-datamodels.so, liblancelot.so, libplasma_groupingcontainment.so,
121 libplasmacomicprovidercore.so, libplasmapotdprovidercore.so, libplasmaweather.so,
122 librtm.so and several in &kde-dir;/lib/kde4</seg>
123 <seg>several in &kde-dir;/include and &kde-dir;/share</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 </sect2>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.