source: archive/gnome-obsolete/gnome-vfs-monikers.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.8 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 gnome-vfs-monikers-download-http "&gnome-download-http;/gnome-vfs-monikers/2.15/gnome-vfs-monikers-&gnome-vfs-monikers-version;.tar.bz2">
8 <!ENTITY gnome-vfs-monikers-download-ftp "&gnome-download-ftp;/gnome-vfs-monikers/2.15/gnome-vfs-monikers-&gnome-vfs-monikers-version;.tar.bz2">
9 <!ENTITY gnome-vfs-monikers-md5sum "b16f0db0482263be3318e269f52bb5b6">
10 <!ENTITY gnome-vfs-monikers-size "254 KB">
11 <!ENTITY gnome-vfs-monikers-buildsize "4 MB">
12 <!ENTITY gnome-vfs-monikers-time ".1 SBU">
13]>
14
15<sect1 id="gnome-vfs-monikers" xreflabel="GNOME VFS Monikers-&gnome-vfs-monikers-version;">
16 <?dbhtml filename="gnome-vfs-monikers.html"?>
17
18
19 <title>GNOME VFS Monikers-&gnome-vfs-monikers-version;</title>
20
21 <indexterm zone="gnome-vfs-monikers">
22 <primary sortas="a-GNOME-VFS-Monikers">GNOME VFS Monikers</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GNOME VFS Monikers</title>
27
28 <para>The <application>GNOME VFS Monikers</application> package
29 contains <application>Bonobo</application> monikers that were pulled out
30 of the GNOME VFS package during the <application>Bonobo</application> to
31 <application>D-Bus</application> conversion. This package is required so
32 that the <application>GNOME VFS</application> API/ABI remains
33 stable.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&gnome-vfs-monikers-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&gnome-vfs-monikers-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &gnome-vfs-monikers-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &gnome-vfs-monikers-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &gnome-vfs-monikers-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &gnome-vfs-monikers-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">GNOME VFS Monikers Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="libbonobo"/> and
61 <xref linkend="gnome-vfs"/></para>
62
63 <para condition="html" role="usernotes">User Notes:
64 <ulink url="&blfs-wiki;/gnome-vfs-monikers"/></para>
65
66 </sect2>
67
68 <sect2 role="installation">
69 <title>Installation of GNOME VFS Monikers</title>
70
71 <para>Install <application>GNOME VFS Monikers</application>
72 by running the following commands:</para>
73
74<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
75make</userinput></screen>
76
77 <para>This package does not come with a test suite.</para>
78
79 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
80
81<screen role="root"><userinput>make install</userinput></screen>
82
83 </sect2>
84
85 <sect2 role="commands">
86 <title>Command Explanations</title>
87
88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
89 href="../../xincludes/gnome-prefix.xml"/>
90
91 </sect2>
92
93 <sect2 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Programs</segtitle>
98 <segtitle>Installed Library</segtitle>
99 <segtitle>Installed Directories</segtitle>
100
101 <seglistitem>
102 <seg>None</seg>
103 <seg>libmoniker_gnome_vfs_std.{so,a} (bonobo library)</seg>
104 <seg>None</seg>
105 </seglistitem>
106 </segmentedlist>
107
108 </sect2>
109
110</sect1>
Note: See TracBrowser for help on using the repository browser.