Author: krejzi
Date: Mon Jul 28 14:50:30 2014
New Revision: 13721

Log:
More GNOME related work.

Added:
   branches/systemd/general/sysutils/cups-pk-helper-systemd.xml   (contents, 
props changed)
   branches/systemd/gnome-systemd/applications/vino.xml   (contents, props 
changed)
   branches/systemd/gnome-systemd/desktop/gnome-user-docs.xml   (contents, 
props changed)
Deleted:
   branches/systemd/gnome-systemd/desktop/dummy-runtime.xml
Modified:
   branches/systemd/general/sysutils/sysutils.xml
   branches/systemd/gnome-systemd/applications/applications.xml
   branches/systemd/gnome-systemd/applications/gnome-color-manager.xml
   branches/systemd/gnome-systemd/applications/network-manager-applet.xml
   branches/systemd/gnome-systemd/desktop/desktop.xml
   branches/systemd/gnome-systemd/desktop/gdm.xml
   branches/systemd/gnome-systemd/desktop/gnome-backgrounds.xml
   branches/systemd/gnome-systemd/desktop/gnome-bluetooth.xml
   branches/systemd/gnome-systemd/desktop/gnome-control-center.xml
   branches/systemd/gnome-systemd/desktop/gnome-session.xml
   branches/systemd/gnome-systemd/desktop/gnome-settings-daemon.xml
   branches/systemd/gnome-systemd/desktop/gnome-shell.xml
   branches/systemd/gnome-systemd/desktop/mutter.xml
   branches/systemd/gnome-systemd/desktop/zenity.xml
   branches/systemd/gnome.ent
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/systemd.ent

Added: branches/systemd/general/sysutils/cups-pk-helper-systemd.xml
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/systemd/general/sysutils/cups-pk-helper-systemd.xml        Mon Jul 
28 14:50:30 2014        (r13721)
@@ -0,0 +1,132 @@
+<?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 cups-pk-helper-download-http
+           
"http://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-&cups-pk-helper-version;.tar.xz";>
+  <!ENTITY cups-pk-helper-download-ftp  " ">
+  <!ENTITY cups-pk-helper-md5sum        "f14fb79da9c85f71e3e29101e179f2fc">
+  <!ENTITY cups-pk-helper-size          "152 KB">
+  <!ENTITY cups-pk-helper-buildsize     "3.5 MB">
+  <!ENTITY cups-pk-helper-time          "0.1 SBU">
+]>
+
+<sect1 id="cups-pk-helper" xreflabel="cups-pk-helper-&cups-pk-helper-version;">
+  <?dbhtml filename="cups-pk-helper.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>cups-pk-helper-&cups-pk-helper-version;</title>
+
+  <indexterm zone="cups-pk-helper">
+    <primary sortas="a-cups-pk-helper">cups-pk-helper</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to cups-pk-helper</title>
+
+    <para>
+      The <application>cups-pk-helper</application> package contains a
+      <application>PolicyKit</application> helper used to configure
+      <application>Cups</application> with fine-grained privileges.
+    </para>
+
+    &lfs75_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&cups-pk-helper-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&cups-pk-helper-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &cups-pk-helper-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &cups-pk-helper-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &cups-pk-helper-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &cups-pk-helper-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">cups-pk-helper Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="polkit"/>
+    </para>
+
+    <para condition="html" role="usernotes">
+      User Notes: <ulink url="&blfs-wiki;/cups-pk-helper"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of cups-pk-helper</title>
+
+    <para>
+      Install <application>cups-pk-helper</application> by running the 
following
+      commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
+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>
+          cups-pk-helper-mechanism
+        </seg>
+        <seg>
+          None
+        </seg>
+        <seg>
+          None
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+  </sect2>
+
+</sect1>

