Author: pierre
Date: Sat Oct 22 13:17:41 2016
New Revision: 17906

Log:
Update LXQt applications and add pavucontrol-qt

Added:
   trunk/BOOK/lxqt/apps/pavucontrol-qt.xml   (contents, props changed)
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/lxqt/apps/apps.xml
   trunk/BOOK/lxqt/apps/lximage-qt.xml
   trunk/BOOK/lxqt/apps/obconf-qt.xml
   trunk/BOOK/lxqt/apps/qterminal.xml
   trunk/BOOK/lxqt/apps/qtermwidget.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Oct 22 10:13:56 2016        (r17905)
+++ trunk/BOOK/general.ent      Sat Oct 22 13:17:41 2016        (r17906)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "20">                   <!-- Always 2 digits -->
+<!ENTITY day          "22">                   <!-- Always 2 digits -->
 <!ENTITY month        "10">                   <!-- Always 2 digits -->
 <!ENTITY year         "2016">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "October 20th &year;">
+<!ENTITY releasedate  "October 22nd &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Oct 22 10:13:56 
2016        (r17905)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Oct 22 13:17:41 
2016        (r17906)
@@ -46,6 +46,11 @@
       <para>October 22nd,2016</para>
       <itemizedlist>
         <listitem>
+          <para>[pierre] - Update to lximage-qt-0.5.0, obconf-qt-0.11.0,
+          qterminal-0.7.0, qtermwidget-0.7.0, and add pavucontrol-qt-0.1.0.
+          Fixes <ulink url="&blfs-ticket-root;8349">#8349</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[ken] - Texlive : when I changed the source patch to -2
           I forgot to change the command where it is applied.</para>
         </listitem>

Modified: trunk/BOOK/lxqt/apps/apps.xml
==============================================================================
--- trunk/BOOK/lxqt/apps/apps.xml       Sat Oct 22 10:13:56 2016        (r17905)
+++ trunk/BOOK/lxqt/apps/apps.xml       Sat Oct 22 13:17:41 2016        (r17906)
@@ -22,6 +22,7 @@
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="lximage-qt.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="obconf-qt.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="pavucontrol-qt.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="qtermwidget.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="qterminal.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="qscintilla.xml"/>

Modified: trunk/BOOK/lxqt/apps/lximage-qt.xml
==============================================================================
--- trunk/BOOK/lxqt/apps/lximage-qt.xml Sat Oct 22 10:13:56 2016        (r17905)
+++ trunk/BOOK/lxqt/apps/lximage-qt.xml Sat Oct 22 13:17:41 2016        (r17906)
@@ -6,10 +6,10 @@
 
   <!ENTITY lximage-qt-download-http 
"http://downloads.lxqt.org/lximage-qt/&lximage-qt-version;/lximage-qt-&lximage-qt-version;.tar.xz";>
   <!ENTITY lximage-qt-download-ftp  " ">
-  <!ENTITY lximage-qt-md5sum        "0bd2c6474d8d9c73b606e81647e777f0">
-  <!ENTITY lximage-qt-size          "44 KB">
-  <!ENTITY lximage-qt-buildsize     "3 MB">
-  <!ENTITY lximage-qt-time          "0.1 SBU">
+  <!ENTITY lximage-qt-md5sum        "5cee89e6076fc33975410ed309252a88">
+  <!ENTITY lximage-qt-size          "35 KB">
+  <!ENTITY lximage-qt-buildsize     "2.5 MB">
+  <!ENTITY lximage-qt-time          "0.15 SBU">
 ]>
 
 <sect1 id="lximage-qt" xreflabel="lximage-qt-&lximage-qt-version;">
@@ -75,7 +75,13 @@
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="libexif"/> and
-      <xref linkend="pcmanfm-qt"/>
+      <xref linkend="libfm-qt"/>
+    </para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="git"/> (to download translation files) or
+      <xref linkend="lxqt-l10n"/> (to add localization files)
     </para>
 
     <para condition="html" role="usernotes">
@@ -91,18 +97,15 @@
       commands:
     </para>
 
-<screen><userinput>sed -i 's/1%/%1/' src/translations/lximage-qt_pt_BR.ts 
&amp;&amp;
-
-sed -i 's/Utility;//' data/lximage-qt.desktop.in       &amp;&amp;
-
-mkdir -v build &amp;&amp;
+<screen><userinput>mkdir -v build &amp;&amp;
 cd       build &amp;&amp;
 
 cmake -DCMAKE_BUILD_TYPE=Release          \
       -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
