Author: bdubbs
Date: Mon Aug 29 11:02:18 2016
New Revision: 17689

Log:
Update to 264-snapshot-20160827-2245-stable.
Update to LVM2.2.02.164. 
Tags fo r all lof xfce and various other packages

Modified:
   trunk/BOOK/general/genlib/libatasmart.xml
   trunk/BOOK/general/genlib/libgsf.xml
   trunk/BOOK/general/genutils/asciidoc.xml
   trunk/BOOK/general/genutils/iso-codes.xml
   trunk/BOOK/general/sysutils/udisks.xml
   trunk/BOOK/gnome/platform/dconf.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/audioutils/lame.xml
   trunk/BOOK/multimedia/cdwriteutils/libburn.xml
   trunk/BOOK/multimedia/cdwriteutils/libisoburn.xml
   trunk/BOOK/multimedia/cdwriteutils/libisofs.xml
   trunk/BOOK/multimedia/libdriv/audiofile.xml
   trunk/BOOK/multimedia/libdriv/fdk-aac.xml
   trunk/BOOK/multimedia/libdriv/gavl.xml
   trunk/BOOK/multimedia/libdriv/x264.xml
   trunk/BOOK/multimedia/libdriv/xvid.xml
   trunk/BOOK/multimedia/videoutils/ffmpeg.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/filesystems/lvm2.xml
   trunk/BOOK/postlfs/filesystems/mdadm.xml
   trunk/BOOK/postlfs/filesystems/parted.xml
   trunk/BOOK/pst/sgml/sgml-dtd.xml
   trunk/BOOK/x/icons/gnome-icon-theme.xml
   trunk/BOOK/x/icons/icon-naming-utils.xml
   trunk/BOOK/x/icons/lxde-icon-theme.xml
   trunk/BOOK/x/installing/xcb-util-cursor.xml
   trunk/BOOK/x/lib/fltk.xml
   trunk/BOOK/x/lib/gtksourceview.xml
   trunk/BOOK/x/lib/libxklavier.xml
   trunk/BOOK/x/lib/qtwebkit5.xml
   trunk/BOOK/xfce/apps/midori.xml
   trunk/BOOK/xfce/apps/mousepad.xml
   trunk/BOOK/xfce/apps/parole.xml
   trunk/BOOK/xfce/apps/ristretto.xml
   trunk/BOOK/xfce/apps/vte2.xml
   trunk/BOOK/xfce/apps/xfburn.xml
   trunk/BOOK/xfce/apps/xfce4-notifyd.xml
   trunk/BOOK/xfce/apps/xfce4-terminal.xml
   trunk/BOOK/xfce/core/exo.xml
   trunk/BOOK/xfce/core/garcon.xml
   trunk/BOOK/xfce/core/gtk-xfce-engine.xml
   trunk/BOOK/xfce/core/libwnck2.xml
   trunk/BOOK/xfce/core/libxfce4ui.xml
   trunk/BOOK/xfce/core/libxfce4util.xml
   trunk/BOOK/xfce/core/thunar-volman.xml
   trunk/BOOK/xfce/core/thunar.xml
   trunk/BOOK/xfce/core/tumbler.xml
   trunk/BOOK/xfce/core/xfce4-appfinder.xml
   trunk/BOOK/xfce/core/xfce4-panel.xml
   trunk/BOOK/xfce/core/xfce4-power-manager.xml
   trunk/BOOK/xfce/core/xfce4-session.xml
   trunk/BOOK/xfce/core/xfce4-settings.xml
   trunk/BOOK/xfce/core/xfce4-xkb-plugin.xml
   trunk/BOOK/xfce/core/xfconf.xml
   trunk/BOOK/xfce/core/xfdesktop.xml
   trunk/BOOK/xfce/core/xfwm4.xml

Modified: trunk/BOOK/general/genlib/libatasmart.xml
==============================================================================
--- trunk/BOOK/general/genlib/libatasmart.xml   Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/general/genlib/libatasmart.xml   Mon Aug 29 11:02:18 2016        
(r17689)
@@ -34,7 +34,7 @@
       library. It only supports a subset of the ATA S.M.A.R.T. functionality.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/general/genlib/libgsf.xml
