source: archive/gnome-obsolete/gnome-themes.xml@ 6bd5fae

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

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.6 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[9049ec0]7 <!ENTITY gnome-themes-download-http "&gnome-download-http;/gnome-themes/&gnome-version;/gnome-themes-&gnome-themes-version;.tar.bz2">
8 <!ENTITY gnome-themes-download-ftp "&gnome-download-ftp;/gnome-themes/&gnome-version;/gnome-themes-&gnome-themes-version;.tar.bz2">
9 <!ENTITY gnome-themes-md5sum "a14d46ac59f651e04a333ae1dff23848">
10 <!ENTITY gnome-themes-size "1.6 MB">
[174436d]11 <!ENTITY gnome-themes-buildsize "22 MB">
[9049ec0]12 <!ENTITY gnome-themes-time "0.2 SBU">
[fdca4266]13]>
14
[3b11616]15<sect1 id="gnome-themes" xreflabel="GNOME Themes-&gnome-themes-version;">
[7b5f66b]16 <?dbhtml filename="gnome-themes.html"?>
17
18
19 <title>GNOME Themes-&gnome-themes-version;</title>
20
21 <indexterm zone="gnome-themes">
22 <primary sortas="a-GNOME Themes">GNOME Themes</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GNOME Themes</title>
27
28 <para>The <application>GNOME Themes</application> package
29 contains several more theme sets.</para>
30
[9049ec0]31 &lfs65_checked;
32
[7b5f66b]33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>Download (HTTP): <ulink url="&gnome-themes-download-http;"/></para>
37 </listitem>
38 <listitem>
39 <para>Download (FTP): <ulink url="&gnome-themes-download-ftp;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download MD5 sum: &gnome-themes-md5sum;</para>
43 </listitem>
44 <listitem>
45 <para>Download size: &gnome-themes-size;</para>
46 </listitem>
47 <listitem>
48 <para>Estimated disk space required: &gnome-themes-buildsize;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated build time: &gnome-themes-time;</para>
52 </listitem>
53 </itemizedlist>
54
55 <bridgehead renderas="sect3">GNOME Themes Dependencies</bridgehead>
56
57 <bridgehead renderas="sect4">Required</bridgehead>
[65ed5cb]58 <para role="required"><xref linkend="icon-naming-utils"/> and
[b22e19bf]59 <xref linkend="gtk-engines"/></para>
[7b5f66b]60
[0a7c3921]61 <para condition="html" role="usernotes">User Notes:
62 <ulink url="&blfs-wiki;/gnome-themes"/></para>
63
[7b5f66b]64 </sect2>
65
66 <sect2 role="installation">
67 <title>Installation of GNOME Themes</title>
68
69 <para>Install <application>GNOME Themes</application> by
70 running the following commands:</para>
71
[0c4e116]72<screen><userinput>./configure --prefix=/usr --enable-all-themes &amp;&amp;
[7b5f66b]73make</userinput></screen>
74
75 <para>This package does not come with a test suite.</para>
76
77 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
78
79<screen role="root"><userinput>make install</userinput></screen>
80
81 </sect2>
82
[0c4e116]83 <sect2 role="commands">
84 <title>Command Explanations</title>
[bccbdaea]85
[0c4e116]86 <para><option>--enable-all-themes</option>: Using this parameter enables
[e9039e4]87 the installation of additional accessibility themes. Omit this parameter if
88 you have no desire for additional accessibility themes.</para>
[0c4e116]89
90 </sect2>
91
[7b5f66b]92 <sect2 role="content">
93 <title>Contents</title>
94
95 <segmentedlist>
96 <segtitle>Installed Programs</segtitle>
97 <segtitle>Installed Libraries</segtitle>
98 <segtitle>Installed Directories</segtitle>
99 <segtitle>Installed Themes</segtitle>
100
101 <seglistitem>
102 <seg>None</seg>
103 <seg>None</seg>
[a6bee1f]104 <seg>Several directories under /usr/share/{icons,themes}</seg>
[0c4e116]105 <seg>Several themes in the /usr/share/themes hierarchy and icons
106 in the /usr/share/icons hierarchy</seg>
[7b5f66b]107 </seglistitem>
108 </segmentedlist>
109
110 </sect2>
[5407cf7]111
112</sect1>
Note: See TracBrowser for help on using the repository browser.