Ignore:
Timestamp:
09/13/2019 03:35:13 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
f0baf5d9
Parents:
a056971a
Message:

Update to webkitgtk-2.26.0.
Update to gtksourceview-4.4.0.
Update to librsvg-2.46.0.
Update to NetworkManager-1.20.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    ra056971a r12b10249  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "c214963d8c0e7d83460da04a0d8dda87">
    10   <!ENTITY webkitgtk-size          "17 MB">
    11   <!ENTITY webkitgtk-buildsize     "845 MB (158 MB installed)">
    12   <!ENTITY webkitgtk-time          "22 SBU (using parallelism=4, 75 SBUs using one core)">
     9  <!ENTITY webkitgtk-md5sum        "3a7054843cf9decbf824b8ffae794e65">
     10  <!ENTITY webkitgtk-size          "18 MB">
     11  <!ENTITY webkitgtk-buildsize     "617 MB (107 MB installed)">
     12  <!ENTITY webkitgtk-time          "22 SBU (using parallelism=4, estimated 75 SBUs using one core)">
    1313]>
    1414
     
    111111      <xref linkend="wayland"/>,
    112112      <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
    113       <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>, and
    114       <ulink url="https://github.com/google/woff2">woff2</ulink>
     113      <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>,
     114      <ulink url="https://github.com/google/woff2">woff2</ulink>,
     115      <ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink>,
     116      <ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink>, and
     117      <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>
    115118    </para>
    116119
     
    134137cd        build &amp;&amp;
    135138
    136 CFLAGS=-Wno-expansion-to-defined  \
    137 CXXFLAGS=-Wno-expansion-to-defined \
    138139cmake -DCMAKE_BUILD_TYPE=Release  \
    139140      -DCMAKE_INSTALL_PREFIX=/usr \
     
    144145      -DENABLE_MINIBROWSER=ON     \
    145146      -DUSE_WOFF2=OFF             \
    146       -Wno-dev -G Ninja .. &amp;&amp;
     147      -DUSE_WPE_RENDERER=OFF      \
     148      -DENABLE_BUBBLEWRAP_SANDBOX=OFF \
     149      -Wno-dev -G Ninja ..        &amp;&amp;
    147150ninja</userinput></screen>
    148151
     
    222225      <option>-DUSE_WOFF2=ON</option>: Use this switch if the optional
    223226      package <ulink url="https://github.com/google/woff2">woff2</ulink> is installed.
     227    </para>
     228
     229    <para>
     230      <option>-DUSE_WPE_RENDERER=OFF</option>: Remove this switch if the optional
     231      packages <ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink> and
     232      <ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink> are installed.
     233    </para>
     234
     235    <para>
     236      <option>-DENABLE_BUBBLEWRAP_SANDBOX=OFF</option>: Remove this switch if the optional
     237      package <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>
     238      is installed.
    224239    </para>
    225240
Note: See TracChangeset for help on using the changeset viewer.