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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 ff0b3aa8 was ff0b3aa8, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Tags

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

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