+      -DPULL_TRANSLATIONS=no              \
       ..       &amp;&amp;
 
-LIBRARY_PATH=/opt/qt5/lib:$LXQT_PREFIX/lib make</userinput></screen>
+make</userinput></screen>
 
     <para>
       This package does not come with a test suite.
@@ -132,20 +135,15 @@
     <title>Command Explanations</title>
 
     <para>
-      <command>sed -i ... src/translations/lximage-qt_pt_BR.t</command>: Fixes
-      a bug introduced by the translation. If you will never use pt_BR as the
-      prefix of your locale, this fix can be safely ignored.
-    </para>
-
-    <para>
-      <command>sed -i ...  data/lximage-qt.desktop.in</command>: Fixes submenu
-      for <application>lximage-qt</application>.
+      <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
+      <xref linkend="git"/>, which would otherwise be requested to download
+      the translation files.
     </para>
-
+<!--
     <para>
       <envar>LIBRARY_PATH=/opt/qt5/lib:$LXQT_PREFIX/lib</envar>: Fixes for the
       linker to find three libraries.
-    </para>
+    </para>-->
 
   </sect2>
 
@@ -165,7 +163,7 @@
           None
         </seg>
         <seg>
-          $LXQT_PREFIX/share/lximage-qt
+          None
         </seg>
       </seglistitem>
     </segmentedlist>

Modified: trunk/BOOK/lxqt/apps/obconf-qt.xml
==============================================================================
--- trunk/BOOK/lxqt/apps/obconf-qt.xml  Sat Oct 22 10:13:56 2016        (r17905)
+++ trunk/BOOK/lxqt/apps/obconf-qt.xml  Sat Oct 22 13:17:41 2016        (r17906)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY obconf-qt-download-http 
"&sources-anduin-http;/other/obconf-qt-&obconf-qt-version;.tar.xz">
+  <!ENTITY obconf-qt-download-http 
"https://downloads.lxqt.org/obconf-qt/&obconf-qt-version;/obconf-qt-&obconf-qt-version;.tar.xz";>
   <!ENTITY obconf-qt-download-ftp  " ">
-  <!ENTITY obconf-qt-md5sum        "dc0b9515fec3cf81cf809192e75daa3f">
-  <!ENTITY obconf-qt-size          "344 KB">
-  <!ENTITY obconf-qt-buildsize     "3.5 MB">
-  <!ENTITY obconf-qt-time          "0.1 SBU">
+  <!ENTITY obconf-qt-md5sum        "12de451f5ab442bf6174ea285f2670e9">
+  <!ENTITY obconf-qt-size          "34 KB">
+  <!ENTITY obconf-qt-buildsize     "2.1 MB">
+  <!ENTITY obconf-qt-time          "0.15 SBU">
 ]>
 
 <sect1 id="obconf-qt" xreflabel="obconf-qt-&obconf-qt-version;">
@@ -69,20 +69,20 @@
       </listitem>
     </itemizedlist>
 
-    <para>
-      The source tarball shown above was created by the BLFS team by cloning
-      the source code repository, finding the correct version to rename
-      accordingly the source code directory and finally making the compressed
-      tarball. No other modification has been made.
-    </para>
-
     <bridgehead renderas="sect3">obconf-qt Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="cmake"/>,
-      <xref linkend="openbox"/>, and
-      <xref linkend="qt5"/> 
+      <xref linkend="gtk2"/> (for <command>gtk-update-icon-cache</command>),
+      <xref linkend="hicolor-icon-theme"/>,
+      <xref linkend="liblxqt"/>, and
+      <xref linkend="openbox"/>
+    </para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="git"/> (to download translation files) or
+      <xref linkend="lxqt-l10n"/> (to add localization files)
     </para>
 
     <para condition="html" role="usernotes">
@@ -94,10 +94,8 @@
     <title>Installation of obconf-qt</title>
 
     <para>
-       For compilation with <application>Qt4</application>, see <quote>Command
-       Explanations</quote>, below. Install
-       <application>obconf-qt</application>, linked to
-       <application>Qt5</application>, by running the following commands:
+       Install <application>obconf-qt</application> by running the following
+       commands:
     </para>
 
 <screen><userinput>mkdir -v build &amp;&amp;
@@ -105,6 +103,7 @@
 
 cmake -DCMAKE_BUILD_TYPE=Release  \
       -DCMAKE_INSTALL_PREFIX=/usr \
+      -DPULL_TRANSLATIONS=no      \
       ..       &amp;&amp;
 make</userinput></screen>
 
