source: xfce/core/garcon.xml@ fb25573

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 fb25573 was 8558044, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

  • 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 "0a8b96a47e375055fd7ebf41f495add5">
11 <!ENTITY garcon-size "509 KB">
12 <!ENTITY garcon-buildsize "8.2 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 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Garcon-&garcon-version;</title>
24
25 <indexterm zone="garcon">
26 <primary sortas="a-Garcon">Garcon</primary>
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
38 &lfs110a_checked;
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">
78 <xref linkend="libxfce4ui"/> and
79 <xref linkend="gtk3"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="gobject-introspection"/> and
85 <xref linkend="gtk-doc"/>
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
101<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
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>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Library</segtitle>
122 <segtitle>Installed Directory</segtitle>
123
124 <seglistitem>
125 <seg>
126 None
127 </seg>
128 <seg>
129 libgarcon-1.so and
130 libgarcon-gtk3-1.so
131 </seg>
132 <seg>
133 /usr/include/garcon-1,
134 /usr/include/garcon-gtk3-1, and
135 /usr/share/gtk-doc/html/garcon
136 </seg>
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
151 <application>GIO</application>
152 </para>
153 <indexterm zone="garcon libgarcon-1">
154 <primary sortas="c-libgarcon-1">libgarcon-1.so</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.