source: x/lib/gtk-engines.xml@ b474dfa

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b474dfa was b474dfa, checked in by Douglas R. Reno <renodr@…>, 16 months ago

Another round of tags

  • Property mode set to 100644
File size: 4.9 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 gtk-engines-download-http
8 "&gnome-download-http;/gtk-engines/2.20/gtk-engines-&gtk-engines-version;.tar.bz2">
9 <!ENTITY gtk-engines-download-ftp
10 "&gnome-download-ftp;/gtk-engines/2.20/gtk-engines-&gtk-engines-version;.tar.bz2">
11 <!ENTITY gtk-engines-md5sum "5deb287bc6075dc21812130604c7dc4f">
12 <!ENTITY gtk-engines-size "676 KB">
13 <!ENTITY gtk-engines-buildsize "19 MB">
14 <!ENTITY gtk-engines-time "0.4 SBU">
15]>
16
17<sect1 id="gtk-engines" xreflabel="GTK Engines-&gtk-engines-version;">
18 <?dbhtml filename="gtk-engines.html"?>
19
20
21 <title>GTK Engines-&gtk-engines-version;</title>
22
23 <indexterm zone="gtk-engines">
24 <primary sortas="a-GTK Engines">GTK Engines</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GTK Engines</title>
29
30 <para>
31 The <application>GTK Engines</application> package contains eight
32 themes/engines and two additional engines for
33 <application>GTK2</application>.
34 </para>
35
36 &lfs113_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gtk-engines-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gtk-engines-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gtk-engines-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gtk-engines-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gtk-engines-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gtk-engines-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GTK Engines Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gtk2"/>
77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="lua"/> and
82 <xref linkend="which"/> (required for test suite)
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/gtk-engines"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of GTK Engines</title>
92
93 <para>
94 Install <application>GTK Engines</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 To test the results, issue: <command>make check</command>.
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 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <para>
116 <option>--enable-lua --with-system-lua</option>: Use these switches if you
117 installed <application>Lua</application> and want to build Lua theming
118 engine.
119 </para>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130 <segtitle>Installed Themes</segtitle>
131
132 <seglistitem>
133 <seg>
134 None
135 </seg>
136 <seg>
137 libclearlooks.so,
138 libcrux-engine.so,
139 libglide.so,
140 libhcengine.so,
141 libindustrial.so,
142 libmist.so,
143 libredmond95.so and
144 libthinice.so (GTK-2 engines libraries)
145 </seg>
146 <seg>
147 /usr/lib/gtk-&gtk2-libdir;/engines,
148 /usr/share/gtk-engines,
149 /usr/share/themes/Clearlooks,
150 /usr/share/themes/Crux,
151 /usr/share/themes/Industrial,
152 /usr/share/themes/Mist,
153 /usr/share/themes/Redmond and
154 /usr/share/themes/ThinIce
155 </seg>
156 <seg>
157 Clearlooks,
158 Crux,
159 Industrial,
160 Mist,
161 Redmond and
162 ThinIce
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry>
173 <term>engine libraries</term>
174 <listitem>
175 <para>
176 are manager systems for specific themes
177 </para>
178 </listitem>
179 </varlistentry>
180 </variablelist>
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.