==============================================================================
--- trunk/BOOK/general/genlib/libgsf.xml        Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/general/genlib/libgsf.xml        Mon Aug 29 11:02:18 2016        
(r17689)
@@ -35,7 +35,7 @@
       structured file formats.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/general/genutils/asciidoc.xml
==============================================================================
--- trunk/BOOK/general/genutils/asciidoc.xml    Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/general/genutils/asciidoc.xml    Mon Aug 29 11:02:18 2016        
(r17689)
@@ -34,7 +34,7 @@
     slideshows, web pages, man pages and blogs. AsciiDoc files can be
     translated to many formats including HTML, PDF, EPUB, and man page.  
</para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -77,14 +77,17 @@
     <para>Install <application>Asciidoc</application> by running
     the following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
+<screen><userinput>./configure --prefix=/usr     \
+            --sysconfdir=/etc \
+            --docdir=/usr/share/doc/asciidoc-&asciidoc-version; &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>
+<screen role="root"><userinput>make install &amp;&amp;
+make docs</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/general/genutils/iso-codes.xml
==============================================================================
--- trunk/BOOK/general/genutils/iso-codes.xml   Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/general/genutils/iso-codes.xml   Mon Aug 29 11:02:18 2016        
(r17689)
@@ -72,6 +72,8 @@
     </itemizedlist>
     
     <bridgehead renderas="sect3">ISO Codes Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="python3"/>
     </para>

Modified: trunk/BOOK/general/sysutils/udisks.xml
==============================================================================
--- trunk/BOOK/general/sysutils/udisks.xml      Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/general/sysutils/udisks.xml      Mon Aug 29 11:02:18 2016        
(r17689)
@@ -35,7 +35,7 @@
       that can be used to query and manipulate storage devices.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/gnome/platform/dconf.xml
==============================================================================
--- trunk/BOOK/gnome/platform/dconf.xml Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/gnome/platform/dconf.xml Mon Aug 29 11:02:18 2016        (r17689)
@@ -54,7 +54,7 @@
       linkend="glib2"/> provides similar functionality on the commandline.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Aug 29 09:34:40 
2016        (r17688)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Aug 29 11:02:18 
2016        (r17689)
@@ -52,6 +52,14 @@
           internal since we now have them.</para>
         </listitem>
         <listitem>
+          <para>[bdubbs] - Update to 264-snapshot-20160827-2245-stable. Fixes
+          <ulink url="&blfs-ticket-root;8221">#8221</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to LVM2.2.02.164. Fixes
+          <ulink url="&blfs-ticket-root;8224">#8224</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Fix an issue with WebkitGTK+-2.4.x when using a
           GCC-6.x based compiler. Fixes 
           <ulink url="&blfs-ticket-root;8234">#8234</ulink>.</para>
@@ -72,6 +80,11 @@
       <para>August 28th, 2016</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Add instrucions to install asciidoc 
+          documentation. Fixes
+          <ulink url="&blfs-ticket-root;8202">#8202</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to network-manager-applet-1.4.0. Partially
           fixes <ulink url="&blfs-ticket-root;8217">#8217</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/multimedia/audioutils/lame.xml
==============================================================================
--- trunk/BOOK/multimedia/audioutils/lame.xml   Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/multimedia/audioutils/lame.xml   Mon Aug 29 11:02:18 2016        
(r17689)
@@ -35,7 +35,7 @@
       for creating and analyzing compressed audio files.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/multimedia/cdwriteutils/libburn.xml
==============================================================================
--- trunk/BOOK/multimedia/cdwriteutils/libburn.xml      Mon Aug 29 09:34:40 
2016        (r17688)
+++ trunk/BOOK/multimedia/cdwriteutils/libburn.xml      Mon Aug 29 11:02:18 
2016        (r17689)
@@ -35,7 +35,7 @@
       data onto optical media: CD, DVD and BD (Blu-Ray).
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/multimedia/cdwriteutils/libisoburn.xml
==============================================================================
--- trunk/BOOK/multimedia/cdwriteutils/libisoburn.xml   Mon Aug 29 09:34:40 
2016        (r17688)
+++ trunk/BOOK/multimedia/cdwriteutils/libisoburn.xml   Mon Aug 29 11:02:18 
2016        (r17689)
@@ -39,7 +39,7 @@
       on media level and even plain disk files or block devices.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/multimedia/cdwriteutils/libisofs.xml