Modified: branches/systemd/general/sysutils/sysutils.xml
==============================================================================
--- branches/systemd/general/sysutils/sysutils.xml      Mon Jul 28 14:08:29 
2014        (r13720)
+++ branches/systemd/general/sysutils/sysutils.xml      Mon Jul 28 14:50:30 
2014        (r13721)
@@ -25,6 +25,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="bluez-systemd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="colord-systemd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="cpio.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="cups-pk-helper-systemd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="dbus-systemd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="fcron-systemd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gpm-systemd.xml"/>

Modified: branches/systemd/gnome-systemd/applications/applications.xml
==============================================================================
--- branches/systemd/gnome-systemd/applications/applications.xml        Mon Jul 
28 14:08:29 2014        (r13720)
+++ branches/systemd/gnome-systemd/applications/applications.xml        Mon Jul 
28 14:50:30 2014        (r13721)
@@ -47,6 +47,7 @@
   <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"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="vino.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="polari.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="evolution.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gucharmap.xml"/>

Modified: branches/systemd/gnome-systemd/applications/gnome-color-manager.xml
==============================================================================
--- branches/systemd/gnome-systemd/applications/gnome-color-manager.xml Mon Jul 
28 14:08:29 2014        (r13720)
+++ branches/systemd/gnome-systemd/applications/gnome-color-manager.xml Mon Jul 
28 14:50:30 2014        (r13721)
@@ -5,9 +5,9 @@
   %general-entities;
 
   <!ENTITY gnome-color-manager-download-http
-           
"&gnome-download-http;/gnome-color-manager/3.12/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
+           
"&gnome-download-http;/gnome-color-manager/&gnome-minor;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
   <!ENTITY gnome-color-manager-download-ftp
-           
"&gnome-download-ftp;/gnome-color-manager/3.12/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
+           
"&gnome-download-ftp;/gnome-color-manager/&gnome-minor;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
   <!ENTITY gnome-color-manager-md5sum        
"a6724e52e3bd046fa49c38e25a435d5c">
   <!ENTITY gnome-color-manager-size          "2.5 MB">
   <!ENTITY gnome-color-manager-buildsize     "24 MB">
@@ -78,15 +78,15 @@
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="colord-gtk"/>,
-      <xref linkend="gnome-desktop"/>,
-      <xref linkend="lcms2"/>, and
-      <xref linkend="libcanberra"/>
+      <xref linkend="lcms2"/>,
+      <xref linkend="libcanberra"/>,
+      <xref linkend="libexif"/>, and
+      <xref linkend="yelp-xsl"/>
     </para>
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended">
-      <xref linkend="exiv2"/>,
-      <xref linkend="libexif"/>, and
+      <xref linkend="exiv2"/> and
       <xref linkend="vte"/>
     </para>
 
@@ -123,8 +123,8 @@
     <title>Command Explanations</title>
 
     <para>
-      <option>--disable-packagekit</option>: This switch disables use
-      of PackageKit which isn't suitable for BLFS.
+      <parameter>--disable-packagekit</parameter>: This switch disables
+      use of PackageKit which isn't suitable for BLFS.
     </para>
 
   </sect2>
@@ -140,7 +140,7 @@
       <seglistitem>
         <seg>
           gcm-calibrate, gcm-import, gcm-inspect,
-          gcm-picker and gcm-viewer
+          gcm-picker, and gcm-viewer
         </seg>
         <seg>
           None

Modified: branches/systemd/gnome-systemd/applications/network-manager-applet.xml
==============================================================================
--- branches/systemd/gnome-systemd/applications/network-manager-applet.xml      
Mon Jul 28 14:08:29 2014        (r13720)
+++ branches/systemd/gnome-systemd/applications/network-manager-applet.xml      
Mon Jul 28 14:50:30 2014        (r13721)
@@ -80,8 +80,8 @@
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="iso-codes"/>,
-      <xref linkend="libsecret"/>,
-      <xref linkend="libnotify"/>, and
+      <xref linkend="libnotify"/>,
+      <xref linkend="libsecret"/>, and
       <xref linkend="NetworkManager"/>
     </para>
 
@@ -90,20 +90,19 @@
       <xref linkend="gobject-introspection"/>
     </para>
 
