source: x/lib/gdl.xml@ f7a91626

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 f7a91626 was f7a91626, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to pinentry-1.2.0.

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[b8ff9ea]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/&gnome-minor-34;/gdl-&gdl-version;.tar.xz">
8 <!ENTITY gdl-download-ftp "&gnome-download-ftp;/gdl/&gnome-minor-34;/gdl-&gdl-version;.tar.xz">
[779b3223]9 <!ENTITY gdl-md5sum "21df1254b49b74a498feb99be57364d0">
10 <!ENTITY gdl-size "524 KB">
11 <!ENTITY gdl-buildsize "9.8 MB">
[b8ff9ea]12 <!ENTITY gdl-time "0.1 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 The GDL package provides a library that is useful for docking objects in
33 GTK+ applications.
34 </para>
35
[f7a91626]36 &lfs110a_checked;
[b8ff9ea]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gdl-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gdl-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gdl-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gdl-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gdl-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gdl-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GDL Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gtk3"/>
77 </para>
78
79 <para condition="html" role="usernotes">
80 User Notes: <ulink url="&blfs-wiki;/gdl"/>
81 </para>
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of GDL</title>
86
87 <para>
88 Install <application>GDL</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../../xincludes/static-libraries.xml"/>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/gtk-doc-rebuild.xml"/>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 None
128 </seg>
129 <seg>
130 libgdl-3.so
131 </seg>
132 <seg>
133 /usr/include/libgdl-3.0 and
134 /usr/share/gtk-doc/html/gdl-3.0
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="libgdl-3">
145 <term><filename class="libraryfile">libgdl-3.so</filename></term>
146 <listitem>
147 <para>
148 contains functions that allow for docking objects in GTK+ applications
149 </para>
150 <indexterm zone="gdl libgdl-3">
151 <primary sortas="c-libgdl-3">libgdl-3.so</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155 </variablelist>
156 </sect2>
[4c24eb0a]157
[b8ff9ea]158</sect1>
Note: See TracBrowser for help on using the repository browser.