source: xfce/core/garcon.xml

trunk
Last change on this file was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 7 weeks ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[17bcb81]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
[c6b192c]8 "https://archive.xfce.org/src/xfce/garcon/&garcon-minor;/garcon-&garcon-version;.tar.bz2">
[17bcb81]9 <!ENTITY garcon-download-ftp " ">
[28352b1]10 <!ENTITY garcon-md5sum "153813ff2736f44fa7b6fa96068538d0">
11 <!ENTITY garcon-size "566 KB">
[dc235691]12 <!ENTITY garcon-buildsize "8.4 MB">
[956d023]13 <!ENTITY garcon-time "0.1 SBU">
[17bcb81]14]>
15
[dcd16c6]16<sect1 id="garcon" xreflabel="Garcon-&garcon-version;">
[17bcb81]17 <?dbhtml filename="garcon.html"?>
18
19
[dcd16c6]20 <title>Garcon-&garcon-version;</title>
[17bcb81]21
22 <indexterm zone="garcon">
[dcd16c6]23 <primary sortas="a-Garcon">Garcon</primary>
[17bcb81]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
[1241ea19]35 &lfs121_checked;
[17bcb81]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">
[8558044]75 <xref linkend="libxfce4ui"/> and
[40a6fadf]76 <xref linkend="gtk3"/>
[17bcb81]77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
[dcd16c6]81 <xref linkend="gtk-doc"/>
[17bcb81]82 </para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Garcon</title>
88
89 <para>
90 Install <application>Garcon</application> by running the following
91 commands:
92 </para>
93
[f78b8b5]94<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
[17bcb81]95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
[dcd16c6]106
[17bcb81]107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
[c3c56b2]113 <segtitle>Installed Programs</segtitle>
[17bcb81]114 <segtitle>Installed Library</segtitle>
[f7b6f93a]115 <segtitle>Installed Directory</segtitle>
[17bcb81]116
117 <seglistitem>
[dcd16c6]118 <seg>
119 None
120 </seg>
121 <seg>
[88136e4d]122 libgarcon-1.so and
[3441548]123 libgarcon-gtk3-1.so
[dcd16c6]124 </seg>
125 <seg>
[88136e4d]126 /usr/include/garcon-1,
[3441548]127 /usr/include/garcon-gtk3-1, and
[dcd16c6]128 /usr/share/gtk-doc/html/garcon
129 </seg>
[17bcb81]130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="libgarcon-1">
139 <term><filename class="libraryfile">libgarcon-1.so</filename></term>
140 <listitem>
141 <para>
142 contains functions that provide a freedesktop.org compliant menu
143 implementation based on <application>GLib</application> and
[4c24eb0a]144 <application>GIO</application>
[17bcb81]145 </para>
146 <indexterm zone="garcon libgarcon-1">
147 <primary sortas="c-libgarcon-1">libgarcon-1.so</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
[dcd16c6]151
[17bcb81]152 </variablelist>
[dcd16c6]153
[17bcb81]154 </sect2>
[dcd16c6]155
[17bcb81]156</sect1>
Note: See TracBrowser for help on using the repository browser.