source: x/icons/gnome-themes-extra.xml

trunk
Last change on this file was fccba4f3, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Finish tagging chapter 28 (Icons)

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 gnome-themes-extra-download-http
8 "&gnome-download-http;/gnome-themes-extra/&gnome-minor-28;/gnome-themes-extra-&gnome-themes-extra-version;.tar.xz">
9 <!ENTITY gnome-themes-extra-download-ftp " ">
10 <!ENTITY gnome-themes-extra-md5sum "f9f2c6c521948da427f702372e16f826">
11 <!ENTITY gnome-themes-extra-size "2.8 MB">
12 <!ENTITY gnome-themes-extra-buildsize "40 MB">
13 <!ENTITY gnome-themes-extra-time "0.3 SBU">
14]>
15
16<sect1 id="gnome-themes-extra" xreflabel="gnome-themes-extra-&gnome-themes-extra-version;">
17 <?dbhtml filename="gnome-themes-extra.html"?>
18
19
20 <title>gnome-themes-extra-&gnome-themes-extra-version;</title>
21
22 <indexterm zone="gnome-themes-extra">
23 <primary sortas="a-gnome-themes-extra">gnome-themes-extra</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME Themes Extra</title>
28
29 <para>
30 The <application>GNOME Themes Extra</application> package, formerly
31 known as <application>GNOME Themes Standard</application>, contains
32 various components of the default <application>GNOME</application> theme.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gnome-themes-extra-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gnome-themes-extra-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gnome-themes-extra-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gnome-themes-extra-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gnome-themes-extra-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gnome-themes-extra-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GNOME Themes Extra Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gtk3"/> with
76 <xref linkend="librsvg"/>
77 </para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of GNOME Themes Extra</title>
83
84 <para>
85 Install <application>GNOME Themes Extra</application> by running the following
86 commands:
87 </para>
88
89<screen><userinput>./configure --prefix=/usr &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para>
108 <option>--disable-gtk2-engine</option>: This switch disables the GTK+-2
109 theming engine.
110 </para>
111
112 <para>
113 <option>--disable-gtk3-engine</option>: This switch disables the GTK+-3
114 theming engine.
115 </para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Library</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 None
130 </seg>
131 <seg>
132 libadwaita.so
133 </seg>
134 <seg>
135 /usr/lib/gtk-2.0/2.10.0/engines,
136 /usr/share/icons/HighContrast,
137 /usr/share/themes/Adwaita,
138 /usr/share/themes/Adwaita-dark, and
139 /usr/share/themes/HighContrast
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="libadwaita">
150 <term><filename class="libraryfile">libadwaita.so</filename></term>
151 <listitem>
152 <para>
153 is the Adwaita <application>GTK+-2</application> engine theme
154 </para>
155 <indexterm zone="gnome-themes-extra libadwaita">
156 <primary sortas="c-libadwaita">libadwaita.so</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.