Changeset f3429309 for x/lib/qt5.xml


Ignore:
Timestamp:
11/13/2015 02:24:57 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
9fd7f516
Parents:
6c91a92a
Message:
  • mupdf-1.8: minor reformat.
  • removing spaces from EOL, from Denis Mugnier.
  • BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate the book. One chunck had been removed. Bruce, please check if it is OK, now.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r6c91a92a rf3429309  
    123123      <xref linkend="unixodbc"/>,
    124124      <xref linkend="libxkbcommon"/>, and
    125       <ulink url="https://github.com/ibus/ibus/wiki">ibus</ulink> 
     125      <ulink url="https://github.com/ibus/ibus/wiki">ibus</ulink>
    126126    </para>
    127127
     
    131131  </sect2>
    132132
    133    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
     133   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    134134               href="../../xincludes/qt-alternatives.xml"/>
    135135
     
    142142      The BLFS editors recommend installing <application>Qt5</application> in a
    143143      directory other than <filename class="directory">/usr</filename>, ie
    144       <filename class="directory">/opt/qt5</filename>.  To do this,  set the 
     144      <filename class="directory">/opt/qt5</filename>.  To do this,  set the
    145145      following environment variable:
    146146    </para>
     
    303303cat &gt; /usr/share/applications/assistant-qt5.desktop &lt;&lt; EOF
    304304<literal>[Desktop Entry]
    305 Name=Qt5 Assistant 
     305Name=Qt5 Assistant
    306306Comment=Shows Qt5 documentation and examples
    307307Exec=$QT5BINDIR/assistant
     
    342342cat &gt; /usr/share/applications/qdbusviewer-qt5.desktop &lt;&lt; EOF
    343343<literal>[Desktop Entry]
    344 Name=Qt5 QDbusViewer 
     344Name=Qt5 QDbusViewer
    345345GenericName=D-Bus Debugger
    346346Comment=Debug D-Bus applications
     
    502502    </sect3>
    503503
    504    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
     504   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    505505               href="../../xincludes/setqt.xml"/>
    506506  </sect2>
     
    683683          <para>
    684684            takes a C++ source file and generates a D-Bus XML definition
    685             of the interface. 
     685            of the interface.
    686686          </para>
    687687          <indexterm zone="qt5 qdbuscpp2xml-qt5">
     
    728728        </listitem>
    729729      </varlistentry>
    730  
     730
    731731      <varlistentry id="qdoc-qt5">
    732732        <term><command>qdoc</command></term>
     
    760760          <para>
    761761            is a tool used to generate a <application>Qt</application>
    762             compressed help file. 
     762            compressed help file.
    763763          </para>
    764764          <indexterm zone="qt5 qhelpgenerator-qt5">
Note: See TracChangeset for help on using the changeset viewer.