==============================================================================
--- trunk/BOOK/multimedia/cdwriteutils/libisofs.xml     Mon Aug 29 09:34:40 
2016        (r17688)
+++ trunk/BOOK/multimedia/cdwriteutils/libisofs.xml     Mon Aug 29 11:02:18 
2016        (r17689)
@@ -35,7 +35,7 @@
       filesystem with extensions like RockRidge or Joliet.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/multimedia/libdriv/audiofile.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/audiofile.xml Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/multimedia/libdriv/audiofile.xml Mon Aug 29 11:02:18 2016        
(r17689)
@@ -35,7 +35,7 @@
       to support basic sound file formats.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -102,7 +102,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+<screen><userinput>CXXFLAGS=-std=c++98 \
+./configure --prefix=/usr --disable-static &amp;&amp;
 
 make</userinput></screen>
 

Modified: trunk/BOOK/multimedia/libdriv/fdk-aac.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/fdk-aac.xml   Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/multimedia/libdriv/fdk-aac.xml   Mon Aug 29 11:02:18 2016        
(r17689)
@@ -35,7 +35,7 @@
       implementation.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/multimedia/libdriv/gavl.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gavl.xml      Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/multimedia/libdriv/gavl.xml      Mon Aug 29 11:02:18 2016        
(r17689)
@@ -36,7 +36,7 @@
     container structures for carrying audio samples or video images inside an
     application.</para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -83,8 +83,8 @@
     <para>Install <application>Gavl</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr \
-            --disable-doxygen                \
+<screen><userinput>./configure --prefix=/usr     \
+            --without-doxygen \
             --docdir=/usr/share/doc/gavl-&gavl-version; &amp;&amp;
 make</userinput></screen>
 

Modified: trunk/BOOK/multimedia/libdriv/x264.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/x264.xml      Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/multimedia/libdriv/x264.xml      Mon Aug 29 11:02:18 2016        
(r17689)
@@ -6,9 +6,9 @@
 
   <!ENTITY x264-download-http 
"http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-&x264-version;-stable.tar.bz2
 ">
   <!ENTITY x264-download-ftp  " ">
-  <!ENTITY x264-md5sum        "3373ea03b92ad51bdbb933f3d53205ad">
-  <!ENTITY x264-size          "709 KB">
-  <!ENTITY x264-buildsize     "9.8 MB">
+  <!ENTITY x264-md5sum        "f60b982df885c884255748128848516b">
+  <!ENTITY x264-size          "716 KB">
+  <!ENTITY x264-buildsize     "8.4 MB">
   <!ENTITY x264-time          "0.2 SBU">
 ]>
 
@@ -34,7 +34,7 @@
       video streams into the H.264/MPEG-4 AVC format.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/multimedia/libdriv/xvid.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/xvid.xml      Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/multimedia/libdriv/xvid.xml      Mon Aug 29 11:02:18 2016        
(r17689)
@@ -32,7 +32,7 @@
     <para><application>XviD</application> is an MPEG-4
     compliant video CODEC.</para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/multimedia/videoutils/ffmpeg.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/ffmpeg.xml Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/multimedia/videoutils/ffmpeg.xml Mon Aug 29 11:02:18 2016        
(r17689)
@@ -43,7 +43,7 @@
       source and any Open Sound System audio source.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/packages.ent     Mon Aug 29 11:02:18 2016        (r17689)
@@ -46,7 +46,7 @@
 <!ENTITY btrfs-progs-version          "4.7">
 <!ENTITY fuse-version                 "2.9.7">
 <!ENTITY jfsutils-version             "1.1.15">
-<!ENTITY lvm2-version                 "2.02.155">
+<!ENTITY lvm2-version                 "2.02.164">
 <!ENTITY mdadm-version                "3.4">
 <!ENTITY ntfs-3g-version              "2016.2.22">
 <!ENTITY gptfdisk-version             "1.0.1">
