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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.