source: gnome/platform/libgtop.xml@ a804944

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since a804944 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.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 libgtop-download-http "&gnome-download-http;/libgtop/2.40/libgtop-&libgtop-version;.tar.xz">
8 <!ENTITY libgtop-download-ftp " ">
9 <!ENTITY libgtop-md5sum "c6d67325cd97b2208b41e07e6cc7b947">
10 <!ENTITY libgtop-size "728 KB">
11 <!ENTITY libgtop-buildsize "20 MB">
12 <!ENTITY libgtop-time "0.2 SBU">
13]>
14
15<sect1 id="libgtop" xreflabel="libgtop-&libgtop-version;">
16 <?dbhtml filename="libgtop.html"?>
17
18
19 <title>libgtop-&libgtop-version;</title>
20
21 <indexterm zone="libgtop">
22 <primary sortas="a-libgtop">libgtop</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libgtop</title>
27
28 <para>
29 The <application>libgtop</application> package contains the
30 <application>GNOME</application> top libraries.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libgtop-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libgtop-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libgtop-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libgtop-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libgtop-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libgtop-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libgtop Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="glib2"/> and
74 <xref linkend="xorg7-lib"/>
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="gobject-introspection"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="gtk-doc"/>
85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of libgtop</title>
91
92 <para>
93 Install <application>libgtop</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/static-libraries.xml"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/gtk-doc-rebuild.xml"/>
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 Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 libgtop_daemon2 and libgtop_server2
134 </seg>
135 <seg>
136 libgtop-2.0.so
137 </seg>
138 <seg>
139 /usr/include/libgtop-2.0 and
140 /usr/share/gtk-doc/html/libgtop
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="libgtop-2">
151 <term><filename class="libraryfile">libgtop-2.0.so</filename></term>
152 <listitem>
153 <para>
154 contains functions that allow access to system
155 performance data
156 </para>
157 <indexterm zone="libgtop libgtop-2">
158 <primary sortas="c-libgtop-2">libgtop-2.0.so</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.