source: archive/gtk-xfce-engine.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.3 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-xfce-engine-download-http
8 "http://archive.xfce.org/src/archive/gtk-xfce-engine/3.2/gtk-xfce-engine-&gtk-xfce-engine-version;.tar.bz2">
9 <!ENTITY gtk-xfce-engine-download-ftp " ">
10 <!ENTITY gtk-xfce-engine-md5sum "363d6c16a48a00e26d45c45c2e1fd739">
11 <!ENTITY gtk-xfce-engine-size "368 KB">
12 <!ENTITY gtk-xfce-engine-buildsize "7.0 MB">
13 <!ENTITY gtk-xfce-engine-time "less than 0.1 SBU">
14]>
15
16<sect1 id="gtk-xfce-engine" xreflabel="gtk-xfce-engine-&gtk-xfce-engine-version;">
17 <?dbhtml filename="gtk-xfce-engine.html"?>
18
19
20 <title>gtk-xfce-engine-&gtk-xfce-engine-version;</title>
21
22 <indexterm zone="gtk-xfce-engine">
23 <primary sortas="a-gtk-xfce-engine">gtk-xfce-engine</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GTK Xfce Engine</title>
28
29 <para>
30 The <application>GTK Xfce Engine</application> package contains several
31 <application>GTK+ 2</application> and <application>GTK+ 3</application>
32 themes and libraries needed to display them.
33 This is useful for customising the appearance of your
34 <application>Xfce</application> desktop.
35 </para>
36
37 &lfs84_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gtk-xfce-engine-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gtk-xfce-engine-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gtk-xfce-engine-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gtk-xfce-engine-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gtk-xfce-engine-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gtk-xfce-engine-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">GTK Xfce Engine Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="gtk2"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="gtk3"/>
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/gtk-xfce-engine"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of GTK Xfce Engine</title>
92
93 <para>
94 Install <application>GTK Xfce Engine</application> by running the
95 following commands:
96 </para>
97
98<screen><userinput>sed -i 's/\xd6/\xc3\x96/' gtk-3.0/xfce_style_types.h &amp;&amp;
99./configure --prefix=/usr --enable-gtk3 &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para>
118 <command>sed -i 's/\xd6/\xc3\x96/' ...</command>: The script
119 <command>glib-mkenums</command> has now been rewritten from
120 <application>perl</application> to <application>python</application>
121 and will crash when it encounters an ISO-8859-1 character in a comment.
122 This sed converts that character to UTF-8.
123 </para>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 None
138 </seg>
139 <seg>
140 libxfce.so (in /usr/lib/gtk-&gtk2-libdir;/engines,
141 /usr/lib/gtk-3.0/3.0.0/theming-engines), and
142 /usr/share/themes/Xfce* (21 variations)
143 </seg>
144 <seg>
145 Xfce, Xfce-4.0, Xfce-4.2, Xfce-4.4, Xfce-4.6, Xfce-b5, Xfce-basic,
146 Xfce-cadmium, Xfce-curve, Xfce-dawn, Xfce-dusk, Xfce-kde2,
147 Xfce-kolors, Xfce-light, Xfce-orange, Xfce-redmondxp, Xfce-saltlake,
148 Xfce-smooth, Xfce-stellar, Xfce-winter in /usr/share/themes
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="libxfce">
159 <term><filename class="libraryfile">libxfce.so</filename></term>
160 <listitem>
161 <para>
162 contains functions that allow <application>Xfce</application> to
163 apply and change <application>GTK+ 2</application> and
164 <application>GTK+ 3</application> themes.
165 </para>
166 <indexterm zone="gtk-xfce-engine libxfce">
167 <primary sortas="c-libxfce">libxfce.so</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.