Ignore:
Timestamp:
10/02/2020 02:24:40 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d65b11c
Parents:
faf8e0b
Message:

Update to vala-0.50.1
Update to libsigc++-2.10.4
Update to gjs-1.66.0
Update to gcr-3.38.0
Update to WebKitGTK+-2.30.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    rfaf8e0b r8252e757  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "10e0cce27208dfbd4cf63dd68a9a47d7">
    10   <!ENTITY webkitgtk-size          "20 MB">
    11   <!ENTITY webkitgtk-buildsize     "789 MB (115 MB installed)">
    12   <!ENTITY webkitgtk-time          "22 SBU (using parallelism=4, estimated 75 SBU using one core)">
     9  <!ENTITY webkitgtk-md5sum        "de0f910d60de88273ffde7b4bb88bd42">
     10  <!ENTITY webkitgtk-size          "21 MB">
     11  <!ENTITY webkitgtk-buildsize     "832 MB (121 MB installed)">
     12  <!ENTITY webkitgtk-time          "25 SBU (using parallelism=4, estimated 83 SBU using one core)">
    1313]>
    1414
     
    134134    </para>
    135135
    136 <screen><userinput>mkdir -vp build &amp;&amp;
     136<screen revision="systemd"><userinput>mkdir -vp build &amp;&amp;
    137137cd        build &amp;&amp;
    138138
     
    150150ninja</userinput></screen>
    151151
     152<screen revision="sysv"><userinput>mkdir -vp build &amp;&amp;
     153cd        build &amp;&amp;
     154
     155cmake -DCMAKE_BUILD_TYPE=Release  \
     156      -DCMAKE_INSTALL_PREFIX=/usr \
     157      -DCMAKE_SKIP_RPATH=ON       \
     158      -DPORT=GTK                  \
     159      -DLIB_INSTALL_DIR=/usr/lib  \
     160      -DUSE_LIBHYPHEN=OFF         \
     161      -DENABLE_MINIBROWSER=ON     \
     162      -DUSE_WOFF2=OFF             \
     163      -DUSE_WPE_RENDERER=OFF      \
     164      -DUSE_SYSTEMD=OFF           \
     165      -DENABLE_BUBBLEWRAP_SANDBOX=OFF \
     166      -Wno-dev -G Ninja ..        &amp;&amp;
     167ninja</userinput></screen>
     168
    152169    <para>
    153170      This package does not have a working testsuite. However, there is a
     
    197214
    198215    <para>
    199       <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables the
    200       <application>Mini Browser</application> compilation and install.
     216      <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables
     217      compiling and installing the MiniBrowser.
    201218    </para>
    202219
     
    208225
    209226    <para>
    210       <parameter>-DENABLE_BUBBLEWRAP_SANDBOX=OFF</parameter>: Remove this switch if the optional
    211           packages <xref linkend="bubblewrap"/> and
     227      <parameter>-DENABLE_BUBBLEWRAP_SANDBOX=OFF</parameter>: Remove this
     228      switch if the optional packages <xref linkend="bubblewrap"/> and
    212229      <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>
    213230      are installed.
     231    </para>
     232
     233    <para revision="sysv">
     234      <parameter>-DUSE_SYSTEMD=OFF</parameter>: This switch disables using the
     235      systemd journal for logging errors and debugging information since it
     236      is not available on SysV systems.
    214237    </para>
    215238
Note: See TracChangeset for help on using the changeset viewer.