Changeset 4b64c31
- Timestamp:
- 12/26/2019 04:22:24 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c6ebc90b
- Parents:
- 3f3f2c8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3f3f2c8 r4b64c31 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 5"> <!-- Always 2 digits -->3 <!ENTITY day "26"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 2 5th, &year;">9 <!ENTITY releasedate "December 26th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r3f3f2c8 r4b64c31 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>December 26th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to falkon-3.1.0. Fixes 49 <ulink url="&blfs-ticket-root;12937">#12937</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>December 25th, 2019</para> -
packages.ent
r3f3f2c8 r4b64c31 877 877 <!--<!ENTITY chromium-version "64.0.3282.186">--> 878 878 <!ENTITY epiphany-version "3.34.1"> 879 <!ENTITY falkon-version "3.0.1"> 879 <!ENTITY falkon-major-version "3.1"> 880 <!ENTITY falkon-minor-version "0"> 881 <!ENTITY falkon-version "&falkon-major-version;.&falkon-minor-version;"> 880 882 <!ENTITY firefox-version "68.3.0"> 881 883 <!ENTITY flashplayer-version "27.0.0.187"> -
xsoft/graphweb/falkon.xml
r3f3f2c8 r4b64c31 5 5 %general-entities; 6 6 7 <!ENTITY falkon-download-http "https://download.kde.org/stable/falkon/&falkon- version;/falkon-&falkon-version;.tar.xz">7 <!ENTITY falkon-download-http "https://download.kde.org/stable/falkon/&falkon-major-version;/falkon-&falkon-version;.tar.xz"> 8 8 <!ENTITY falkon-download-ftp " "> 9 <!ENTITY falkon-md5sum " c6fb6433ac0f228667e2f763c02317c5">9 <!ENTITY falkon-md5sum "d18dd5af508e5bd87860e16cf8c00ddc"> 10 10 <!ENTITY falkon-size "2.1 MB"> 11 <!ENTITY falkon-buildsize " 113 MB">12 <!ENTITY falkon-time " 1.2 SBU (Using parallelism=4)">11 <!ENTITY falkon-buildsize "60 MBi (without optional dependencies)"> 12 <!ENTITY falkon-time "2.2 SBU (Using parallelism=4)"> 13 13 ]> 14 14 … … 39 39 Although <application>falkon</application> is now part of KDE, it can be 40 40 installed without KDE (with the loss of <application>kwallet</application> 41 functionality, and of translations of the (not-installed) example 42 <command>hellopython.py</command> script). 41 functionality). 43 42 </para> 44 43 … … 90 89 <para role="optional"> 91 90 <xref linkend="gnome-keyring"/>, 92 <xref linkend="kf5-frameworks"/> 93 (for ki18n if installing the translations of <command>hellopython.py</command>, 94 or for kwallet and its dependencies), and 91 <xref linkend="kf5-frameworks"/> and 95 92 <ulink 96 93 url="http://download.qt.io/official_releases/QtForPython/pyside2/">PySide2</ulink> … … 122 119 123 120 <para> 124 Unless you have installed both PySide2 and ki18n, remove the translations 125 for the sample <command>hellopython.py</command> script: 126 </para> 127 128 <screen><userinput>rm -rf po/</userinput></screen> 129 130 <!--<para> 131 In case you wish to run the tests, fix one of them so that it will 132 work correctly with both Qt-5.10 and Qt-5.11: 133 </para> 134 135 <screen><userinput>sed -i 's/"5.11.", 5) == 0 ? 1 : 2/"5.10.", 5) >= 0 ? 2 : 1/' \ 136 autotests/webviewtest.cpp</userinput></screen>--> 121 First fix a missing include in Qt-5.14: 122 </para> 123 124 <screen><userinput>sed -i '/#include <QSettings>/a#include <QFile>' \ 125 src/plugins/VerticalTabs/verticaltabsplugin.cpp</userinput></screen> 137 126 138 127 <para> … … 172 161 <sect2 role="commands"> 173 162 <title>Command Explanations</title> 174 175 <!--<para>176 <command>sed -i 's/"5.11.", 5) == 0 ? 1 : 2/"5.10.", 5) >= 0 ? 2 : 1/' ...</command>:177 This test previously looked for QtWebengine-5.10 which had changed its178 result compared to earlier versions. In the move to Qt-5.11 the version179 was bumped but the results were swapped. Change it to examine if the version180 is <emphasis>at least 5.10</emphasis>, and to swap the expected results back.181 </para>-->182 163 183 164 <para>
Note:
See TracChangeset
for help on using the changeset viewer.