-    <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
-    <para role="required">
-      <xref linkend="lxpolkit"/> or
-      <xref linkend="polkit-gnome"/>
-    </para>
-
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-      <xref linkend="gnome-bluetooth"/>,
       <ulink url="&gnome-download-http;/mobile-broadband-provider-info">
-        mobile-broadband-provider-info</ulink> (runtime), and
+      mobile-broadband-provider-info</ulink> (runtime) and
       <xref linkend="ModemManager"/>
     </para>
 
+    <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
+    <para role="required">
+      <xref linkend="lxpolkit"/> or
+      <xref linkend="polkit-gnome"/>
+    </para>
+
     <para condition="html" role="usernotes">User Notes:
       <ulink url="&blfs-wiki;/network-manager-applet"/>
     </para>

Added: branches/systemd/gnome-systemd/applications/vino.xml
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/systemd/gnome-systemd/applications/vino.xml        Mon Jul 28 
14:50:30 2014        (r13721)
@@ -0,0 +1,167 @@
+<?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 vino-download-http 
"&gnome-download-http;/vino/&gnome-minor;/vino-&vino-version;.tar.xz">
+  <!ENTITY vino-download-ftp  
"&gnome-download-ftp;/vino/&gnome-minor;/vino-&vino-version;.tar.xz">
+  <!ENTITY vino-md5sum        "24cc4b98eadfce724095f3db8af0dfe1">
+  <!ENTITY vino-size          "736 KB">
+  <!ENTITY vino-buildsize     "16 MB">
+  <!ENTITY vino-time          "0.2 SBU">
+]>
+
+<sect1 id="vino" xreflabel="Vino-&vino-version;">
+  <?dbhtml filename="vino.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>Vino-&vino-version;</title>
+
+  <indexterm zone="vino">
+    <primary sortas="a-Vino">Vino</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to Vino</title>
+
+    <para>
+      The <application>Vino</application> package is a VNC server for
+      <application>GNOME</application>. VNC is a protocol that allows remote
+      display of a user's desktop.
+    </para>
+
+    &lfs75_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&vino-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&vino-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &vino-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &vino-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &vino-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &vino-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Vino Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="gtk3"/> and
+      <xref linkend="libnotify"/>
+    </para>
+
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="gnutls"/>,
+      <xref linkend="libgcrypt"/>,
+      <xref linkend="libsecret"/>,
+      <xref linkend="NetworkManager"/>, and
+      <xref linkend="telepathy-glib"/>
+    </para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="avahi"/>
+    </para>
+
+    <para condition="html" role="usernotes">User Notes:
+      <ulink url="&blfs-wiki;/vino"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Vino</title>
+
+    <para>
+      Install <application>Vino</application> by running the following
+      commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
+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>
+          vino-server
+        </seg>
+        <seg>
+          None
+        </seg>
+        <seg>
+          None
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="vino-server">
+        <term><command>vino-server</command></term>
+        <listitem>
+          <para>
+            is the <application>Vino</application> VNC server.
+          </para>
+          <indexterm zone="vino vino-server">
+            <primary sortas="b-vino-server">vino-server</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Modified: branches/systemd/gnome-systemd/desktop/desktop.xml
==============================================================================
--- branches/systemd/gnome-systemd/desktop/desktop.xml  Mon Jul 28 14:08:29 
2014        (r13720)
+++ branches/systemd/gnome-systemd/desktop/desktop.xml  Mon Jul 28 14:50:30 
2014        (r13721)
@@ -16,23 +16,24 @@
   <title>GNOME Desktop Components</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="caribou.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="dconf.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-backgrounds.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-icon-theme-extras.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-icon-theme-symbolic.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-icon-theme.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-themes-standard.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gvfs.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="yelp.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="dconf.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="nautilus.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="zenity.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-bluetooth.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-keyring.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-settings-daemon.xml"/>
   <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="zenity.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="nautilus.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-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"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="yelp.xml"/>
 
 </chapter>

