Changeset 660581e for xsoft


Ignore:
Timestamp:
05/15/2022 05:40:30 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
4aef12a
Parents:
0fcc7398
Message:

Update to kf5-gear-22.04.1 (was kf5-apps).
This commit changes falkon to kf5-gear. Other packages updated:
ark5.xml
gwenview.xml
k3b.xml
kdenlive5.xml
khelpcenter.xml
kio-extras.xml
kmix5.xml
konsole5.xml
libkcddb.xml
libkdcraw.xml
libkexiv2.xml
okular5.xml
kwave.xml
kate5.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/falkon.xml

    r0fcc7398 r660581e  
    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 "&kf5-download-http;/falkon-&kf5-version;.tar.xz">
    88  <!ENTITY falkon-download-ftp  " ">
    9   <!ENTITY falkon-md5sum        "8733affc1d98770f4be1c9f587ad29b0">
     9  <!ENTITY falkon-md5sum        "f5fe297a1e74536e70007778b489ab04">
    1010  <!ENTITY falkon-size          "2.4 MB">
    11   <!ENTITY falkon-buildsize     "162 MB (without optional dependencies)">
    12   <!ENTITY falkon-time          "1.4 SBU (Using parallelism=4)">
     11  <!ENTITY falkon-buildsize     "137 MB">
     12  <!ENTITY falkon-time          "0.5 SBU (Using parallelism=4)">
    1313]>
    1414
    15 <sect1 id="falkon" xreflabel="falkon-&falkon-version;">
     15<sect1 id="falkon" xreflabel="falkon-&kf5-version;">
    1616  <?dbhtml filename="falkon.html"?>
    1717
     
    2020  </sect1info>
    2121
    22   <title>Falkon-&falkon-version;</title>
     22  <title>Falkon-&kf5-version;</title>
    2323
    2424  <indexterm zone="falkon">
     
    114114    <bridgehead renderas="sect4">Optional</bridgehead>
    115115    <para role="optional">
    116       <xref linkend="gnome-keyring"/> and
    117       <ulink
    118       url="http://download.qt.io/official_releases/QtForPython/pyside2/">PySide2</ulink>
    119       for experimental <application>Python</application> plugins (compiling this from
    120       source is very slow).
     116      <xref linkend="gnome-keyring"/>,
     117      <ulink url="https://pypi.org/project/PySide2/">PySide2</ulink>, and
     118      <ulink url="https://pypi.org/project/shiboken2/">Shiboken2</ulink>
    121119    </para>
    122120
     
    132130      Install <application>falkon</application> by running the following
    133131      commands:
    134     </para>
    135 
    136     <para>
    137       Unless you have installed both PySide2 and ki18n, remove the translations
    138       for the sample <command>hellopython.py</command> script:
    139     </para>
    140 
    141 <screen><userinput>rm -rf po/</userinput></screen>
    142 <!--
    143     <para>
    144       Fix a missing include in Qt-5.14:
    145     </para>
    146 
    147 <screen><userinput>sed -i '/#include &lt;QSettings&gt;/a#include &lt;QFile&gt;' \
    148    src/plugins/VerticalTabs/verticaltabsplugin.cpp</userinput></screen>
    149 
    150     <para>
    151       Fix a build problem introduced in Qt-5.15:
    152     </para>
    153 <screen><userinput remap="pre">sed -i '/#include &lt;QPainter&gt;/a #include &lt;QPainterPath&gt;' \
    154    src/lib/tools/qztools.cpp</userinput></screen>
    155 -->
    156     <para>
    157       Now build the program:
    158132    </para>
    159133
     
    181155    <para>
    182156      If you have installed <application>Pyside2</application> you will want to
    183       examine the <command>hellopython.py</command> which is in the <filename
     157      examine <command>hellopython.py</command> which is in the <filename
    184158      class="directory">scripts/</filename> directory, and perhaps copy it to
    185159      your home directory.
     
    214188        </seg>
    215189        <seg>
    216           ${FALKON_PREFIX}/lib/plugins, ${FALKON_PREFIX}/share/falkon.
     190          /usr/share/falkon
    217191        </seg>
    218192      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.