source: x/icons/gnome-themes-extra.xml@ 2a5f4f9

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 2a5f4f9 was 990dbf0, checked in by Bruce Dubbs <bdubbs@…>, 9 months ago

Remove obsolete references to gtk2

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