Modified: branches/systemd/gnome-systemd/desktop/gdm.xml
==============================================================================
--- branches/systemd/gnome-systemd/desktop/gdm.xml      Mon Jul 28 14:08:29 
2014        (r13720)
+++ branches/systemd/gnome-systemd/desktop/gdm.xml      Mon Jul 28 14:50:30 
2014        (r13721)
@@ -4,8 +4,8 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gdm-download-http 
"&gnome-download-http;/gdm/3.12/gdm-&gdm-version;.tar.xz">
-  <!ENTITY gdm-download-ftp  
"&gnome-download-ftp;/gdm/3.12/gdm-&gdm-version;.tar.xz">
+  <!ENTITY gdm-download-http 
"&gnome-download-http;/gdm/&gnome-minor;/gdm-&gdm-version;.tar.xz">
+  <!ENTITY gdm-download-ftp  
"&gnome-download-ftp;/gdm/&gnome-minor;/gdm-&gdm-version;.tar.xz">
   <!ENTITY gdm-md5sum        "88cb6fcd8f35d60f0f7ffcd15d074c1f">
   <!ENTITY gdm-size          "1.5 MB">
   <!ENTITY gdm-buildsize     "43 MB">

Modified: branches/systemd/gnome-systemd/desktop/gnome-backgrounds.xml
==============================================================================
--- branches/systemd/gnome-systemd/desktop/gnome-backgrounds.xml        Mon Jul 
28 14:08:29 2014        (r13720)
+++ branches/systemd/gnome-systemd/desktop/gnome-backgrounds.xml        Mon Jul 
28 14:50:30 2014        (r13721)
@@ -5,9 +5,9 @@
   %general-entities;
 
   <!ENTITY gnome-backgrounds-download-http
-           
"&gnome-download-http;/gnome-backgrounds/3.12/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
+           
"&gnome-download-http;/gnome-backgrounds/&gnome-minor;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
   <!ENTITY gnome-backgrounds-download-ftp
-           
"&gnome-download-ftp;/gnome-backgrounds/3.12/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
+           
"&gnome-download-ftp;/gnome-backgrounds/&gnome-minor;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
   <!ENTITY gnome-backgrounds-md5sum        "d057da50157451c1875e37e7654a0212">
   <!ENTITY gnome-backgrounds-size          "9.7 MB">
   <!ENTITY gnome-backgrounds-buildsize     "23 MB">

Modified: branches/systemd/gnome-systemd/desktop/gnome-bluetooth.xml
==============================================================================
--- branches/systemd/gnome-systemd/desktop/gnome-bluetooth.xml  Mon Jul 28 
14:08:29 2014        (r13720)
+++ branches/systemd/gnome-systemd/desktop/gnome-bluetooth.xml  Mon Jul 28 
14:50:30 2014        (r13721)
@@ -5,9 +5,9 @@
   %general-entities;
 
   <!ENTITY gnome-bluetooth-download-http
-           
"&gnome-download-http;/gnome-bluetooth/3.12/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
+           
"&gnome-download-http;/gnome-bluetooth/&gnome-minor;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
   <!ENTITY gnome-bluetooth-download-ftp
-           
"&gnome-download-ftp;/gnome-bluetooth/3.12/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
+           
"&gnome-download-ftp;/gnome-bluetooth/&gnome-minor;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
   <!ENTITY gnome-bluetooth-md5sum        "c23666aa1d0bfc37be38f45493679de2">
   <!ENTITY gnome-bluetooth-size          "1.3 MB">
   <!ENTITY gnome-bluetooth-buildsize     "21 MB">

Modified: branches/systemd/gnome-systemd/desktop/gnome-control-center.xml
==============================================================================
--- branches/systemd/gnome-systemd/desktop/gnome-control-center.xml     Mon Jul 
28 14:08:29 2014        (r13720)
+++ branches/systemd/gnome-systemd/desktop/gnome-control-center.xml     Mon Jul 
28 14:50:30 2014        (r13721)
@@ -5,9 +5,9 @@
   %general-entities;
 
   <!ENTITY gnome-control-center-download-http
