Changeset 0bcf4d1 for xsoft


Ignore:
Timestamp:
02/01/2022 04:27:20 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8c5b0e81
Parents:
7396d145
Message:

Package updates.
Update to harfbuzz-3.3.1.
Update to libusb-1.0.25.
Update to falkon-3.2.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/falkon.xml

    r7396d145 r0bcf4d1  
    77  <!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        "9255fb335d3ba361dea44b7b297ddf7d">
    10   <!ENTITY falkon-size          "2.2 MB">
    11   <!ENTITY falkon-buildsize     "60 MB (without optional dependencies)">
    12   <!ENTITY falkon-time          "2.2 SBU (Using parallelism=4)">
     9  <!ENTITY falkon-md5sum        "8733affc1d98770f4be1c9f587ad29b0">
     10  <!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)">
    1313]>
    1414
     
    118118  <sect2 role="installation">
    119119    <title>Installation of falkon</title>
    120 <!--
    121     <para>
    122       To set the prefix to match KDE (if that has been installed), or
    123       else to install in <filename class="directory">/usr</filename>
    124       run:
    125     </para>
    126 
    127 <screen><userinput>test -n "${KF5_PREFIX}" &amp;&amp; export FALKON_PREFIX=${KF5_PREFIX} ||
    128   export FALKON_PREFIX=/usr</userinput></screen>
    129 -->
     120
    130121    <para>
    131122      Install <application>falkon</application> by running the following
     
    139130
    140131<screen><userinput>rm -rf po/</userinput></screen>
    141 
     132<!--
    142133    <para>
    143134      Fix a missing include in Qt-5.14:
     
    152143<screen><userinput remap="pre">sed -i '/#include &lt;QPainter&gt;/a #include &lt;QPainterPath&gt;' \
    153144   src/lib/tools/qztools.cpp</userinput></screen>
    154 
     145-->
    155146    <para>
    156147      Now build the program:
Note: See TracChangeset for help on using the changeset viewer.