@@ -124,14 +123,30 @@
 
 <screen role="root"><userinput>make install</userinput></screen>
 
+    <para>
+      If <xref linkend="lxqt-l10n"/> is not installed in <filename
+      class="directory">/usr</filename>, the translation files are not found.
+      To cure that, run, as the <systemitem class="username">root</systemitem>:
+    </para>
+
+<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
+  ln -s $LXQT_PREFIX/share/obconf-qt /usr/share
+fi</userinput></screen>
+
+    <para>
+      Note that the above instruction works only if <envar>LXQT_PREFIX</envar>
+      has been set as explained in <xref linkend="lxqt-pre-install"/>.
+    </para>
+
   </sect2>
 
   <sect2 role="commands">
     <title>Command Explanations</title>
 
     <para>
-      <option>-DUSE_QT4=ON</option>: Use this switch, if you prefer to build
-      this application linked to <application>Qt4</application>.
+      <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
+      <xref linkend="git"/>, which would otherwise be requested to download
+      the translation files.
     </para>
 
   </sect2>
@@ -152,7 +167,7 @@
           None
         </seg>
         <seg>
-          /usr/share/obconf-qt
+          None
         </seg>
       </seglistitem>
     </segmentedlist>

Added: trunk/BOOK/lxqt/apps/pavucontrol-qt.xml
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/BOOK/lxqt/apps/pavucontrol-qt.xml     Sat Oct 22 13:17:41 2016        
(r17906)
@@ -0,0 +1,164 @@
+<?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 pavucontrol-qt-download-http 
"https://downloads.lxqt.org/pavucontrol-qt/&pavucontrol-qt-version;/pavucontrol-qt-&pavucontrol-qt-version;.tar.xz";>
+  <!ENTITY pavucontrol-qt-download-ftp  " ">
+  <!ENTITY pavucontrol-qt-md5sum        "32217c5ae8a846e92548a55b8d3b9267">
+  <!ENTITY pavucontrol-qt-size          "34 KB">
+  <!ENTITY pavucontrol-qt-buildsize     "2.2 MB">
+  <!ENTITY pavucontrol-qt-time          "0.15 SBU">
+]>
+
+<sect1 id="pavucontrol-qt" xreflabel="pavucontrol-qt-&pavucontrol-qt-version;">
+  <?dbhtml filename="pavucontrol-qt.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>pavucontrol-qt-&pavucontrol-qt-version;</title>
+
+  <indexterm zone="pavucontrol-qt">
+    <primary sortas="a-pavucontrol-qt">pavucontrol-qt</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to pavucontrol-qt</title>
+
+    <para>
+      <application>pavucontrol-qt</application> is the Qt port of volume
+      control pavucontrol of sound server PulseAudio. Its use is not limited
+      to LXQt.
+    </para>
+
+    &lfs7a_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&pavucontrol-qt-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&pavucontrol-qt-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &pavucontrol-qt-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &pavucontrol-qt-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &pavucontrol-qt-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &pavucontrol-qt-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">pavucontrol-qt Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="liblxqt"/> and
+      <xref linkend="pulseaudio"/>
+    </para>
+
+    <para condition="html" role="usernotes">
+      User Notes: <ulink url="&blfs-wiki;/pavucontrol-qt"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of pavucontrol-qt</title>
+
+    <para>
+       Install <application>pavucontrol-qt</application> by running the 
following
+       commands:
+    </para>
+
+<screen><userinput>mkdir -v build &amp;&amp;
+cd       build &amp;&amp;
+
+cmake -DCMAKE_BUILD_TYPE=Release  \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      ..       &amp;&amp;
+make</userinput></screen>
+
+    <para>
+      The choice of <filename class="directory">/usr</filename> prefix is due
+      to the general characteristics of this program, which can be used
+      without <application>LXQt</application>.
+    </para>
+
+    <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 Program</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directory</segtitle>
+
+      <seglistitem>
+        <seg>
+          pavucontrol-qt
+        </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="pavucontrol-qt-prog">
+        <term><command>pavucontrol-qt</command></term>
+        <listitem>
+          <para>
+            is a Qt based GUI configuration tool for
+            <application>pulsaudio</application> settings.
+          </para>
+          <indexterm zone="pavucontrol-qt pavucontrol-qt-prog">
+            <primary sortas="b-pavucontrol-qt">pavucontrol-qt</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Modified: trunk/BOOK/lxqt/apps/qterminal.xml
==============================================================================
--- trunk/BOOK/lxqt/apps/qterminal.xml  Sat Oct 22 10:13:56 2016        (r17905)
+++ trunk/BOOK/lxqt/apps/qterminal.xml  Sat Oct 22 13:17:41 2016        (r17906)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY qterminal-download-http 
"https://github.com/qterminal/qterminal/releases/download/&qterminal-version;/qterminal-&qterminal-version;.tar.xz";>
+  <!ENTITY qterminal-download-http 
"https://downloads.lxqt.org/qterminal/&qterminal-version;/qterminal-&qterminal-version;.tar.xz";>
   <!ENTITY qterminal-download-ftp  " ">
