Changeset b9488cf


Ignore:
Timestamp:
07/28/2015 08:37:42 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
87532434
Parents:
49ee8357
Message:

Fix typos in the LXQT section
Add ruby to the recommended dependencies for Qt4
Fix librep and reiserfsprogs to build correctly for GCC 5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16295 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/chrpath.xml

    r49ee8357 rb9488cf  
    9595    </para>
    9696
    97 <screen role="root"><userinput>make docdir=/usr/share/doc/&chrpath-version; install</userinput></screen>
     97<screen role="root"><userinput>make docdir=/usr/share/doc/chrpath-&chrpath-version; install</userinput></screen>
    9898
    9999  </sect2>
  • general/prog/librep.xml

    r49ee8357 rb9488cf  
    7676    commands:</para>
    7777
    78 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     78<screen><userinput>sed -i 's/__OPTIMIZE__/__OPTIMIZE__ \&amp;\&amp; 0/g' src/repint.h &amp;&amp;
     79./configure --prefix=/usr --disable-static &amp;&amp;
    7980make</userinput></screen>
    8081
     
    8687
    8788  </sect2>
    88 <!--
     89
    8990  <sect2 role="commands">
    9091    <title>Command Explanations</title>
    9192
    92     <para></para>
    93 
    94   </sect2>-->
     93    <para>sed -i...: This fixes a build error with GCC 5.</para>
     94 
     95  </sect2>
    9596
    9697  <sect2 role="content">
  • introduction/welcome/changelog.xml

    r49ee8357 rb9488cf  
    4848      <para>July 28th, 2015</para>
    4949      <itemizedlist>
     50          <listitem>
     51            <para>[renodr] - Add oxygen-icons to dependencies for
     52            pcmanfm-qt.</para>
     53           </listitem>
     54          <listitem>
     55            <para>[renodr] - Fix build errors in librep and reiserfs.
     56            Thanks goes to Lee for reporting these problems.</para>
     57          </listitem>
    5058          <listitem>
    5159            <para>[fernando] - Update to sqlite-3.8.10. Fixes
  • lxqt/apps/apps.xml

    r49ee8357 rb9488cf  
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="obconf-qt.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qscintilla.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qtermwidget.xml"/>
    2627  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="juffed.xml"/>
    27   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qtermwidget.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qterminal.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qupzilla.xml"/>
  • lxqt/apps/juffed.xml

    r49ee8357 rb9488cf  
    3333      The <application>JuffEd</application> package is a Qt based editor with
    3434      support for multiple tabs. It is simple and clear, but very powerful.
    35       Supports language syntax highlighting, auto-indents in accordance with
     35      It supports language syntax highlighting, auto-indents in accordance with
    3636      file type, code blocks folding, maching braces highlighting with instant
    3737      jumps between them, powerful search and replacing text using regular
     
    9191    <para role="required">
    9292      <xref linkend="qscintilla"/>
     93      <xref linkend="qtermwidget"/>
    9394    </para>
    9495
     
    109110    <para>
    110111      For compilation with <application>Qt4</application>, see <quote>Command
    111       Explanations</quote>, below. Install
     112      Explanations</quote> below. Install
    112113      <application>juffed</application> by running the following commands:
    113114    </para>
     
    187188        <listitem>
    188189          <para>
    189             is a <application>Qt</application> based editor.
     190            is a <application>Qt</application> based text editor.
    190191          </para>
    191192          <indexterm zone="juffed juffed-prog">
  • lxqt/desktop/liblxqt.xml

    r49ee8357 rb9488cf  
    3131
    3232    <para>
    33       The <application>liblxqt</application> is the core utility library for
    34       all <application>LXQt</application> components.
     33      The <application>liblxqt</application> contains the core utility library
     34      for all <application>LXQt</application> components.
    3535    </para>
    3636
     
    9292    </para>
    9393
    94 <screen><userinput>sed -e '/lxqtnotification.h/ i #include &lt;QObject&gt;'
     94<screen><userinput>sed -e '/lxqtnotification.h/ i #include &lt;QObject&gt;' \
    9595    -i lxqtnotification.cpp &amp;&amp;
    9696
  • lxqt/desktop/libqtxdg.xml

    r49ee8357 rb9488cf  
    3232    <para>
    3333      The <application>libqtxdg</application> is a Qt implementation of
    34       freedesktop.org xdg specs.
     34      freedesktop.org xdg specifications.
    3535    </para>
    3636
  • lxqt/desktop/lxqt-config.xml

    r49ee8357 rb9488cf  
    9191    </para>
    9292
    93 <screen><userinput>sed -e '/lxqtnotification.h/ i #include &lt;QObject&gt;' \
    94     -i lxqt-config-monitor/monitor.h &amp;&amp;
     93<screen><userinput>sed -i '/&lt;QRect&gt;/ i #include &lt;QObject&gt;' lxqt-config-monitor/monitor.h
    9594
    9695mkdir -v build &amp;&amp;
  • lxqt/desktop/lxqt-runner.xml

    r49ee8357 rb9488cf  
    156156        <listitem>
    157157          <para>
    158             is graphical dialogue for quickly execute a program.
     158            is a graphical dialogue for quickly executing a program.
    159159          </para>
    160160          <indexterm zone="lxqt-runner lxqt-runner-prog">
  • lxqt/desktop/pcmanfm-qt.xml

    r49ee8357 rb9488cf  
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="lxde-icon-theme"/> or another icon theme
     85      <xref linkend="oxygen-icons"/> or another icon theme
    8686    </para>
    8787
  • postlfs/filesystems/reiser.xml

    r49ee8357 rb9488cf  
    8484    commands:</para>
    8585
    86 <screen><userinput>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
     86<screen><userinput>CFLAGS="$CFLAGS -std=gnu99" ./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
    8787make</userinput></screen>
    8888
  • x/lib/qt4.xml

    r49ee8357 rb9488cf  
    129129      <xref linkend="libpng"/>,
    130130      <xref linkend="libtiff"/>,
     131      <xref linkend="ruby"/>,
    131132      <xref linkend="openssl"/>, and
    132133      <xref linkend="sqlite"/>
Note: See TracChangeset for help on using the changeset viewer.