-           
"&gnome-download-http;/gnome-control-center/3.12/gnome-control-center-&gnome-control-center-version;.tar.xz">
+           
"&gnome-download-http;/gnome-control-center/&gnome-minor;/gnome-control-center-&gnome-control-center-version;.tar.xz">
   <!ENTITY gnome-control-center-download-ftp
-           
"&gnome-download-ftp;/gnome-control-center/3.12/gnome-control-center-&gnome-control-center-version;.tar.xz">
+           
"&gnome-download-ftp;/gnome-control-center/&gnome-minor;/gnome-control-center-&gnome-control-center-version;.tar.xz">
   <!ENTITY gnome-control-center-md5sum        
"412daa52c78f7ee5224c30e82128a02e">
   <!ENTITY gnome-control-center-size          "6.6 MB">
   <!ENTITY gnome-control-center-buildsize     "151 MB">
@@ -99,6 +99,13 @@
       <xref linkend="sound-theme-freedesktop"/>
     </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"/>
+    </para>
+
     <note>
       <para>
         Recommended dependencies are not strictly required for

Modified: branches/systemd/gnome-systemd/desktop/gnome-session.xml
==============================================================================
--- branches/systemd/gnome-systemd/desktop/gnome-session.xml    Mon Jul 28 
14:08:29 2014        (r13720)
+++ branches/systemd/gnome-systemd/desktop/gnome-session.xml    Mon Jul 28 
14:50:30 2014        (r13721)
@@ -5,9 +5,9 @@
   %general-entities;
 
   <!ENTITY gnome-session-download-http
-           
"&gnome-download-http;/gnome-session/3.12/gnome-session-&gnome-session-version;.tar.xz">
+           
"&gnome-download-http;/gnome-session/&gnome-minor;/gnome-session-&gnome-session-version;.tar.xz">
   <!ENTITY gnome-session-download-ftp
-           
"&gnome-download-ftp;/gnome-session/3.12/gnome-session-&gnome-session-version;.tar.xz">
+           
"&gnome-download-ftp;/gnome-session/&gnome-minor;/gnome-session-&gnome-session-version;.tar.xz">
   <!ENTITY gnome-session-md5sum        "f44ffd94643ff716d241d65c39760965">
   <!ENTITY gnome-session-size          "704 KB">
   <!ENTITY gnome-session-buildsize     "16 MB">

Modified: branches/systemd/gnome-systemd/desktop/gnome-settings-daemon.xml
==============================================================================
--- branches/systemd/gnome-systemd/desktop/gnome-settings-daemon.xml    Mon Jul 
28 14:08:29 2014        (r13720)
+++ branches/systemd/gnome-systemd/desktop/gnome-settings-daemon.xml    Mon Jul 
28 14:50:30 2014        (r13721)
@@ -5,9 +5,9 @@
   %general-entities;
 
   <!ENTITY gnome-settings-daemon-download-http
-           
"&gnome-download-http;/gnome-settings-daemon/3.12/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
+           
"&gnome-download-http;/gnome-settings-daemon/&gnome-minor;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
   <!ENTITY gnome-settings-daemon-download-ftp
-           
"&gnome-download-ftp;/gnome-settings-daemon/3.12/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
+           
"&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
   <!ENTITY gnome-settings-daemon-md5sum        
"63b053c499e73e522b316c54224b22dc">
   <!ENTITY gnome-settings-daemon-size          "1.6 MB">
   <!ENTITY gnome-settings-daemon-buildsize     "70 MB">

Modified: branches/systemd/gnome-systemd/desktop/gnome-shell.xml
==============================================================================
--- branches/systemd/gnome-systemd/desktop/gnome-shell.xml      Mon Jul 28 
14:08:29 2014        (r13720)
+++ branches/systemd/gnome-systemd/desktop/gnome-shell.xml      Mon Jul 28 
14:50:30 2014        (r13721)
@@ -5,9 +5,9 @@
   %general-entities;
 
   <!ENTITY gnome-shell-download-http