@@ -762,7 +762,7 @@
 <!ENTITY speexdsp-version             "1.2rc3">
 <!ENTITY taglib-version               "1.11">
 <!ENTITY v4l-utils-version            "1.10.1">
-<!ENTITY x264-version                 "20160220-2245">
+<!ENTITY x264-version                 "20160827-2245">
 <!ENTITY x265-version                 "2.0">
 <!ENTITY xine-lib-version             "1.2.6">
 <!ENTITY xvid-version                 "1.3.3">

Modified: trunk/BOOK/postlfs/filesystems/lvm2.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/lvm2.xml     Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/postlfs/filesystems/lvm2.xml     Mon Aug 29 11:02:18 2016        
(r17689)
@@ -6,9 +6,9 @@
 
   <!ENTITY lvm2-download-http " ">
   <!ENTITY lvm2-download-ftp  
"ftp://sources.redhat.com/pub/lvm2/releases/LVM2.&lvm2-version;.tgz";>
-  <!ENTITY lvm2-md5sum        "8e8025f2d82861c7285e2a36c58d279c">
-  <!ENTITY lvm2-size          "1.9 MB">
-  <!ENTITY lvm2-buildsize     "27 MB (add 19 MB for tests, however transient 
files can grow up to around 500 MB)">
+  <!ENTITY lvm2-md5sum        "839702f282977b3cc2e6ddc5ef9d9907">
+  <!ENTITY lvm2-size          "2.0 MB">
+  <!ENTITY lvm2-buildsize     "28 MB (add 19 MB for tests, however transient 
files can grow up to around 500 MB)">
   <!ENTITY lvm2-time          "0.4 SBU (add 6.0 SBU for tests)">
 ]>
 
@@ -37,7 +37,7 @@
       snapshots.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/postlfs/filesystems/mdadm.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/mdadm.xml    Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/postlfs/filesystems/mdadm.xml    Mon Aug 29 11:02:18 2016        
(r17689)
@@ -33,7 +33,7 @@
     <para>The <application>mdadm</application> package contains administration
     tools for software RAID.</para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -97,7 +97,8 @@
     <para>Install <application>mdadm</application> by running the following
     commands:</para>
 
-<screen><userinput>make</userinput></screen>
+<screen><userinput>sed -i 's/-Werror//' Makefile &amp;&amp;
+make</userinput></screen>
 
     <para>If you wish to run the tests, ensure that your kernel supports
     RAID and that a version of mdadm is not already running.  As many as 51 out

Modified: trunk/BOOK/postlfs/filesystems/parted.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/parted.xml   Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/postlfs/filesystems/parted.xml   Mon Aug 29 11:02:18 2016        
(r17689)
@@ -35,7 +35,7 @@
       partition resizing tool.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/pst/sgml/sgml-dtd.xml
==============================================================================
--- trunk/BOOK/pst/sgml/sgml-dtd.xml    Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/pst/sgml/sgml-dtd.xml    Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
     documentation to a standard allowing you to utilize transformations
     already written for that standard.</para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/x/icons/gnome-icon-theme.xml
==============================================================================
--- trunk/BOOK/x/icons/gnome-icon-theme.xml     Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/x/icons/gnome-icon-theme.xml     Mon Aug 29 11:02:18 2016        
(r17689)
@@ -40,7 +40,7 @@
       an assortment of non-scalable icons of different sizes and themes.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/x/icons/icon-naming-utils.xml
==============================================================================
--- trunk/BOOK/x/icons/icon-naming-utils.xml    Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/x/icons/icon-naming-utils.xml    Mon Aug 29 11:02:18 2016        
(r17689)
@@ -37,7 +37,7 @@
     url="http://standards.freedesktop.org/icon-naming-spec/latest/";>
     Icon Naming Specification</ulink>.</para>
 
-   &lfs79_checked;
+   &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/x/icons/lxde-icon-theme.xml
==============================================================================
--- trunk/BOOK/x/icons/lxde-icon-theme.xml      Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/x/icons/lxde-icon-theme.xml      Mon Aug 29 11:02:18 2016        
(r17689)
@@ -34,7 +34,7 @@
       nuoveXT 2.2 Icon Theme for <application>LXDE</application>.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/x/installing/xcb-util-cursor.xml
