source: archive/gtk-xfce-engine.xml@ ccded7e

11.0 11.1 11.2 11.3 12.0 12.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 ccded7e was d43c7a1, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Archive gtk-xfce-engine and xfce4-kbd-plugin.
Move libwnck2 to lxde.
Tag lxde dependencies.

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

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