source: kde/add/kdeplasma-addons.xml@ a939ab2a

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since a939ab2a was a939ab2a, checked in by Krejzi <krejzi@…>, 10 years ago

Checks and fixes to kde packages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14040 af4574ff-66df-0310-9fd7-8a98e5e911e0

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