source: kde/core/kde-base-artwork.xml@ 460cec4b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 460cec4b was 7e8964e, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update KDE4 to version 15.12.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16745 af4574ff-66df-0310-9fd7-8a98e5e911e0

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