source: gnome/platform/libgee.xml@ 1e6da19b

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 1e6da19b was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • 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 libgee-download-http "&gnome-download-http;/libgee/0.20/libgee-&libgee-version;.tar.xz">
8 <!ENTITY libgee-download-ftp " ">
9 <!ENTITY libgee-md5sum "8b9001f47e15ef7a1776ac1f5bb015a0">
10 <!ENTITY libgee-size "676 KB">
11 <!ENTITY libgee-buildsize "38 MB (with tests)">
12 <!ENTITY libgee-time "0.5 SBU (with tests)">
13]>
14
15<sect1 id="libgee" xreflabel="libgee-&libgee-version;">
16 <?dbhtml filename="libgee.html"?>
17
18
19 <title>libgee-&libgee-version;</title>
20
21 <indexterm zone="libgee">
22 <primary sortas="a-libgee">libgee</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libgee</title>
27
28 <para>
29 The <application>libgee</application> package is a collection library
30 providing GObject based interfaces and classes for commonly used data
31 structures.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libgee-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libgee-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libgee-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libgee-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libgee-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libgee-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libgee Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="glib2"/>
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="gobject-introspection"/> and
80 <xref linkend="vala"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="vala"/> (with Valadoc) and
86 <ulink url="https://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>
87 </para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of libgee</title>
93
94 <para>
95 Install <application>libgee</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 To test the results, issue: <command>make check</command>.
104 </para>
105 <!-- For some reason, the tests parallelize themselves and use all
106 cores available, regardless of prior settings in the environment.-->
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 libgee-0.8.so
130 </seg>
131 <seg>
132 /usr/include/gee-0.8
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="libgee-lib">
143 <term><filename class="libraryfile">libgee-0.8.so</filename></term>
144 <listitem>
145 <para>
146 contains the <application>libgee</application> API functions
147 </para>
148 <indexterm zone="libgee libgee-lib">
149 <primary sortas="c-libgee-0.8">libgee-0.8.so</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 </variablelist>
155
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.