source: xfce/core/garcon.xml@ f0922fc9

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 f0922fc9 was f0922fc9, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

Tags

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