Changeset b6a8577d


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1c1ea70f rb6a8577d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 10th &year;">
     9<!ENTITY releasedate  "May 11th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r1c1ea70f rb6a8577d  
    4343-->
    4444    <listitem>
     45      <para>May 11th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to WebKitGTK+-2.16.2. Fixes
     49          <ulink url="&blfs-ticket-root;9209">#9209</ulink> and
     50          <ulink url="&blfs-ticket-root;9222">#9222</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>May 10th, 2017</para>
    4657      <itemizedlist>
  • packages.ent

    r1c1ea70f rb6a8577d  
    557557<!ENTITY shared-mime-info-version     "1.8">
    558558<!ENTITY startup-notification-version "0.12">
    559 <!ENTITY webkitgtk-version            "2.16.1">    <!-- Even minors only -->
     559<!ENTITY webkitgtk-version            "2.16.2">    <!-- Even minors only -->
    560560
    561561<!ENTITY gtk2-libdir                  "2.0/2.10.0">
  • 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.