source: archive/gnome-obsolete/gnome-vfs-monikers.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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