source: xfce/core/libxfce4ui.xml@ 3441548

10.1 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 3441548 was 3441548, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to xfce4-4.16. Includes garcon-0.8.0 and exo-4.16.0

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

  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[17bcb81]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 libxfce4ui-download-http
[dcd16c6]8 "http://archive.xfce.org/src/xfce/libxfce4ui/&xfce4-version;/libxfce4ui-&libxfce4ui-version;.tar.bz2">
[17bcb81]9 <!ENTITY libxfce4ui-download-ftp " ">
[3441548]10 <!ENTITY libxfce4ui-md5sum "4a7035374f016efa968b776a110065d9">
11 <!ENTITY libxfce4ui-size "820 KB">
12 <!ENTITY libxfce4ui-buildsize "12 MB">
[71fcd95e]13 <!ENTITY libxfce4ui-time "0.1 SBU">
[17bcb81]14]>
15
16<sect1 id="libxfce4ui" xreflabel="libxfce4ui-&libxfce4ui-version;">
17 <?dbhtml filename="libxfce4ui.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libxfce4ui-&libxfce4ui-version;</title>
25
26 <indexterm zone="libxfce4ui">
27 <primary sortas="a-libxfce4ui">libxfce4ui</primary>
28 </indexterm>
29
30 <sect2 role="package">
[dcd16c6]31 <title>Introduction to libxfce4ui</title>
[17bcb81]32
33 <para>
[dcd16c6]34 The <application>libxfce4ui</application> package contains
35 <application>GTK+ 2</application> widgets that are used by other
[17bcb81]36 <application>Xfce</application> applications.
37 </para>
38
[640ece9]39 &lfs10_checked;
[17bcb81]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libxfce4ui-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libxfce4ui-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libxfce4ui-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libxfce4ui-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libxfce4ui-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libxfce4ui-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
[dcd16c6]75 <bridgehead renderas="sect3">libxfce4ui Dependencies</bridgehead>
[17bcb81]76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
[1d128a6]79 <xref linkend="gtk3"/> and
[17bcb81]80 <xref linkend="xfconf"/>
81 </para>
82
[dcd16c6]83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="startup-notification"/>
86 </para>
87
[17bcb81]88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
[71fcd95e]90 <xref linkend="gtk-doc"/>,
[3441548]91 <xref linkend="gobject-introspection"/>,
92 <xref linkend="libgtop"/>,
93 <xref linkend="libgudev"/>, and
[71fcd95e]94 <ulink url="https://glade.gnome.org/">Glade</ulink>
[17bcb81]95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/libxfce4ui"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
[dcd16c6]103 <title>Installation of libxfce4ui</title>
[17bcb81]104
105 <para>
[dcd16c6]106 Install <application>libxfce4ui</application> by running the following
[17bcb81]107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
[dcd16c6]122
[17bcb81]123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dcd16c6]129 href="../../xincludes/gtk-doc-rebuild.xml"/>
130
[17bcb81]131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
[c3c56b2]137 <segtitle>Installed Programs</segtitle>
[17bcb81]138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
[c3c56b2]142 <seg>
143 None
144 </seg>
[17bcb81]145 <seg>
[f3429309]146 libxfce4kbd-private-{2,3}.so and
[71fcd95e]147 libxfce4ui-{1,2}.so
[17bcb81]148 </seg>
149 <seg>
150 /etc/xdg/xfce4,
151 /usr/include/xfce4/libxfce4kbd-private-2,
[71fcd95e]152 /usr/include/xfce4/libxfce4ui-{1,2}, and
[dcd16c6]153 /usr/share/gtk-doc/html/libxfce4ui
[17bcb81]154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="libxfce4kbd-private-2">
164 <term><filename class="libraryfile">libxfce4kbd-private-2.so</filename></term>
165 <listitem>
166 <para>
167 is a private <application>Xfce</application> library for sharing
168 code between <application>Xfwm4</application> and
[dcd16c6]169 <application>Xfce4 Settings</application>.
[17bcb81]170 </para>
171 <indexterm zone="libxfce4ui libxfce4kbd-private-2">
172 <primary sortas="c-libxfce4kbd-private-2">libxfce4kbd-private-2.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="libxfce4ui-1">
178 <term><filename class="libraryfile">libxfce4ui-1.so</filename></term>
179 <listitem>
180 <para>
181 contains widgets that are used by other
182 <application>Xfce</application> applications.
183 </para>
184 <indexterm zone="libxfce4ui libxfce4ui-1">
185 <primary sortas="c-libxfce4ui-1">libxfce4ui-1.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
[dcd16c6]189
[17bcb81]190 </variablelist>
[dcd16c6]191
[17bcb81]192 </sect2>
[dcd16c6]193
[17bcb81]194</sect1>
Note: See TracBrowser for help on using the repository browser.