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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 dac1800 was dac1800, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Couple of tags
Avahi: Restore installation of dnsconfd systemd unit and add two dependencies found from checking the build log.

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

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