Author: krejzi Date: Mon Jul 28 15:27:15 2014 New Revision: 13723 Log: Add two more packages, completing the gnome desktop section review.
Added: branches/systemd/gnome-systemd/applications/gnome-user-share.xml (contents, props changed) branches/systemd/gnome-systemd/desktop/gnome-shell-extensions.xml (contents, props changed) Modified: branches/systemd/gnome-systemd/applications/applications.xml branches/systemd/gnome-systemd/desktop/desktop.xml branches/systemd/gnome-systemd/desktop/gnome-control-center.xml branches/systemd/gnome.ent branches/systemd/introduction/welcome/changelog.xml Modified: branches/systemd/gnome-systemd/applications/applications.xml ============================================================================== --- branches/systemd/gnome-systemd/applications/applications.xml Mon Jul 28 14:57:42 2014 (r13722) +++ branches/systemd/gnome-systemd/applications/applications.xml Mon Jul 28 15:27:15 2014 (r13723) @@ -44,6 +44,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-font-viewer.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-music.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-tweak-tool.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-weather.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-sound-recorder.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vinagre.xml"/> Added: branches/systemd/gnome-systemd/applications/gnome-user-share.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/systemd/gnome-systemd/applications/gnome-user-share.xml Mon Jul 28 15:27:15 2014 (r13723) @@ -0,0 +1,150 @@ +<?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/3.10/gnome-user-share-&gnome-user-share-version;.tar.xz"> + <!ENTITY gnome-user-share-download-ftp + "&gnome-download-ftp;/gnome-user-share/3.10/gnome-user-share-&gnome-user-share-version;.tar.xz"> + <!ENTITY gnome-user-share-md5sum "4451989bb94381b2c64c2fddec344e14"> + <!ENTITY gnome-user-share-size "376 KB"> + <!ENTITY gnome-user-share-buildsize "6.1 MB"> + <!ENTITY gnome-user-share-time "less than 0.1 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> + + &lfs75_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"/>, + <xref linkend="libcanberra"/>, + <xref linkend="libnotify"/>, and + <xref linkend="yelp-xsl"/> + </para> + + <bridgehead renderas="sect4">Required (Runtime)</bridgehead> + <para role="required"> + <xref linkend="mod_dnssd"/> + </para> + + <bridgehead renderas="sect4">Recommended</bridgehead> + <para role="recommended"> + <xref linkend="nautilus"/> + </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=/usr \ + --sysconfdir=/etc \ + --with-httpd=/usr/sbin/httpd \ + --with-modules-path=/usr/lib/httpd/modules && +make</userinput></screen> + + <para> + This package does not come with a test suite. + </para> + + <para> + Now, as the <systemitem class="username">root</systemitem> user: + </para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg> + gnome-user-share + </seg> + <seg> + None + </seg> + <seg> + /usr/share/gnome-user-share + </seg> + </seglistitem> + </segmentedlist> + + </sect2> + +</sect1> Modified: branches/systemd/gnome-systemd/desktop/desktop.xml ============================================================================== --- branches/systemd/gnome-systemd/desktop/desktop.xml Mon Jul 28 14:57:42 2014 (r13722) +++ branches/systemd/gnome-systemd/desktop/desktop.xml Mon Jul 28 15:27:15 2014 (r13723) @@ -31,6 +31,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-control-center.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mutter.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell-extensions.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-session.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-user-docs.xml"/> Modified: branches/systemd/gnome-systemd/desktop/gnome-control-center.xml ============================================================================== --- branches/systemd/gnome-systemd/desktop/gnome-control-center.xml Mon Jul 28 14:57:42 2014 (r13722) +++ branches/systemd/gnome-systemd/desktop/gnome-control-center.xml Mon Jul 28 15:27:15 2014 (r13723) @@ -93,17 +93,18 @@ <xref linkend="cheese"/>, <xref linkend="cups"/>, <xref linkend="gnome-bluetooth"/>, - <xref linkend="ibus"/>, + <xref linkend="ibus"/>, and <xref linkend="ModemManager"/> and - <xref linkend="network-manager-applet"/> (for the Network Panel), and - <xref linkend="sound-theme-freedesktop"/> + <xref linkend="network-manager-applet"/> (for the Network Panel)> </para> <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead> <para role="optional"> - <xref linkend="cups-pk-helper"/>, - <xref linkend="gnome-color-manager"/>, and - <xref linkend="vino"/> + <xref linkend="cups-pk-helper"/> (Printers panel), + <xref linkend="gnome-color-manager"/> (Color panel), + <xref linkend="gnome-user-share"/> (Personal File Sharing in Sharing panel), + <xref linkend="sound-theme-freedesktop"/> (Additional Sound Effects in Sound panel), and + <xref linkend="vino"/> (Screen Sharing in Sharing panel) </para> <note> Added: branches/systemd/gnome-systemd/desktop/gnome-shell-extensions.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/systemd/gnome-systemd/desktop/gnome-shell-extensions.xml Mon Jul 28 15:27:15 2014 (r13723) @@ -0,0 +1,134 @@ +<?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-shell-extensions-download-http + "&gnome-download-http;/gnome-shell-extensions/&gnome-minor;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz"> + <!ENTITY gnome-shell-extensions-download-ftp + "&gnome-download-ftp;/gnome-shell-extensions/3&gnome-minor;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz"> + <!ENTITY gnome-shell-extensions-md5sum "4b3ba9920840c3ac63ce6934a7a415f6"> + <!ENTITY gnome-shell-extensions-size "208 KB"> + <!ENTITY gnome-shell-extensions-buildsize "4.2 MB"> + <!ENTITY gnome-shell-extensions-time "less than 0.1 SBU"> +]> + +<sect1 id="gnome-shell-extensions" xreflabel="gnome-shell-extensions-&gnome-shell-extensions-version;"> + <?dbhtml filename="gnome-shell-extensions.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>gnome-shell-extensions-&gnome-shell-extensions-version;</title> + + <indexterm zone="gnome-shell-extensions"> + <primary sortas="a-gnome-shell-extensions">gnome-shell-extensions</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to GNOME Shell Extensions</title> + + <para> + The <application>GNOME Shell Extensions</application> package contains + a collection of extensions providing additional and optional + functionality to <application>GNOME Shell</application>. + </para> + + &lfs75_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para> + Download (HTTP): <ulink url="&gnome-shell-extensions-download-http;"/> + </para> + </listitem> + <listitem> + <para> + Download (FTP): <ulink url="&gnome-shell-extensions-download-ftp;"/> + </para> + </listitem> + <listitem> + <para> + Download MD5 sum: &gnome-shell-extensions-md5sum; + </para> + </listitem> + <listitem> + <para> + Download size: &gnome-shell-extensions-size; + </para> + </listitem> + <listitem> + <para> + Estimated disk space required: &gnome-shell-extensions-buildsize; + </para> + </listitem> + <listitem> + <para> + Estimated build time: &gnome-shell-extensions-time; + </para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">GNOME Shell Extensions Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"> + <xref linkend="libgtop"/> + </para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/gnome-shell-extensions"/> + </para> + </sect2> + + <sect2 role="installation"> + <title>Installation of GNOME Shell Extensions</title> + + <para> + Install <application>GNOME Shell Extensions</application> by running the + following commands: + </para> + +<screen><userinput>./configure --prefix=/usr && +make</userinput></screen> + + <para> + This package does not come with a test suite. + </para> + + <para> + Now, as the <systemitem class="username">root</systemitem> user: + </para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg> + None + </seg> + <seg> + None + </seg> + <seg> + /usr/share/gnome-shell/extensions + </seg> + </seglistitem> + </segmentedlist> + + </sect2> + +</sect1> Modified: branches/systemd/gnome.ent ============================================================================== --- branches/systemd/gnome.ent Mon Jul 28 14:57:42 2014 (r13722) +++ branches/systemd/gnome.ent Mon Jul 28 15:27:15 2014 (r13723) @@ -100,3 +100,5 @@ <!ENTITY tracker-version "1.0.2"> <!ENTITY gnome-user-docs-version "3.12.2"> <!ENTITY vino-version "3.12.0"> +<!ENTITY gnome-user-share-version "3.10.2"> +<!ENTITY gnome-shell-extensions-version "3.12.2"> Modified: branches/systemd/introduction/welcome/changelog.xml ============================================================================== --- branches/systemd/introduction/welcome/changelog.xml Mon Jul 28 14:57:42 2014 (r13722) +++ branches/systemd/introduction/welcome/changelog.xml Mon Jul 28 15:27:15 2014 (r13723) @@ -80,6 +80,12 @@ <listitem> <para>[krejzi] - Added cups-pk-helper-0.2.5.</para> </listitem> + <listitem> + <para>[krejzi] - Added gnome-user-share-3.10.2.</para> + </listitem> + <listitem> + <para>[krejzi] - Added gnome-shell-extensions-3.12.2.</para> + </listitem> </itemizedlist> </listitem> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
