source: archive/gnome/gdl.xml@ 48b59802

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 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.2 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 gdl-download-http "&gnome-download-http;/gdl/3.4/gdl-&gdl-version;.tar.xz">
8 <!ENTITY gdl-download-ftp "&gnome-download-ftp;/gdl/3.4/gdl-&gdl-version;.tar.xz">
9 <!ENTITY gdl-md5sum "501f6d2add5aa1758a51f140b9644602">
10 <!ENTITY gdl-size "512 KB">
11 <!ENTITY gdl-buildsize "12 MB">
12 <!ENTITY gdl-time "0.2 SBU">
13]>
14
15<sect1 id="gdl" xreflabel="gdl-&gdl-version;">
16 <?dbhtml filename="gdl.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>gdl-&gdl-version;</title>
23
24 <indexterm zone="gdl">
25 <primary sortas="a-gdl">gdl</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Gdl</title>
30
31 <para>
32 <application>Gdl</application> is the Gnome Development/Docking Library.
33 </para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gdl-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gdl-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gdl-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gdl-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gdl-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gdl-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Gdl Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gtk3"/> and
76 <xref linkend="libxml2"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="gobject-introspection"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/gdl"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Gdl</title>
96
97 <para>
98 Install <application>Gdl</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/gtk-doc-rebuild.xml"/>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Library</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 libgdl-3.so
135 </seg>
136 <seg>
137 /usr/include/libgdl-3.0 and
138 /usr/share/gtk-doc/html/gdl-3.0
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="libgdl-3">
149 <term><filename class='libraryfile'>libgdl-3.so</filename></term>
150 <listitem>
151 <para>
152 provides a support library for development tools from the
153 <application>GNOME</application> environment.
154 </para>
155 <indexterm zone="gdl libgdl-3">
156 <primary sortas="c-libgdl-3">libgdl-3.so</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.