==============================================================================
--- trunk/BOOK/x/installing/xcb-util-cursor.xml Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/x/installing/xcb-util-cursor.xml Mon Aug 29 11:02:18 2016        
(r17689)
@@ -35,8 +35,7 @@
       <application>XCB</application> replacement for libXcursor.
     </para>
 
-    &lfs79_checked;
-    &gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/x/lib/fltk.xml
==============================================================================
--- trunk/BOOK/x/lib/fltk.xml   Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/x/lib/fltk.xml   Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
       graphical user interfaces for applications.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/x/lib/gtksourceview.xml
==============================================================================
--- trunk/BOOK/x/lib/gtksourceview.xml  Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/x/lib/gtksourceview.xml  Mon Aug 29 11:02:18 2016        (r17689)
@@ -37,7 +37,7 @@
       text functions to include syntax highlighting.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/x/lib/libxklavier.xml
==============================================================================
--- trunk/BOOK/x/lib/libxklavier.xml    Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/x/lib/libxklavier.xml    Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
       utility library for <application>X</application> keyboard.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/x/lib/qtwebkit5.xml
==============================================================================
--- trunk/BOOK/x/lib/qtwebkit5.xml      Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/x/lib/qtwebkit5.xml      Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
       <application>Qtwebkit</application> is a Qt based web browser engine.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/apps/midori.xml
==============================================================================
--- trunk/BOOK/xfce/apps/midori.xml     Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/apps/midori.xml     Mon Aug 29 11:02:18 2016        (r17689)
@@ -35,7 +35,7 @@
       <application>WebKitGTK+</application>.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
 

Modified: trunk/BOOK/xfce/apps/mousepad.xml
==============================================================================
--- trunk/BOOK/xfce/apps/mousepad.xml   Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/apps/mousepad.xml   Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
       <application>Xfce</application> desktop environment.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/apps/parole.xml
==============================================================================
--- trunk/BOOK/xfce/apps/parole.xml     Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/apps/parole.xml     Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
       <application>GStreamer</application>.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/apps/ristretto.xml
==============================================================================
--- trunk/BOOK/xfce/apps/ristretto.xml  Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/apps/ristretto.xml  Mon Aug 29 11:02:18 2016        (r17689)
@@ -35,7 +35,7 @@
       image viewer for the <application>Xfce</application> desktop.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/apps/vte2.xml
==============================================================================
--- trunk/BOOK/xfce/apps/vte2.xml       Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/apps/vte2.xml       Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
       <application>libvte</application>.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/apps/xfburn.xml
==============================================================================
--- trunk/BOOK/xfce/apps/xfburn.xml     Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/apps/xfburn.xml     Mon Aug 29 11:02:18 2016        (r17689)
@@ -37,7 +37,7 @@
       from elsewhere.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/apps/xfce4-notifyd.xml
==============================================================================
--- trunk/BOOK/xfce/apps/xfce4-notifyd.xml      Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/xfce/apps/xfce4-notifyd.xml      Mon Aug 29 11:02:18 2016        
(r17689)
@@ -40,7 +40,7 @@
       org.freedesktop.Notifications interface.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/apps/xfce4-terminal.xml
==============================================================================
--- trunk/BOOK/xfce/apps/xfce4-terminal.xml     Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/xfce/apps/xfce4-terminal.xml     Mon Aug 29 11:02:18 2016        
(r17689)
@@ -37,7 +37,7 @@
       <application>Xfce4 Terminal</application> or copy and paste text with 
your mouse.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/exo.xml
==============================================================================
--- trunk/BOOK/xfce/core/exo.xml        Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/core/exo.xml        Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
       applications that are used throughout <application>Xfce</application>.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/garcon.xml
==============================================================================
--- trunk/BOOK/xfce/core/garcon.xml     Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/core/garcon.xml     Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
       <application>GIO</application>.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/gtk-xfce-engine.xml