-           
"&gnome-download-http;/gnome-shell/3.12/gnome-shell-&gnome-shell-version;.tar.xz">
+           
"&gnome-download-http;/gnome-shell/&gnome-minor;/gnome-shell-&gnome-shell-version;.tar.xz">
   <!ENTITY gnome-shell-download-ftp
-           
"&gnome-download-ftp;/gnome-shell/3.12/gnome-shell-&gnome-shell-version;.tar.xz">
+           
"&gnome-download-ftp;/gnome-shell/&gnome-minor;/gnome-shell-&gnome-shell-version;.tar.xz">
   <!ENTITY gnome-shell-md5sum        "28a8f52ff3554bfbc7bc2b48cc832378">
   <!ENTITY gnome-shell-size          "1.5 MB">
   <!ENTITY gnome-shell-buildsize     "77 MB">
@@ -101,6 +101,7 @@
     <para role="required">
       <xref linkend="dconf"/>,
       <xref linkend="gdm"/>,
+      <xref linkend="gnome-backgrounds"/>,
       <xref linkend="gnome-icon-theme"/>,
       <xref linkend="gnome-icon-theme-extras"/>,
       <xref linkend="gnome-icon-theme-symbolic"/>,

Added: branches/systemd/gnome-systemd/desktop/gnome-user-docs.xml
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/systemd/gnome-systemd/desktop/gnome-user-docs.xml  Mon Jul 28 
14:50:30 2014        (r13721)
@@ -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-user-docs-download-http
+           
"&gnome-download-http;/gnome-user-docs/&gnome-minor;/gnome-user-docs-&gnome-user-docs-version;.tar.xz">
+  <!ENTITY gnome-user-docs-download-ftp
+           
"&gnome-download-ftp;/gnome-user-docs/3&gnome-minor;/gnome-user-docs-&gnome-user-docs-version;.tar.xz">
+  <!ENTITY gnome-user-docs-md5sum        "094d656d190768e3fac2e8effc699a46">
+  <!ENTITY gnome-user-docs-size          "13 MB">
+  <!ENTITY gnome-user-docs-buildsize     "170 MB">
+  <!ENTITY gnome-user-docs-time          "2.5 SBU">
+]>
+
+<sect1 id="gnome-user-docs" 
xreflabel="gnome-user-docs-&gnome-user-docs-version;">
+  <?dbhtml filename="gnome-user-docs.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>gnome-user-docs-&gnome-user-docs-version;</title>
+
+  <indexterm zone="gnome-user-docs">
+    <primary sortas="a-gnome-user-docs">gnome-user-docs</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to GNOME User Docs</title>
+
+    <para>
+      The <application>GNOME User Docs</application> package contains
+      documentation for <application>GNOME</application>.
+    </para>
+
+    &lfs75_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&gnome-user-docs-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&gnome-user-docs-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &gnome-user-docs-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &gnome-user-docs-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &gnome-user-docs-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &gnome-user-docs-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">GNOME User Docs Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="yelp-xsl"/>
+    </para>
+
+    <para condition="html" role="usernotes">User Notes:
+      <ulink url="&blfs-wiki;/gnome-user-docs"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of GNOME User Docs</title>
+
+    <para>
+      Install <application>GNOME User Docs</application> by running the
+      following commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+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/help/*/gnome-help and
+          /usr/share/help/*/system-admin-guide
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+  </sect2>
+
+</sect1>