-  <!ENTITY qterminal-md5sum        "a033e898d17fcd3b0f9a839b029b0db4">
-  <!ENTITY qterminal-size          "100 KB">
-  <!ENTITY qterminal-buildsize     "5.2 MB (with the API documentation)">
-  <!ENTITY qterminal-time          "0.2 SBU (with the API documentation)">
+  <!ENTITY qterminal-md5sum        "566ba64cbec739b94b0ba2bc9cca2880">
+  <!ENTITY qterminal-size          "96 KB">
+  <!ENTITY qterminal-buildsize     "3.7 MB (add 1.3 MB for the API 
documentation)">
+  <!ENTITY qterminal-time          "0.25 SBU (with the API documentation)">
 ]>
 
 <sect1 id="qterminal" xreflabel="qterminal-&qterminal-version;">
@@ -75,13 +75,17 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
+      <xref linkend="liblxqt"/> and
       <xref linkend="qtermwidget"/>
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="doxygen"/> and
-      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
+      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
+      for documentation, and
+      <xref linkend="git"/> (to download translation files) or
+      <xref linkend="lxqt-l10n"/> (to add localization files)
     </para>
 
     <para condition="html" role="usernotes">
@@ -93,9 +97,8 @@
     <title>Installation of qterminal</title>
 
     <para>
-      For compilation with <application>Qt4</application>, see <quote>Command
-      Explanations</quote>, below. Install
-      <application>qterminal</application> by running the following commands:
+      Install <application>qterminal</application> by running the following
+      commands:
     </para>
 
 <screen><userinput>mkdir -v build &amp;&amp;
@@ -103,8 +106,7 @@
 
 cmake -DCMAKE_BUILD_TYPE=Release  \
       -DCMAKE_INSTALL_PREFIX=/usr \
-      -DUSE_SYSTEM_QXT=OFF        \
-      -DUSE_QT5=true              \
+      -DPULL_TRANSLATIONS=no      \
       ..       &amp;&amp;
 
 make</userinput></screen>
@@ -157,25 +159,30 @@
 <screen role="root"><userinput>install -v -m644    docs/latex/refman.pdf \
                     
/usr/share/doc/qterminal-&qterminal-version;/pdf</userinput></screen>
 
-  </sect2>
+    <para>
+      If <xref linkend="lxqt-l10n"/> is not installed in <filename
+      class="directory">/usr</filename>, the translation files are not found.
+      To cure that, run, as the <systemitem class="username">root</systemitem>:
+    </para>
 
-  <sect2 role="commands">
-    <title>Command Explanations</title>
+<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
+  ln -s $LXQT_PREFIX/share/qterminal /usr/share
+fi</userinput></screen>
 
     <para>
-      <parameter>-DUSE_SYSTEM_QXT=OFF</parameter>: This switch is necessary
-      because the option has not been implemented if linking with
-      <application>Qt5</application>. However, use it also if you choose
-      linking to <application>Qt4</application>, because <ulink
-      url="https://bitbucket.org/libqxt/libqxt/wiki/Home";>libqxt</ulink> is
-      required, but is no longer maintained.
+      Note that the above instruction works only if <envar>LXQT_PREFIX</envar>
+      has been set as explained in <xref linkend="lxqt-pre-install"/>.
     </para>
 
+  </sect2>
+
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
     <para>
-      <parameter>-DUSE_QT5=true</parameter>: This switch is used in order to
-      build this application linked to <application>Qt5</application>. Toggle
-      to <quote>false</quote>, if you prefer to use
-      <application>Qt4</application>.
+      <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
+      <xref linkend="git"/>, which would otherwise be requested to download
+      the translation files.
     </para>
 
   </sect2>
@@ -196,8 +203,8 @@
           None
         </seg>
         <seg>
-          /usr/share/qterminal and
-          /usr/share/doc/qterminal-&qterminal-version;
+          /usr/share/doc/qterminal-&qterminal-version; (if the documentation
+          is installed)
         </seg>
       </seglistitem>
     </segmentedlist>

