source: gnome/applications/gnome-user-share.xml@ 4b8c1828

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

Create new gnome directory via svn move.

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

  • 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 gnome-user-share-download-http
8 "&gnome-download-http;/gnome-user-share/3.10/gnome-user-share-&gnome-user-share-version;.tar.xz">
9 <!ENTITY gnome-user-share-download-ftp
10 "&gnome-download-ftp;/gnome-user-share/3.10/gnome-user-share-&gnome-user-share-version;.tar.xz">
11 <!ENTITY gnome-user-share-md5sum "4451989bb94381b2c64c2fddec344e14">
12 <!ENTITY gnome-user-share-size "376 KB">
13 <!ENTITY gnome-user-share-buildsize "6.1 MB">
14 <!ENTITY gnome-user-share-time "less than 0.1 SBU">
15]>
16
17<sect1 id="gnome-user-share" xreflabel="gnome-user-share-&gnome-user-share-version;">
18 <?dbhtml filename="gnome-user-share.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-user-share-&gnome-user-share-version;</title>
26
27 <indexterm zone="gnome-user-share">
28 <primary sortas="a-gnome-user-share">gnome-user-share</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME User Share</title>
33
34 <para>
35 The <application>GNOME User Share</application> package allows easy
36 user-level file sharing via WebDAV or ObexFTP. The shared files are
37 announced on the network by <application>Avahi</application>.
38 </para>
39
40 &lfs76_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-user-share-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-user-share-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-user-share-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-user-share-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-user-share-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-user-share-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME User Share Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gnome-bluetooth"/>,
81 <xref linkend="libcanberra"/>,
82 <xref linkend="libnotify"/>, and
83 <xref linkend="yelp-xsl"/>
84 </para>
85
86 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
87 <para role="required">
88 <xref linkend="mod_dnssd"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="nautilus"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gnome-user-share"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GNOME User Share</title>
103
104 <para>
105 Install <application>GNOME User Share</application> by running
106 the following commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr \
110 --sysconfdir=/etc \
111 --with-httpd=/usr/sbin/httpd \
112 --with-modules-path=/usr/lib/httpd/modules &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 gnome-user-share
138 </seg>
139 <seg>
140 libnautilus-share-extension.so (<application>Nautilus</application> Extension)
141 </seg>
142 <seg>
143 /usr/share/gnome-user-share
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.