Update to epiphany-3.26.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19569 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2017-12-01 23:42:20 +00:00
parent b596c22923
commit 206913acaa
4 changed files with 15 additions and 10 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<para>December 1st, 2017</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to epiphany-3.26.2. Fixes
<ulink url="&blfs-ticket-root;9956">#9956</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Adjust sqlite instructions to satisfy thunderbird.</para>
</listitem>

View File

@ -724,7 +724,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!-- Chapter 43 -->
<!ENTITY chromium-version "62.0.3202.94">
<!ENTITY epiphany-version "3.26.1">
<!ENTITY epiphany-version "3.26.2">
<!ENTITY firefox-version "57.0">
<!ENTITY flashplayer-version "27.0.0.187">
<!ENTITY qupzilla-version "2.2.1">

View File

@ -90,7 +90,7 @@
<xref linkend="libwebp"/>,
<xref linkend="mesa"/>,
<xref linkend="ruby"/>,
<xref linkend="sqlite"/> and
<xref linkend="sqlite"/>, and
<xref linkend="which"/>
</para>
@ -98,7 +98,7 @@
<para role="recommended">
<xref linkend="geoclue2"/>,
<xref linkend="gobject-introspection"/>,
<xref linkend="hicolor-icon-theme"/>
<xref linkend="hicolor-icon-theme"/>, and
<xref linkend="libnotify"/>
</para>
@ -107,7 +107,7 @@
<xref linkend="gtk-doc"/>,
<xref linkend="harfbuzz"/>,
<xref linkend="llvm"/>,
<xref linkend="wayland"/>,
<xref linkend="wayland"/>,
<ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>, and
<ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
</para>
@ -252,7 +252,7 @@ install -vm644 ../Documentation/webkitdomgtk-4.0/html/* \
</seg>
<seg>
/usr/include/webkitgtk-4.0,
/usr/lib{,exec}/webkit2gtk-4.0 and
/usr/lib{,exec}/webkit2gtk-4.0, and
/usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0
</seg>
</seglistitem>

View File

@ -8,10 +8,10 @@
"&gnome-download-http;/epiphany/&gnome-minor-26;/epiphany-&epiphany-version;.tar.xz">
<!ENTITY epiphany-download-ftp
"&gnome-download-ftp;/epiphany/&gnome-minor-26;/epiphany-&epiphany-version;.tar.xz">
<!ENTITY epiphany-md5sum "350d9953045e57c5dd14904297e3746b">
<!ENTITY epiphany-size "4.0 MB">
<!ENTITY epiphany-buildsize "36 MB">
<!ENTITY epiphany-time "0.3 SBU">
<!ENTITY epiphany-md5sum "d63203181e92e240b1dc7fd3a5a89ece">
<!ENTITY epiphany-size "4.2 MB">
<!ENTITY epiphany-buildsize "43 MB">
<!ENTITY epiphany-time "0.2 SBU (with parallelism=4)">
]>
<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
@ -127,7 +127,8 @@ ninja</userinput></screen>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
<screen role="root"><userinput>ninja install &amp;&amp;
glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen>
<para>
This package does not have a working test suite.