Changeset 4b64c31


Ignore:
Timestamp:
12/26/2019 04:22:24 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c6ebc90b
Parents:
3f3f2c8
Message:

falkon-3.1.0

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3f3f2c8 r4b64c31  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     3<!ENTITY day          "26">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 25th, &year;">
     9<!ENTITY releasedate  "December 26th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r3f3f2c8 r4b64c31  
    4242    </listitem>
    4343       -->
     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
    4454    <listitem>
    4555      <para>December 25th, 2019</para>
  • packages.ent

    r3f3f2c8 r4b64c31  
    877877<!--<!ENTITY chromium-version             "64.0.3282.186">-->
    878878<!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;">
    880882<!ENTITY firefox-version              "68.3.0">
    881883<!ENTITY flashplayer-version          "27.0.0.187">
  • xsoft/graphweb/falkon.xml

    r3f3f2c8 r4b64c31  
    55  %general-entities;
    66
    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">
    88  <!ENTITY falkon-download-ftp  " ">
    9   <!ENTITY falkon-md5sum        "c6fb6433ac0f228667e2f763c02317c5">
     9  <!ENTITY falkon-md5sum        "d18dd5af508e5bd87860e16cf8c00ddc">
    1010  <!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)">
    1313]>
    1414
     
    3939      Although <application>falkon</application> is now part of KDE, it can be
    4040      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).
    4342    </para>
    4443
     
    9089    <para role="optional">
    9190      <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
    9592      <ulink
    9693      url="http://download.qt.io/official_releases/QtForPython/pyside2/">PySide2</ulink>
     
    122119
    123120    <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) &gt;= 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 &lt;QSettings&gt;/a#include &lt;QFile&gt;' \
     125  src/plugins/VerticalTabs/verticaltabsplugin.cpp</userinput></screen>
    137126
    138127    <para>
     
    172161  <sect2 role="commands">
    173162    <title>Command Explanations</title>
    174 
    175 <!--<para>
    176       <command>sed -i 's/"5.11.", 5) == 0 ? 1 : 2/"5.10.", 5) &gt;= 0 ? 2 : 1/' ...</command>:
    177       This test previously looked for QtWebengine-5.10 which had changed its
    178       result compared to earlier versions. In the move to Qt-5.11 the version
    179       was bumped but the results were swapped. Change it to examine if the version
    180       is <emphasis>at least 5.10</emphasis>, and to swap the expected results back.
    181     </para>-->
    182163
    183164    <para>
Note: See TracChangeset for help on using the changeset viewer.