2024-01-20 05:35:53 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2012-04-29 23:46:14 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY garcon-download-http
|
2021-04-05 20:36:04 +08:00
|
|
|
"https://archive.xfce.org/src/xfce/garcon/&garcon-minor;/garcon-&garcon-version;.tar.bz2">
|
2012-04-29 23:46:14 +08:00
|
|
|
<!ENTITY garcon-download-ftp " ">
|
2024-02-06 16:48:40 +08:00
|
|
|
<!ENTITY garcon-md5sum "153813ff2736f44fa7b6fa96068538d0">
|
|
|
|
<!ENTITY garcon-size "566 KB">
|
2022-12-24 06:14:24 +08:00
|
|
|
<!ENTITY garcon-buildsize "8.4 MB">
|
2017-06-19 01:55:24 +08:00
|
|
|
<!ENTITY garcon-time "0.1 SBU">
|
2012-04-29 23:46:14 +08:00
|
|
|
]>
|
|
|
|
|
2013-03-17 04:55:44 +08:00
|
|
|
<sect1 id="garcon" xreflabel="Garcon-&garcon-version;">
|
2012-04-29 23:46:14 +08:00
|
|
|
<?dbhtml filename="garcon.html"?>
|
|
|
|
|
|
|
|
|
2013-03-17 04:55:44 +08:00
|
|
|
<title>Garcon-&garcon-version;</title>
|
2012-04-29 23:46:14 +08:00
|
|
|
|
|
|
|
<indexterm zone="garcon">
|
2013-03-17 04:55:44 +08:00
|
|
|
<primary sortas="a-Garcon">Garcon</primary>
|
2012-04-29 23:46:14 +08:00
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Garcon</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The <application>Garcon</application> package contains a freedesktop.org
|
|
|
|
compliant menu implementation based on <application>GLib</application> and
|
|
|
|
<application>GIO</application>.
|
|
|
|
</para>
|
|
|
|
|
2024-02-17 03:11:29 +08:00
|
|
|
&lfs121_checked;
|
2012-04-29 23:46:14 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&garcon-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&garcon-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &garcon-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &garcon-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &garcon-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &garcon-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Garcon Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2021-09-07 01:42:49 +08:00
|
|
|
<xref linkend="libxfce4ui"/> and
|
2015-04-07 00:16:48 +08:00
|
|
|
<xref linkend="gtk3"/>
|
2012-04-29 23:46:14 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
2013-03-17 04:55:44 +08:00
|
|
|
<xref linkend="gtk-doc"/>
|
2012-04-29 23:46:14 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Garcon</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>Garcon</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
2013-05-08 01:49:42 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
2012-04-29 23:46:14 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
This package does not come with a test suite.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
2013-03-17 04:55:44 +08:00
|
|
|
|
2012-04-29 23:46:14 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
2013-01-26 00:32:25 +08:00
|
|
|
<segtitle>Installed Programs</segtitle>
|
2012-04-29 23:46:14 +08:00
|
|
|
<segtitle>Installed Library</segtitle>
|
2012-05-08 04:44:04 +08:00
|
|
|
<segtitle>Installed Directory</segtitle>
|
2012-04-29 23:46:14 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
2013-03-17 04:55:44 +08:00
|
|
|
<seg>
|
|
|
|
None
|
|
|
|
</seg>
|
|
|
|
<seg>
|
2014-03-16 01:40:56 +08:00
|
|
|
libgarcon-1.so and
|
2021-01-01 06:44:55 +08:00
|
|
|
libgarcon-gtk3-1.so
|
2013-03-17 04:55:44 +08:00
|
|
|
</seg>
|
|
|
|
<seg>
|
2014-03-16 01:40:56 +08:00
|
|
|
/usr/include/garcon-1,
|
2021-01-01 06:44:55 +08:00
|
|
|
/usr/include/garcon-gtk3-1, and
|
2013-03-17 04:55:44 +08:00
|
|
|
/usr/share/gtk-doc/html/garcon
|
|
|
|
</seg>
|
2012-04-29 23:46:14 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libgarcon-1">
|
|
|
|
<term><filename class="libraryfile">libgarcon-1.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
contains functions that provide a freedesktop.org compliant menu
|
|
|
|
implementation based on <application>GLib</application> and
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>GIO</application>
|
2012-04-29 23:46:14 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="garcon libgarcon-1">
|
|
|
|
<primary sortas="c-libgarcon-1">libgarcon-1.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2013-03-17 04:55:44 +08:00
|
|
|
|
2012-04-29 23:46:14 +08:00
|
|
|
</variablelist>
|
2013-03-17 04:55:44 +08:00
|
|
|
|
2012-04-29 23:46:14 +08:00
|
|
|
</sect2>
|
2013-03-17 04:55:44 +08:00
|
|
|
|
2012-04-29 23:46:14 +08:00
|
|
|
</sect1>
|