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 | <!ENTITY kdeartwork-download-http "&trinity-repo-http;/kdeartwork-&trinity-version;.tar.bz2">
|
---|
7 | <!ENTITY kdeartwork-download-ftp "&trinity-repo-ftp;/kdeartwork-&trinity-version;.tar.bz2">
|
---|
8 | <!ENTITY kdeartwork-md5sum "24f85eb3e5a9106de48a3e81d2575ffe">
|
---|
9 | <!ENTITY kdeartwork-size "26.6 MB">
|
---|
10 | <!ENTITY kdeartwork-buildsize "132 MB">
|
---|
11 | <!ENTITY kdeartwork-time "0.5 SBU">
|
---|
12 | ]>
|
---|
13 |
|
---|
14 | <sect1 id="kdeartwork" xreflabel="kdeartwork-&trinity-version;">
|
---|
15 | <?dbhtml filename="kdeartwork.html"?>
|
---|
16 |
|
---|
17 | <sect1info>
|
---|
18 | <othername>$LastChangedBy$</othername>
|
---|
19 | <date>$Date$</date>
|
---|
20 | </sect1info>
|
---|
21 |
|
---|
22 | <title>Kdeartwork-&trinity-version;</title>
|
---|
23 |
|
---|
24 | <indexterm zone="kdeartwork">
|
---|
25 | <primary sortas="a-kdeartwork">Kdeartwork</primary>
|
---|
26 | </indexterm>
|
---|
27 |
|
---|
28 | <sect2 role="package">
|
---|
29 | <title>Introduction to Kdeartwork</title>
|
---|
30 |
|
---|
31 | <para><application>Kdeartwork</application> provides additional
|
---|
32 | <application>KDE</application> themes, screensavers, sounds, wallpapers,
|
---|
33 | widget styles, and window styles.</para>
|
---|
34 |
|
---|
35 | &lfs70_checked;
|
---|
36 |
|
---|
37 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
38 | <itemizedlist spacing='compact'>
|
---|
39 | <listitem>
|
---|
40 | <para>Download (HTTP): <ulink url="&kdeartwork-download-http;"/></para>
|
---|
41 | </listitem>
|
---|
42 | <listitem>
|
---|
43 | <para>Download (FTP): <ulink url="&kdeartwork-download-ftp;"/></para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>Download MD5 sum: &kdeartwork-md5sum;</para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Download size: &kdeartwork-size;</para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Estimated disk space required: &kdeartwork-buildsize;</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Estimated build time: &kdeartwork-time;</para>
|
---|
56 | </listitem>
|
---|
57 | </itemizedlist>
|
---|
58 |
|
---|
59 | <bridgehead renderas="sect3">Kdeartwork Dependencies</bridgehead>
|
---|
60 |
|
---|
61 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
62 | <para role="required">
|
---|
63 | <xref linkend="kdebase"/>
|
---|
64 | </para>
|
---|
65 |
|
---|
66 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
67 | <para role="recommended">
|
---|
68 | <xref linkend="libjpeg"/>,
|
---|
69 | <xref linkend="libxml2"/>, and
|
---|
70 | <xref linkend="libart_lgpl"/>
|
---|
71 | </para>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
74 | <para role="optional">
|
---|
75 | <xref linkend="xscreensaver"/>
|
---|
76 | </para>
|
---|
77 |
|
---|
78 | <para condition="html" role="usernotes">User Notes:
|
---|
79 | <ulink url="&blfs-wiki;/kdeartwork"/></para>
|
---|
80 |
|
---|
81 | </sect2>
|
---|
82 |
|
---|
83 | <sect2 role="installation">
|
---|
84 | <title>Installation of Kdeartwork</title>
|
---|
85 |
|
---|
86 | <para>Install <application>kdeartwork</application> with:</para>
|
---|
87 |
|
---|
88 | <screen><userinput>MAKEDIR=/tmp/buildkdeart &&
|
---|
89 | KDEART=`pwd` &&
|
---|
90 | rm -rf $MAKEDIR &&
|
---|
91 | mkdir -p $MAKEDIR &&
|
---|
92 | cd $MAKEDIR &&
|
---|
93 |
|
---|
94 | cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
|
---|
95 | -DCMAKE_VERBOSE_MAKEFILE=ON \
|
---|
96 | -DWITH_XSCREENSAVER=ON \
|
---|
97 | -DWITH_LIBART=ON \
|
---|
98 | -DWITH_OPENGL=ON \
|
---|
99 | -DWITH_ARTS=ON \
|
---|
100 | -DBUILD_ALL=ON \
|
---|
101 | $KDEART &&
|
---|
102 |
|
---|
103 | unset KDEART MAKEDIR &&
|
---|
104 | make</userinput></screen>
|
---|
105 |
|
---|
106 | <para>This package does not come with a test suite.</para>
|
---|
107 |
|
---|
108 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
109 |
|
---|
110 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
111 |
|
---|
112 | </sect2>
|
---|
113 |
|
---|
114 | <sect2 role="content">
|
---|
115 | <title>Contents</title>
|
---|
116 |
|
---|
117 | <segmentedlist>
|
---|
118 | <segtitle>Installed Objects</segtitle>
|
---|
119 | <segtitle>Installed Programs</segtitle>
|
---|
120 | <segtitle>Installed Libraries</segtitle>
|
---|
121 | <segtitle>Installed Directories</segtitle>
|
---|
122 |
|
---|
123 | <seglistitem>
|
---|
124 | <seg>additional themes, screensavers, sounds, backgrounds, and
|
---|
125 | widget styles for <application>KDE</application></seg>
|
---|
126 | <seg>None</seg>
|
---|
127 | <seg>None</seg>
|
---|
128 | <seg>None</seg>
|
---|
129 | </seglistitem>
|
---|
130 | </segmentedlist>
|
---|
131 |
|
---|
132 | <indexterm zone="kdeartwork">
|
---|
133 | <primary sortas="g-kdeartwork">KDE Artwork</primary>
|
---|
134 | </indexterm>
|
---|
135 |
|
---|
136 | </sect2>
|
---|
137 |
|
---|
138 | </sect1>
|
---|