source: general/genlib/libcloudproviders.xml@ fa5f6e9

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since fa5f6e9 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 9 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.7 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 libcloudproviders-download-http "&gnome-download-http;/libcloudproviders/0.3/libcloudproviders-&libcloudproviders-version;.tar.xz">
8 <!ENTITY libcloudproviders-download-ftp " ">
9 <!ENTITY libcloudproviders-md5sum "6693c18d7d9a2f2e7bb5b1fe41611acc">
10 <!ENTITY libcloudproviders-size "24 KB">
11 <!ENTITY libcloudproviders-buildsize "1.5 MB">
12 <!ENTITY libcloudproviders-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libcloudproviders" xreflabel="libcloudproviders-&libcloudproviders-version;">
16 <?dbhtml filename="libcloudproviders.html"?>
17
18 <title>libcloudproviders-&libcloudproviders-version;</title>
19
20 <indexterm zone="libcloudproviders">
21 <primary sortas="a-libcloudproviders">libcloudproviders</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to libcloudproviders</title>
26
27 <para>
28 The <application>libcloudproviders</application> package contains a
29 library which provides a DBus API that allows cloud storage sync clients
30 to expose their services.
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="&libcloudproviders-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libcloudproviders-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libcloudproviders-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libcloudproviders-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libcloudproviders-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libcloudproviders-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libcloudproviders Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gobject-introspection"/> and
74 <xref linkend="vala"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="gtk-doc"/>
80 </para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of libcloudproviders</title>
86
87 <para>
88 Install <application>libcloudproviders</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>mkdir build &amp;&amp;
93cd build &amp;&amp;
94
95meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
96ninja</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>ninja install</userinput></screen>
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/meson-buildtype-release.xml"/>
114
115 <para>
116 <option>-Denable-gtk-doc</option>: Use this switch if you have
117 <xref linkend="gtk-doc" role="nodep"/> installed and wish to generate the
118 API documentation.
119 </para>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 None
134 </seg>
135 <seg>
136 libcloudproviders.so
137 </seg>
138 <seg>
139 /usr/include/cloudproviders
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="libcloudproviders-lib">
150 <term><filename class="libraryfile">libcloudproviders.so</filename></term>
151 <listitem>
152 <para>
153 contains functions that provide a DBus API to allow cloud storage
154 sync clients to expose their services
155 </para>
156 <indexterm zone="libcloudproviders libcloudproviders-lib">
157 <primary sortas="c-libcloudproviders">libcloudproviders.so</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161 </variablelist>
162 </sect2>
163</sect1>
Note: See TracBrowser for help on using the repository browser.