Modified: trunk/BOOK/lxqt/apps/qtermwidget.xml
==============================================================================
--- trunk/BOOK/lxqt/apps/qtermwidget.xml        Sat Oct 22 10:13:56 2016        
(r17905)
+++ trunk/BOOK/lxqt/apps/qtermwidget.xml        Sat Oct 22 13:17:41 2016        
(r17906)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY qtermwidget-download-http 
"https://github.com/qterminal/qtermwidget/releases/download/&qtermwidget-version;/qtermwidget-&qtermwidget-version;.tar.xz";>
+  <!ENTITY qtermwidget-download-http 
"https://downloads.lxqt.org/qtermwidget/&qtermwidget-version;/qtermwidget-&qtermwidget-version;.tar.xz";>
   <!ENTITY qtermwidget-download-ftp  " ">
-  <!ENTITY qtermwidget-md5sum        "763ce418ef6b7167cea6c01e3a97f5f4">
-  <!ENTITY qtermwidget-size          "156 KB">
-  <!ENTITY qtermwidget-buildsize     "5.1 MB">
-  <!ENTITY qtermwidget-time          "0.2 SBU">
+  <!ENTITY qtermwidget-md5sum        "9744afd8228b831e0021a2badfb076b8">
+  <!ENTITY qtermwidget-size          "155 KB">
+  <!ENTITY qtermwidget-buildsize     "5 MB">
+  <!ENTITY qtermwidget-time          "0.3 SBU">
 ]>
 
 <sect1 id="qtermwidget" xreflabel="qtermwidget-&qtermwidget-version;">
@@ -74,7 +74,7 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="cmake"/>, and
+      <xref linkend="cmake"/> and
       <xref linkend="qt5"/>
 
     </para>
@@ -98,8 +98,6 @@
 cmake -DCMAKE_BUILD_TYPE=Release  \
       -DCMAKE_INSTALL_PREFIX=/usr \
       -DCMAKE_INSTALL_LIBDIR=lib  \
-      -DBUILD_DESIGNER_PLUGIN=0   \
-      -DUSE_QT5=true              \
       ..       &amp;&amp;
 
 make</userinput></screen>
@@ -126,14 +124,7 @@
     <title>Command Explanations</title>
 
     <para>
-      <parameter>-DBUILD_DESIGNER_PLUGIN=0</parameter>: This switch is
-      necessary, because building the Qt designer plugin is not supported for
-      <application>Qt5</application> yet. 
-    </para>
-
-    <para>
-      <parameter>-DUSE_QT5=true</parameter>: This switch is used in order to
-      build this application linked to <application>Qt5</application>. 
+      <option>-DBUILD_TEST=true</option>: Builds test application.
     </para>
 
   </sect2>
@@ -175,19 +166,6 @@
           </indexterm>
         </listitem>
       </varlistentry>
-<!--
-      <varlistentry id="libqtermwidget4plugin-lib">
-        <term><filename 
class="libraryfile">libqtermwidget4plugin.so</filename></term>
-        <listitem>
-          <para>
-            contains the <application>qtermwidget Qt4 designer 
plugin</application>.
-          </para>
-          <indexterm zone="qtermwidget libqtermwidget4plugin-lib">
-            <primary 
sortas="c-libqtermwidget4plugin">libqtermwidget4plugin.so</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
--->
     </variablelist>
 
   </sect2>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Oct 22 10:13:56 2016        (r17905)
+++ trunk/BOOK/packages.ent     Sat Oct 22 13:17:41 2016        (r17906)
@@ -666,10 +666,11 @@
 <!ENTITY lxqt-session-version         "&lxqt-version;">
 
 <!-- Chapter 41 -->
-<!ENTITY lximage-qt-version           "0.4.0">
-<!ENTITY obconf-qt-version            "0.9.0.8.g1ce85f1">
-<!ENTITY qtermwidget-version          "0.6.0">
-<!ENTITY qterminal-version            "0.6.0">
+<!ENTITY lximage-qt-version           "0.5.0">
+<!ENTITY obconf-qt-version            "0.11.0">
+<!ENTITY pavucontrol-qt-version       "0.1.0">
+<!ENTITY qtermwidget-version          "0.7.0">
+<!ENTITY qterminal-version            "0.7.0">
 <!ENTITY qupzilla-version             "2.0.1">
 <!ENTITY qscintilla-version           "2.9.3">
 <!ENTITY juffed-version               "0.10.r71.gc3c1a3f">
-- 
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