source: xfce/core/garcon.xml@ e12b9ec

ken/TL2024 trunk
Last change on this file since e12b9ec was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "153813ff2736f44fa7b6fa96068538d0">
11 <!ENTITY garcon-size "566 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 &lfs121_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 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Garcon</title>
89
90 <para>
91 Install <application>Garcon</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Library</segtitle>
116 <segtitle>Installed Directory</segtitle>
117
118 <seglistitem>
119 <seg>
120 None
121 </seg>
122 <seg>
123 libgarcon-1.so and
124 libgarcon-gtk3-1.so
125 </seg>
126 <seg>
127 /usr/include/garcon-1,
128 /usr/include/garcon-gtk3-1, and
129 /usr/share/gtk-doc/html/garcon
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="libgarcon-1">
140 <term><filename class="libraryfile">libgarcon-1.so</filename></term>
141 <listitem>
142 <para>
143 contains functions that provide a freedesktop.org compliant menu
144 implementation based on <application>GLib</application> and
145 <application>GIO</application>
146 </para>
147 <indexterm zone="garcon libgarcon-1">
148 <primary sortas="c-libgarcon-1">libgarcon-1.so</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.