Author: wblaszcz Date: 2010-08-28 23:29:31 -0600 (Sat, 28 Aug 2010) New Revision: 8577
Added: trunk/BOOK/gnome/add/gnome-user-share.xml Modified: trunk/BOOK/general.ent trunk/BOOK/gnome/add/add.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added new package, gnome-user-share-2.30.0. Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-08-29 05:23:21 UTC (rev 8576) +++ trunk/BOOK/general.ent 2010-08-29 05:29:31 UTC (rev 8577) @@ -650,6 +650,7 @@ <!ENTITY gnome-screensaver-version "2.30.0"> <!ENTITY gnome-system-monitor-version "2.28.1"> <!ENTITY gnome-system-tools-version "2.30.2"> +<!ENTITY gnome-user-share-version "2.30.0"> <!ENTITY gnome-utils-version "2.30.0"> <!ENTITY gucharmap-version "2.30.2"> <!ENTITY hamster-applet-version "2.30.2"> Modified: trunk/BOOK/gnome/add/add.xml =================================================================== --- trunk/BOOK/gnome/add/add.xml 2010-08-29 05:23:21 UTC (rev 8576) +++ trunk/BOOK/gnome/add/add.xml 2010-08-29 05:29:31 UTC (rev 8577) @@ -62,6 +62,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-screensaver.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-system-monitor.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-system-tools.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-user-share.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-utils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gucharmap.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sound-juicer.xml"/> Added: trunk/BOOK/gnome/add/gnome-user-share.xml =================================================================== --- trunk/BOOK/gnome/add/gnome-user-share.xml (rev 0) +++ trunk/BOOK/gnome/add/gnome-user-share.xml 2010-08-29 05:29:31 UTC (rev 8577) @@ -0,0 +1,155 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY gnome-user-share-download-http "&gnome-download-http;/gnome-user-share/&gnome-version;/gnome-user-share-&gnome-user-share-version;.tar.bz2"> + <!ENTITY gnome-user-share-download-ftp "&gnome-download-ftp;/gnome-user-share/&gnome-version;/gnome-user-share-&gnome-user-share-version;.tar.bz2"> + <!ENTITY gnome-user-share-md5sum "a736a1bebc1782d3d6e7a7239158f189"> + <!ENTITY gnome-user-share-size "922 KB"> + <!ENTITY gnome-user-share-buildsize "8 MB"> + <!ENTITY gnome-user-share-time "0.2 SBU"> +]> + +<sect1 id="gnome-user-share" xreflabel="gnome-user-share-&gnome-user-share-version;"> + <?dbhtml filename="gnome-user-share.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>gnome-user-share-&gnome-user-share-version;</title> + + <indexterm zone="gnome-user-share"> + <primary sortas="a-gnome-user-share">gnome-user-share</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to gnome-user-share</title> + + <para>The <application>gnome-user-share</application> package allows easy + user-level file sharing via WebDAV or ObexFTP. The shared files are + announced on the network by <application>Avahi</application>.</para> + + &lfs65_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&gnome-user-share-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&gnome-user-share-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &gnome-user-share-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &gnome-user-share-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &gnome-user-share-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &gnome-user-share-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">gnome-user-share Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="gnome-bluetooth"/> and + <xref linkend="libcanberra"/></para> + + <bridgehead renderas="sect4">Required (Runtime)</bridgehead> + <para role="required"><xref linkend="mod_dnssd"/></para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"><xref linkend="rarian"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/gnome-user-share"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of gnome-user-share</title> + + <para>Install <application>gnome-user-share</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ + --sysconfdir=&gnome-etc-dir; \ + --libexecdir=$(pkg-config \ + --variable=prefix ORBit-2.0)/lib/gnome-user-share \ + --with-modules-path=/usr/lib/apache \ + --disable-scrollkeeper && +make</userinput></screen> + + <para>This package does not come with a test suite.</para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/gnome-prefix.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/gnome-sysconfdir.xml"/> + + <para><parameter>--libexecdir=$(pkg-config --variable=prefix + ORBit-2.0)/lib/gnome-user-share</parameter>: This parameter is used so that + the <application>gnome-user-share</application> internal support programs + are installed in the preferred location of <filename + class='directory'>$GNOME_PREFIX/lib/gnome-user-share</filename> instead of + <filename class='directory'>$GNOME_PREFIX/libexec</filename>.</para> + + <para><parameter>--disable-scrollkeeper</parameter>: Do not make updates to + the <application>scrollkeeper</application> database. Remove it if you have + <application>rarian</application> installed.</para> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>gnome-file-share-properties and gnome-user-share</seg> + <seg>libnautilus-share-extension.so</seg> + <seg><envar>$GNOME_PREFIX</envar>/{lib/gnome-user-share, + share/{gnome-user-share,gnome/help/gnome-user-share/*, + omf/gnome-user-share}}</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="gnome-file-share-properties"> + <term><command>gnome-file-share-properties</command></term> + <listitem> + <para>is a tool to manage shares.</para> + <indexterm zone="gnome-user-share gnome-file-share-properties"> + <primary sortas="b-gnome-file-share-properties">gnome-file-share-properties</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/gnome/add/gnome-user-share.xml ___________________________________________________________________ Added: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-08-29 05:23:21 UTC (rev 8576) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-08-29 05:29:31 UTC (rev 8577) @@ -44,6 +44,9 @@ <para>August 29th, 2010</para> <itemizedlist> <listitem> + <para>[wblaszcz] - Added new package, gnome-user-share-2.30.0.</para> + </listitem> + <listitem> <para>[wblaszcz] - Added new package, mod_dnssd-0.6.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
