Changeset b6a8577d for x


Ignore:
Timestamp:
05/11/2017 04:23:32 AM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
8d0141eb
Parents:
1c1ea70f
Message:

Update to WebKitGTK+-2.16.2 and add libnotify as recommended with option to disable
Update deps in KRB5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    r1c1ea70f rb6a8577d  
    88  <!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    99  <!ENTITY webkitgtk-download-ftp  " ">
    10   <!ENTITY webkitgtk-md5sum        "d3bcf995a667fd9febb9ab991acf0ca7">
     10  <!ENTITY webkitgtk-md5sum        "2276087cd4b8b82bce2fad5e846cdc74">
    1111  <!ENTITY webkitgtk-size          "14 MB">
    1212  <!ENTITY webkitgtk-buildsize     "1.1 GB (115 MB installed)">
    13   <!ENTITY webkitgtk-time          "33 SBU (using parallelism=4, approximately 142 SBUs using one core)">
     13  <!ENTITY webkitgtk-time          "34 SBU (using parallelism=4, approximately 108 SBUs using one core)">
    1414]>
    1515
     
    104104      <xref linkend="geoclue2"/>,
    105105      <xref linkend="gobject-introspection"/>,
    106       <xref linkend="hicolor-icon-theme"/>
     106      <xref linkend="hicolor-icon-theme"/>, and
     107      <xref linkend="libnotify"/>
    107108    </para>
    108109
     
    111112      <xref linkend="gtk-doc"/>,
    112113      <xref linkend="harfbuzz"/>,
    113       <xref linkend="libnotify"/>,
    114114      <xref linkend="llvm"/>,
    115115      <xref linkend="wayland"/>,
     
    165165cd        build &amp;&amp;
    166166
     167CFLAGS=-Wno-expansion-to-defined  \
     168CXXFLAGS=-Wno-expansion-to-defined \
    167169cmake -DCMAKE_BUILD_TYPE=Release  \
    168170      -DCMAKE_INSTALL_PREFIX=/usr \
     
    219221      <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables the
    220222      <application>Mini Browser</application> compilation and install.
     223    </para>
     224
     225    <para>
     226      <option>-DUSE_LIBNOTIFY=OFF</option>: Use this switch if you do not
     227      have <application>libnotify</application> installed.
    221228    </para>
    222229
Note: See TracChangeset for help on using the changeset viewer.