Modified: branches/systemd/gnome-systemd/desktop/mutter.xml
==============================================================================
--- branches/systemd/gnome-systemd/desktop/mutter.xml   Mon Jul 28 14:08:29 
2014        (r13720)
+++ branches/systemd/gnome-systemd/desktop/mutter.xml   Mon Jul 28 14:50:30 
2014        (r13721)
@@ -4,8 +4,8 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY mutter-download-http 
"&gnome-download-http;/mutter/3.12/mutter-&mutter-version;.tar.xz">
-  <!ENTITY mutter-download-ftp  
"&gnome-download-ftp;/mutter/3.12/mutter-&mutter-version;.tar.xz">
+  <!ENTITY mutter-download-http 
"&gnome-download-http;/mutter/&gnome-minor;/mutter-&mutter-version;.tar.xz">
+  <!ENTITY mutter-download-ftp  
"&gnome-download-ftp;/mutter/&gnome-minor;/mutter-&mutter-version;.tar.xz">
   <!ENTITY mutter-md5sum        "cdc714426c246e447e62755df0157783">
   <!ENTITY mutter-size          "1.7 MB">
   <!ENTITY mutter-buildsize     "52 MB">

Modified: branches/systemd/gnome-systemd/desktop/zenity.xml
==============================================================================
--- branches/systemd/gnome-systemd/desktop/zenity.xml   Mon Jul 28 14:08:29 
2014        (r13720)
+++ branches/systemd/gnome-systemd/desktop/zenity.xml   Mon Jul 28 14:50:30 
2014        (r13721)
@@ -4,8 +4,8 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY zenity-download-http 
"&gnome-download-http;/zenity/3.12/zenity-&zenity-version;.tar.xz">
-  <!ENTITY zenity-download-ftp  
"&gnome-download-ftp;/zenity/3.12/zenity-&zenity-version;.tar.xz">
+  <!ENTITY zenity-download-http 
"&gnome-download-http;/zenity/&gnome-minor;/zenity-&zenity-version;.tar.xz">
+  <!ENTITY zenity-download-ftp  
"&gnome-download-ftp;/zenity/&gnome-minor;/zenity-&zenity-version;.tar.xz">
   <!ENTITY zenity-md5sum        "497dfbc1b473185f0294f38a92661ac0">
   <!ENTITY zenity-size          "3.6 MB">
   <!ENTITY zenity-buildsize     "24 MB">

Modified: branches/systemd/gnome.ent
==============================================================================
--- branches/systemd/gnome.ent  Mon Jul 28 14:08:29 2014        (r13720)
+++ branches/systemd/gnome.ent  Mon Jul 28 14:50:30 2014        (r13721)
@@ -98,3 +98,5 @@
 <!ENTITY accountsservice-version      "0.6.37">
 <!ENTITY sushi-version                "3.12.0">
 <!ENTITY tracker-version              "1.0.2">
+<!ENTITY gnome-user-docs-version      "3.12.2">
+<!ENTITY vino-version                 "3.12.0">

Modified: branches/systemd/introduction/welcome/changelog.xml
==============================================================================
--- branches/systemd/introduction/welcome/changelog.xml Mon Jul 28 14:08:29 
2014        (r13720)
+++ branches/systemd/introduction/welcome/changelog.xml Mon Jul 28 14:50:30 
2014        (r13721)
@@ -71,6 +71,15 @@
         <listitem>
           <para>[krejzi] - Added libmediaart-0.4.0 and Tracker-1.0.2.</para>
         </listitem>
+        <listitem>
+          <para>[krejzi] - Added gnome-user-docs-3.12.2.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - Added Vino-3.12.0.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - Added cups-pk-helper-0.2.5.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: branches/systemd/systemd.ent
==============================================================================
--- branches/systemd/systemd.ent        Mon Jul 28 14:08:29 2014        (r13720)
+++ branches/systemd/systemd.ent        Mon Jul 28 14:50:30 2014        (r13721)
@@ -1,5 +1,6 @@
 <!ENTITY bogofilter-version           "1.2.4"> 
 <!ENTITY colord-gtk-version           "0.1.25">
+<!ENTITY cups-pk-helper-version       "0.2.5">
 <!ENTITY farstream-version            "0.2.4">
 <!ENTITY geoclue2-version             "2.1.9">
 <!ENTITY gtk-vnc-version              "0.5.3">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to