source: gnome/platform/libgee.xml@ 5a6cb8b

kde5-14686 systemd-13485
Last change on this file since 5a6cb8b was 5a6cb8b, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated to gnome-keyring-3.14.0, gnome-session-3.14.0, libgee-0.16.0, caribou-0.4.15, gdm-3.14.0 and gjs-1.42.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14440 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.4 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 libgee08-download-http "&gnome-download-http;/libgee/0.16/libgee-&libgee08-version;.tar.xz">
8 <!ENTITY libgee08-download-ftp "&gnome-download-ftp;/libgee/0.16/libgee-&libgee08-version;.tar.xz">
9 <!ENTITY libgee08-md5sum "12ab75a06a145a48406b2c135a3be191">
10 <!ENTITY libgee08-size "636 KB">
11 <!ENTITY libgee08-buildsize "27.2 MB">
12 <!ENTITY libgee08-time "0.4 SBU (Additional 20.1 SBU for the test suite">
13]>
14
15<sect1 id="libgee08" xreflabel="libgee-&libgee08-version;">
16 <?dbhtml filename="libgee.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libgee-&libgee08-version;</title>
24
25 <indexterm zone="libgee08">
26 <primary sortas="a-libgee">libgee</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libgee</title>
31
32 <para>
33 The <application>libgee</application> package is a collection library
34 providing GObject based interfaces and classes for commonly used data
35 structures.
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libgee08-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libgee08-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libgee08-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libgee08-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libgee08-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libgee08-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libgee Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="glib2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gobject-introspection"/> and
84 <xref linkend="vala"/>
85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/libgee08"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of libgee</title>
94
95 <para>
96 Install <application>libgee</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr &amp;&amp;
101make</userinput></screen>
102
103 <warning>
104 <para>
105 Running the test suite is resource intensive and will cause your
106 computer to appear to hang for long periods of time. The tests
107 will however complete successfully.
108 </para>
109 </warning>
110
111 <para>
112 To test the results, issue: <command>make check</command>.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Library</segtitle>
129 <segtitle>Installed Directory</segtitle>
130
131 <seglistitem>
132 <seg>
133 None
134 </seg>
135 <seg>
136 libgee-0.8.so
137 </seg>
138 <seg>
139 /usr/include/gee-0.8
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="libgee08-lib">
150 <term><filename class="libraryfile">libgee-0.8.so</filename></term>
151 <listitem>
152 <para>
153 contains the <application>libgee</application> API functions.
154 </para>
155 <indexterm zone="libgee08 libgee08-lib">
156 <primary sortas="c-libgee-0.8">libgee-0.8.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.