Changeset 79ba2ea for lxqt


Ignore:
Timestamp:
07/22/2015 10:03:52 PM (9 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.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:
5f42e0c
Parents:
077cbf3
Message:
  • Update to dbus-1.8.20.
  • Update to gtk+-3.16.6.
  • Fixes and tweaks: Samba-4.2.3, QScintilla-gpl-2.9 and qterminal-0.6.0.

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

Location:
lxqt/apps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/qscintilla.xml

    r077cbf3 r79ba2ea  
    88  <!ENTITY qscintilla-download-ftp  " ">
    99  <!ENTITY qscintilla-md5sum        "24c4033cbf20223eb73a33af9c037862">
    10   <!ENTITY qscintilla-size          "45 MB">
    11   <!ENTITY qscintilla-buildsize     "79 MB">
    12   <!ENTITY qscintilla-time          "3.1 SBU">
     10  <!ENTITY qscintilla-size          "2.4 MB">
     11  <!ENTITY qscintilla-buildsize     "37 MB (with documentation)">
     12  <!ENTITY qscintilla-time          "1 SBU (with documentation)">
    1313]>
    1414
     
    156156<screen role="root"><userinput>make install</userinput></screen>
    157157
     158    <para>
     159      If you wish to install the documentation, issue, as the <systemitem
     160      class="username">root</systemitem> user:
     161    </para>
     162
     163<screen role="root"><userinput>install -v -m755 -d $QT5DIR/share/doc/QScintilla-&qscintilla-version; &amp;&amp;
     164install -v -m644    ../doc/html-Qt4Qt5/* \
     165                    $QT5DIR/share/doc/QScintilla-&qscintilla-version;</userinput></screen>
     166
     167    <para>
     168       if building with <application>Qt5</application>. For
     169       <application>Qt4</application> build, replace <envar>QT5DIR</envar> with
     170       <envar>QT4DIR</envar>.
     171    </para>
     172
    158173  </sect2>
    159174
     
    174189        </seg>
    175190        <seg>
    176           $QT5DIR/{include,}/Qsci or $QT4DIR/{include,}/Qsci
     191          $QT5DIR/{include/Qsci,qsci,share/doc/QScintilla-&qscintilla-version;}
     192          or
     193          $QT4DIR/{include/Qsci,qsci,share/doc/QScintilla-&qscintilla-version;}
    177194        </seg>
    178195      </seglistitem>
  • lxqt/apps/qterminal.xml

    r077cbf3 r79ba2ea  
    99  <!ENTITY qterminal-md5sum        "a033e898d17fcd3b0f9a839b029b0db4">
    1010  <!ENTITY qterminal-size          "100 KB">
    11   <!ENTITY qterminal-buildsize     "3.7 MB">
    12   <!ENTITY qterminal-time          "0.2 SBU">
     11  <!ENTITY qterminal-buildsize     "5.2 MB (with the API documentation)">
     12  <!ENTITY qterminal-time          "0.2 SBU (with the API documentation)">
    1313]>
    1414
     
    7777    <para role="required">
    7878      <xref linkend="qtermwidget"/>
     79    </para>
     80
     81    <bridgehead renderas="sect4">Optional</bridgehead>
     82    <para role="optional">
     83      <xref linkend="doxygen"/> and
     84      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
    7985    </para>
    8086
     
    111117
    112118    <para>
     119      If you have <xref linkend="doxygen"/> installed, and wish to create the
     120      API documentation, issue:
     121    </para>
     122
     123<screen><userinput>doxygen ../Doxyfile</userinput></screen>
     124
     125    <para>
     126      The html API documentation has been generated with the previous command.
     127      Now, iff you also have <xref linkend="texlive"/> (or <xref
     128      linkend="tl-installer"/>) installed, and wish to create the pdf API
     129      reference manual, issue:
     130    </para>
     131
     132<screen><userinput>make -C docs/latex</userinput></screen>
     133
     134    <para>
    113135      This package does not come with a test suite.
    114136    </para>
     
    119141
    120142<screen role="root"><userinput>make install</userinput></screen>
     143
     144    <para>
     145      To install the API documentation, if you opted to generate them, issue,
     146      as the <systemitem class="username">root</systemitem> user:
     147    </para>
     148
     149<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/qterminal-&qterminal-version;/{html,pdf} &amp;&amp;
     150install -v -m644    docs/latex/refman.pdf \
     151                    /usr/share/doc/qterminal-&qterminal-version;/pdf</userinput></screen>
     152
     153    <para>
     154      for the html API documentation, and, for the pdf API reference manual, as
     155      the <systemitem class="username">root</systemitem> user:
     156    </para>
     157
     158<screen role="root"><userinput>cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html</userinput></screen>
    121159
    122160  </sect2>
     
    149187      <segtitle>Installed Program</segtitle>
    150188      <segtitle>Installed Libraries</segtitle>
    151       <segtitle>Installed Directory</segtitle>
     189      <segtitle>Installed Directories</segtitle>
    152190
    153191      <seglistitem>
     
    159197        </seg>
    160198        <seg>
    161           /usr/share/qterminal
     199          /usr/share/qterminal and
     200          /usr/share/doc/qterminal-&qterminal-version;
    162201        </seg>
    163202      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.