==============================================================================
--- trunk/BOOK/xfce/core/gtk-xfce-engine.xml    Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/xfce/core/gtk-xfce-engine.xml    Mon Aug 29 11:02:18 2016        
(r17689)
@@ -38,7 +38,7 @@
       <application>Xfce</application> desktop.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/libwnck2.xml
==============================================================================
--- trunk/BOOK/xfce/core/libwnck2.xml   Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/core/libwnck2.xml   Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
       Construction Kit.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/libxfce4ui.xml
==============================================================================
--- trunk/BOOK/xfce/core/libxfce4ui.xml Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/core/libxfce4ui.xml Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
       <application>Xfce</application> applications.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/libxfce4util.xml
==============================================================================
--- trunk/BOOK/xfce/core/libxfce4util.xml       Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/xfce/core/libxfce4util.xml       Mon Aug 29 11:02:18 2016        
(r17689)
@@ -35,7 +35,7 @@
       library for the <application>Xfce</application> desktop environment.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/thunar-volman.xml
==============================================================================
--- trunk/BOOK/xfce/core/thunar-volman.xml      Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/xfce/core/thunar-volman.xml      Mon Aug 29 11:02:18 2016        
(r17689)
@@ -36,7 +36,7 @@
       automatic management of removable drives and media.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/thunar.xml
==============================================================================
--- trunk/BOOK/xfce/core/thunar.xml     Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/core/thunar.xml     Mon Aug 29 11:02:18 2016        (r17689)
@@ -36,7 +36,7 @@
       on your computer.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/tumbler.xml
==============================================================================
--- trunk/BOOK/xfce/core/tumbler.xml    Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/core/tumbler.xml    Mon Aug 29 11:02:18 2016        (r17689)
@@ -37,7 +37,7 @@
       This is useful for generating thumbnail images of files.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/xfce4-appfinder.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfce4-appfinder.xml    Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/xfce/core/xfce4-appfinder.xml    Mon Aug 29 11:02:18 2016        
(r17689)
@@ -36,7 +36,7 @@
       system.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/xfce4-panel.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfce4-panel.xml        Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/xfce/core/xfce4-panel.xml        Mon Aug 29 11:02:18 2016        
(r17689)
@@ -35,7 +35,7 @@
       <application>Xfce4</application> Panel.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/xfce4-power-manager.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfce4-power-manager.xml        Mon Aug 29 09:34:40 
2016        (r17688)
+++ trunk/BOOK/xfce/core/xfce4-power-manager.xml        Mon Aug 29 11:02:18 
2016        (r17689)
@@ -42,7 +42,7 @@
       adjust their power consumption.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/xfce4-session.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfce4-session.xml      Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/xfce/core/xfce4-session.xml      Mon Aug 29 11:02:18 2016        
(r17689)
@@ -38,7 +38,7 @@
       them on startup.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/xfce4-settings.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfce4-settings.xml     Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/xfce/core/xfce4-settings.xml     Mon Aug 29 11:02:18 2016        
(r17689)
@@ -36,7 +36,7 @@
        <application>Xfce</application> preferences.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/xfce4-xkb-plugin.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfce4-xkb-plugin.xml   Mon Aug 29 09:34:40 2016        
(r17688)
+++ trunk/BOOK/xfce/core/xfce4-xkb-plugin.xml   Mon Aug 29 11:02:18 2016        
(r17689)
@@ -44,7 +44,7 @@
       applications and windows.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/xfconf.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfconf.xml     Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/core/xfconf.xml     Mon Aug 29 11:02:18 2016        (r17689)
@@ -35,7 +35,7 @@
       <application>Xfce</application>.
     </para>
 
-    &lfs79_checked;&gcc6_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/xfdesktop.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfdesktop.xml  Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/core/xfdesktop.xml  Mon Aug 29 11:02:18 2016        (r17689)
@@ -38,7 +38,7 @@
       on the desktop using <application>Thunar</application> libraries.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xfce/core/xfwm4.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfwm4.xml      Mon Aug 29 09:34:40 2016        (r17688)
+++ trunk/BOOK/xfce/core/xfwm4.xml      Mon Aug 29 11:02:18 2016        (r17689)
@@ -34,7 +34,7 @@
       <application>Xfce</application>.
     </para>
 
-    &lfs79_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
-- 
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