Changeset b9488cf for lxqt


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

Location:
lxqt
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.