source: x/lib/gtk-engines.xml@ 920e139

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 920e139 was 9d86c703, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tags

  • Property mode set to 100644
File size: 4.8 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 &lfs120_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 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of GTK Engines</title>
89
90 <para>
91 Install <application>GTK Engines</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make check</command>.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para>
113 <option>--enable-lua --with-system-lua</option>: Use these switches if you
114 installed <application>Lua</application> and want to build Lua theming
115 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 Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127 <segtitle>Installed Themes</segtitle>
128
129 <seglistitem>
130 <seg>
131 None
132 </seg>
133 <seg>
134 libclearlooks.so,
135 libcrux-engine.so,
136 libglide.so,
137 libhcengine.so,
138 libindustrial.so,
139 libmist.so,
140 libredmond95.so and
141 libthinice.so (GTK-2 engines libraries)
142 </seg>
143 <seg>
144 /usr/lib/gtk-&gtk2-libdir;/engines,
145 /usr/share/gtk-engines,
146 /usr/share/themes/Clearlooks,
147 /usr/share/themes/Crux,
148 /usr/share/themes/Industrial,
149 /usr/share/themes/Mist,
150 /usr/share/themes/Redmond and
151 /usr/share/themes/ThinIce
152 </seg>
153 <seg>
154 Clearlooks,
155 Crux,
156 Industrial,
157 Mist,
158 Redmond and
159 ThinIce
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry>
170 <term>engine libraries</term>
171 <listitem>
172 <para>
173 are manager systems for specific themes
174 </para>
175 </listitem>
176 </varlistentry>
177 </variablelist>
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.