source: xfce/core/garcon.xml@ fd52540

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since fd52540 was fd52540, checked in by Tim Tassonis <stuff@…>, 13 months ago

Update to libxfce4ui-4.18.3.
Update to garcon-4.18.1.
Update to xfce4-panel-4.18.3.
Update to xfce4-session-4.18.2.

  • Property mode set to 100644
File size: 4.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 garcon-download-http
8 "https://archive.xfce.org/src/xfce/garcon/&garcon-minor;/garcon-&garcon-version;.tar.bz2">
9 <!ENTITY garcon-download-ftp " ">
10 <!ENTITY garcon-md5sum "0c9dd937f595beb7052657c44f77c272">
11 <!ENTITY garcon-size "542 KB">
12 <!ENTITY garcon-buildsize "8.4 MB">
13 <!ENTITY garcon-time "0.1 SBU">
14]>
15
16<sect1 id="garcon" xreflabel="Garcon-&garcon-version;">
17 <?dbhtml filename="garcon.html"?>
18
19
20 <title>Garcon-&garcon-version;</title>
21
22 <indexterm zone="garcon">
23 <primary sortas="a-Garcon">Garcon</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Garcon</title>
28
29 <para>
30 The <application>Garcon</application> package contains a freedesktop.org
31 compliant menu implementation based on <application>GLib</application> and
32 <application>GIO</application>.
33 </para>
34
35 &lfs113_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&garcon-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&garcon-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &garcon-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &garcon-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &garcon-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &garcon-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Garcon Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="libxfce4ui"/> and
76 <xref linkend="gtk3"/>
77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81<!-- <xref linkend="gobject-introspection"/> and -->
82 <xref linkend="gtk-doc"/>
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/garcon"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Garcon</title>
92
93 <para>
94 Install <application>Garcon</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Library</segtitle>
119 <segtitle>Installed Directory</segtitle>
120
121 <seglistitem>
122 <seg>
123 None
124 </seg>
125 <seg>
126 libgarcon-1.so and
127 libgarcon-gtk3-1.so
128 </seg>
129 <seg>
130 /usr/include/garcon-1,
131 /usr/include/garcon-gtk3-1, and
132 /usr/share/gtk-doc/html/garcon
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="libgarcon-1">
143 <term><filename class="libraryfile">libgarcon-1.so</filename></term>
144 <listitem>
145 <para>
146 contains functions that provide a freedesktop.org compliant menu
147 implementation based on <application>GLib</application> and
148 <application>GIO</application>
149 </para>
150 <indexterm zone="garcon libgarcon-1">
151 <primary sortas="c-libgarcon-1">libgarcon-1.so</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.