source: archive/gnome/gnome-user-share.xml@ 2df08064

systemd-13485
Last change on this file since 2df08064 was 3acf108, checked in by DJ Lucas <dj@…>, 8 years ago

Removed svn:mime-type property on all files, set svn:keywords for 'LastChangedBy' and 'Date' on all files, excluding kde, kde5, and gnome sections

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

  • Property mode set to 100644
File size: 4.4 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/&gnome-minor14;/gnome-user-share-&gnome-user-share-version;.tar.xz">
9 <!ENTITY gnome-user-share-download-ftp
10 "&gnome-download-ftp;/gnome-user-share/&gnome-minor14;/gnome-user-share-&gnome-user-share-version;.tar.xz">
11 <!ENTITY gnome-user-share-md5sum "ccf4bb24067b6e85f0d40c131cfaaf4f">
12 <!ENTITY gnome-user-share-size "384 KB">
13 <!ENTITY gnome-user-share-buildsize "6.2 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 &lfs77_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="gtk3"/>,
81 <xref linkend="itstool"/>,
82 <xref linkend="libcanberra"/>, and
83 <xref linkend="libnotify"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gnome-bluetooth"/> and
89 <xref linkend="nautilus"/>
90 </para>
91
92 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
93 <para role="optional">
94 <xref linkend="mod_dnssd"/>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/gnome-user-share"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of GNOME User Share</title>
104
105 <para>
106 Install <application>GNOME User Share</application> by running
107 the following commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr \
111 --sysconfdir=/etc \
112 --with-httpd=/usr/sbin/httpd \
113 --with-modules-path=/usr/lib/httpd/modules &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 gnome-user-share-obexpush and gnome-user-share-webdav
139 </seg>
140 <seg>
141 libnautilus-share-extension.so (<application>Nautilus</application> Extension)
142 </seg>
143 <seg>
144 /usr/share/gnome-user-share
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.