source: archive/core/kde-base-artwork.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: 3.2 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 kde-base-artwork-download-http "&kde-download-http;applications/&kde-base-artwork-version;/src/kde-base-artwork-&kde-base-artwork-version;.tar.xz">
8 <!ENTITY kde-base-artwork-download-ftp " ">
9 <!ENTITY kde-base-artwork-md5sum "99e95461864527323b7cd4b44053e0d3">
10 <!ENTITY kde-base-artwork-size "7.1 MB">
11 <!ENTITY kde-base-artwork-buildsize "7.7 MB">
12 <!ENTITY kde-base-artwork-time "less than 0.1 SBU">
13]>
14
15<sect1 id="kde-base-artwork" xreflabel="kde-base-artwork-&kde-base-artwork-version;">
16 <?dbhtml filename="kde-base-artwork.html"?>
17
18
19 <title>Kde-base-artwork-&kde-base-artwork-version;</title>
20
21 <indexterm zone="kde-base-artwork">
22 <primary sortas="a-kde-base-artwork">kde-base-artwork</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Kde-base-artwork</title>
27
28 <para>This package provides the default splash screen for KDE.</para>
29
30 &lfs79_checked;
31
32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>Download (HTTP): <ulink url="&kde-base-artwork-download-http;"/></para>
36 </listitem>
37 <listitem>
38 <para>Download (FTP): <ulink url="&kde-base-artwork-download-ftp;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download MD5 sum: &kde-base-artwork-md5sum;</para>
42 </listitem>
43 <listitem>
44 <para>Download size: &kde-base-artwork-size;</para>
45 </listitem>
46 <listitem>
47 <para>Estimated disk space required: &kde-base-artwork-buildsize;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated build time: &kde-base-artwork-time;</para>
51 </listitem>
52 </itemizedlist>
53
54 <bridgehead renderas="sect3">Kde-base-artwork Dependencies</bridgehead>
55
56 <bridgehead renderas="sect4">Required</bridgehead>
57 <para role="required">
58 <xref linkend="kdelibs"/>
59 </para>
60
61 <para condition="html" role="usernotes">User Notes:
62 <ulink url="&blfs-wiki;/kde-base-artwork"/>
63 </para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of Kde-base-artwork</title>
69
70 <para>Install <application>Kde-base-artwork</application> by running
71 the following commands:</para>
72
73<screen><userinput>mkdir build &amp;&amp;
74cd build &amp;&amp;
75
76cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
77 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
78 -Wno-dev ..</userinput></screen>
79
80 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
81
82<screen role="root"><userinput>make install</userinput></screen>
83
84 </sect2>
85
86 <sect2 role="content">
87 <title>Contents</title>
88
89 <segmentedlist>
90 <segtitle>Installed Programs</segtitle>
91 <segtitle>Installed Libraries</segtitle>
92 <segtitle>Installed Directory</segtitle>
93
94 <seglistitem>
95 <seg>none</seg>
96 <seg>none</seg>
97 <seg>&kde-dir;/share/apps/ksplash/Themes/Default</seg>
98 </seglistitem>
99 </segmentedlist>
100
101 </sect2>
102
103</sect1>
Note: See TracBrowser for help on using the repository browser.