Changeset cb1d452 for lxqt


Ignore:
Timestamp:
04/26/2016 10:52:05 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
ff13fdc2
Parents:
55ff77e6
Message:

Update to wireshark-2.0.3.
Update to QScintilla_gpl-2.9.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/qscintilla.xml

    r55ff77e6 rcb1d452  
    55  %general-entities;
    66
    7   <!ENTITY qscintilla-download-http "&sourceforge-repo;/pyqt/QScintilla-gpl-&qscintilla-version;.tar.gz">
     7  <!ENTITY qscintilla-download-http "&sourceforge-repo;/pyqt/QScintilla_gpl-&qscintilla-version;.tar.gz">
    88  <!ENTITY qscintilla-download-ftp  " ">
    9   <!ENTITY qscintilla-md5sum        "38e6248cb970adf6d05aea7d94f1288e">
     9  <!ENTITY qscintilla-md5sum        "db260651a5e086cc4eee6417172e27e8">
    1010  <!ENTITY qscintilla-size          "2.4 MB">
    11   <!ENTITY qscintilla-buildsize     "38 MB (with documentation)">
    12   <!ENTITY qscintilla-time          "1 SBU (with documentation)">
     11  <!ENTITY qscintilla-buildsize     "25 MB (with documentation)">
     12  <!ENTITY qscintilla-time          "2.0 SBU (with documentation)">
    1313]>
    1414
     
    7979    </itemizedlist>
    8080
    81     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    82     <itemizedlist spacing="compact">
    83       <listitem>
    84         <para>
    85           Required patch (if building with <application>Qt5</application>):
    86           <ulink url="&patch-root;/QScintilla-gpl-&qscintilla-version;-fixes-1.patch"/>
    87         </para>
    88       </listitem>
    89     </itemizedlist>
    90 
    9181    <bridgehead renderas="sect3">QScintilla Dependencies</bridgehead>
    9282
     
    9484    <para role="required">
    9585      <xref linkend="chrpath"/> and
    96       <xref linkend="qt5"/> or
     86      <xref linkend="qt5"/> (recommended) or
    9787      <xref linkend="qt4"/>
    9888    </para>
     
    113103  <sect2 role="installation">
    114104    <title>Installation of QScintilla</title>
    115 
    116     <para>
    117       If building with <application>Qt5</application>, run the following commnd:
    118     </para>
    119 
    120 <screen><userinput>patch -Np1 -i ../QScintilla-gpl-&qscintilla-version;-fixes-1.patch</userinput></screen>
    121105
    122106    <para>
     
    152136    </para>
    153137
    154 <screen role="root"><userinput>make install</userinput></screen>
     138<screen role="root"><userinput>make install &amp;&amp;
     139
     140ln -sfv libqscintilla2.so.12.0.1 $QT5DIR/lib/libqt5scintilla2.so &amp;&amp;
     141ln -sfv libqscintilla2.so.12.0.1 $QT5DIR/lib/libqt5scintilla2.so.12</userinput></screen>
    155142
    156143    <para>
     
    164151
    165152    <para>
    166        if building with <application>Qt5</application>. For
    167        <application>Qt4</application> build, replace <envar>QT5DIR</envar> with
     153       When building with
     154       <application>Qt4</application>, replace <envar>QT5DIR</envar> with
    168155       <envar>QT4DIR</envar>.
     156    </para>
     157
     158  </sect2>
     159  <sect2 role="commands">
     160    <title>Command Explanations</title>
     161
     162    <para>
     163      <command>ln -sfv ...</command>: These commands create compatibility
     164      symlinks needed by some programs.
    169165    </para>
    170166
Note: See TracChangeset for help on using the changeset viewer.