Changeset 53192f0


Ignore:
Timestamp:
02/09/2016 04:18:05 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
293e9cdc
Parents:
cc1e2d2
Message:

Update to WebkitGTK-2.10.7. I DO NOT recommend building with -j1. Look at the SBU value below. I recommend building with more than one job at once.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16927 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcc1e2d2 r53192f0  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 7th, &year;">
     9<!ENTITY releasedate  "February 9th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rcc1e2d2 r53192f0  
    4545-->
    4646    <listitem>
     47      <para>February 9th, 2015</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Update to WebkitGTK+-2.10.7.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4756      <para>February 7th, 2016</para>
    4857      <itemizedlist>
  • packages.ent

    rcc1e2d2 r53192f0  
    533533<!ENTITY startup-notification-version "0.12">
    534534<!ENTITY webkitgtk2-version           "2.4.9">    <!-- Even minors only -->
    535 <!ENTITY webkitgtk-version            "2.8.5">    <!-- Even minors only -->
     535<!ENTITY webkitgtk-version            "2.10.7">    <!-- Even minors only -->
    536536
    537537<!ENTITY gtk2-libdir                  "2.0/2.10.0">
  • x/lib/webkitgtk.xml

    rcc1e2d2 r53192f0  
    77  <!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "df79991848a5096d3a75289ebce547ae">
     9  <!ENTITY webkitgtk-md5sum        "84832b9d8329413b4f1d87df5f7e8efe">
    1010  <!ENTITY webkitgtk-size          "10 MB">
    11   <!ENTITY webkitgtk-buildsize     "963 MB (100 MB installed)">
    12   <!ENTITY webkitgtk-time          "97 SBU">
     11  <!ENTITY webkitgtk-buildsize     "910 MB (100 MB installed)">
     12  <!ENTITY webkitgtk-time          "157 SBU (with -j1. We recommend building with parallel jobs).">
    1313]>
    1414
     
    9595      <xref linkend="geoclue2"/> or
    9696      <xref linkend="geoclue"/>,
    97       <xref linkend="gobject-introspection"/> and
    98       <xref linkend="gtk2"/>
     97      <xref linkend="gobject-introspection"/>,
     98      <xref linkend="gtk2"/>, and
     99      <xref linkend="hicolor-icon-theme"/>
    99100    </para>
    100101
    101102    <bridgehead renderas="sect4">Optional</bridgehead>
    102103    <para role="optional">
    103       <xref linkend="gtk-doc"/> and
     104      <xref linkend="gtk-doc"/>.
     105      <xref linkend="harfbuzz"/>,
     106      <xref linkend="libnotify"/>,
     107      <xref linkend="llvm"/>,
     108      <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>, and
    104109      <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
    105110    </para>
     
    134139      -DPORT=GTK                  \
    135140      -DLIB_INSTALL_DIR=/usr/lib  \
     141      -DUSE_LIBHYPHEN=OFF         \
     142      -DENABLE_MINIBROWSER=ON     \
    136143      -Wno-dev .. &amp;&amp;
    137144make</userinput></screen>
     
    146153    </para>
    147154
    148 <screen role="root"><userinput>make install</userinput></screen>
     155<screen role="root"><userinput>make install &amp;&amp;
     156install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0 &amp;&amp;
     157install -vm644 ../Documentation/webkitgtk2-4.0/html/*  \
     158               /usr/share/gtk-doc/html/webkit2gtk-4.0        &amp;&amp;
     159install -vm644 ../Documentation/webkitdomgtk-4.0/html/* \
     160               /usr/share/gtk-doc/html/webkitdomgtk-4.0</userinput></screen>
    149161
    150162  </sect2>
     
    201213      <seglistitem>
    202214        <seg>
    203           jsc
     215          jsc and MiniBrowser
    204216        </seg>
    205217        <seg>
     
    235247      </varlistentry>
    236248
     249      <varlistentry id="MiniBrowser">
     250        <term><command>MiniBrowser</command></term>
     251        <listitem>
     252          <para>
     253            is a very simple graphical browser, useful for testing.
     254          </para>
     255          <indexterm zone="webkitgtk MiniBrowser">
     256            <primary sortas="b-MiniBrowser">MiniBrowser</primary>
     257          </indexterm>
     258        </listitem>
     259      </varlistentry>
     260
    237261      <varlistentry id="libjavascriptcoregtk-4.0">
    238262        <term><filename
Note: See TracChangeset for help on using the changeset viewer.