source: x/lib/gtk-engines.xml

trunk
Last change on this file was e8b3f50, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Tags

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