Changeset cb1d452
- Timestamp:
- 04/26/2016 10:52:05 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ff13fdc2
- Parents:
- 55ff77e6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r55ff77e6 rcb1d452 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Update to wireshark-2.0.3. Fixes 51 <ulink url="&blfs-ticket-root;7755">#7755</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[bdubbs] - Update to QScintilla_gpl-2.9.2. Fixes 55 <ulink url="&blfs-ticket-root;7740">#7740</ulink>.</para> 56 </listitem> 57 <listitem> 50 58 <para>[igor] - Update to libgpg-error-1.22. Fixes 51 59 <ulink url="&blfs-ticket-root;7763">#7763</ulink>.</para> -
lxqt/apps/qscintilla.xml
r55ff77e6 rcb1d452 5 5 %general-entities; 6 6 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"> 8 8 <!ENTITY qscintilla-download-ftp " "> 9 <!ENTITY qscintilla-md5sum " 38e6248cb970adf6d05aea7d94f1288e">9 <!ENTITY qscintilla-md5sum "db260651a5e086cc4eee6417172e27e8"> 10 10 <!ENTITY qscintilla-size "2.4 MB"> 11 <!ENTITY qscintilla-buildsize " 38MB (with documentation)">12 <!ENTITY qscintilla-time " 1SBU (with documentation)">11 <!ENTITY qscintilla-buildsize "25 MB (with documentation)"> 12 <!ENTITY qscintilla-time "2.0 SBU (with documentation)"> 13 13 ]> 14 14 … … 79 79 </itemizedlist> 80 80 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 91 81 <bridgehead renderas="sect3">QScintilla Dependencies</bridgehead> 92 82 … … 94 84 <para role="required"> 95 85 <xref linkend="chrpath"/> and 96 <xref linkend="qt5"/> or86 <xref linkend="qt5"/> (recommended) or 97 87 <xref linkend="qt4"/> 98 88 </para> … … 113 103 <sect2 role="installation"> 114 104 <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>121 105 122 106 <para> … … 152 136 </para> 153 137 154 <screen role="root"><userinput>make install</userinput></screen> 138 <screen role="root"><userinput>make install && 139 140 ln -sfv libqscintilla2.so.12.0.1 $QT5DIR/lib/libqt5scintilla2.so && 141 ln -sfv libqscintilla2.so.12.0.1 $QT5DIR/lib/libqt5scintilla2.so.12</userinput></screen> 155 142 156 143 <para> … … 164 151 165 152 <para> 166 if building with <application>Qt5</application>. For167 <application>Qt4</application> build, replace <envar>QT5DIR</envar> with153 When building with 154 <application>Qt4</application>, replace <envar>QT5DIR</envar> with 168 155 <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. 169 165 </para> 170 166 -
networking/netutils/wireshark.xml
r55ff77e6 rcb1d452 7 7 <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2"> 8 8 <!ENTITY wireshark-download-ftp "ftp://ftp.uni-kl.de/pub/wireshark/src/wireshark-&wireshark-version;.tar.bz2"> 9 <!ENTITY wireshark-md5sum " 204d053e0796c7da09292e0b54bc8503">9 <!ENTITY wireshark-md5sum "62dc20f5a77542feed2e38f18db8ae3b"> 10 10 <!ENTITY wireshark-size "30 MB"> 11 <!ENTITY wireshark-buildsize "1. 9GB, with default GUI front-ends">12 <!ENTITY wireshark-time "9. 4SBU, with default GUI front-ends">11 <!ENTITY wireshark-buildsize "1.8 GB, with default GUI front-ends"> 12 <!ENTITY wireshark-time "9.6 SBU, with default GUI front-ends"> 13 13 ]> 14 14 -
packages.ent
r55ff77e6 rcb1d452 385 385 <!ENTITY whois-version "5.2.12"> 386 386 <!ENTITY wicd-version "1.7.4"> 387 <!ENTITY wireshark-version "2.0. 2"> <!-- even minors only -->387 <!ENTITY wireshark-version "2.0.3"> <!-- even minors only --> 388 388 389 389 <!ENTITY wicd-major-version "1.7"> … … 636 636 <!ENTITY qterminal-version "0.6.0"> 637 637 <!ENTITY qupzilla-version "2.0.0"> 638 <!ENTITY qscintilla-version "2.9. 1">638 <!ENTITY qscintilla-version "2.9.2"> 639 639 <!ENTITY juffed-version "0.10.r71.gc3c1a3f"> 640 640
Note:
See TracChangeset
for help on using the changeset viewer.