Changeset a1f30d5


Ignore:
Timestamp:
04/20/2015 04:54:11 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
b92661e
Parents:
684ab13
Message:

Update to midori-0.5.10.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r684ab13 ra1f30d5  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 19th, &year;">
     9<!ENTITY releasedate  "April 20th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r684ab13 ra1f30d5  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>April 20th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to  midori-0.5.10. Fixes
     52          <ulink url="&blfs-ticket-root;6420">#6420</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r684ab13 ra1f30d5  
    547547
    548548<!-- Chapter 33 -->
    549 <!ENTITY midori-version               "0.5.9">
     549<!ENTITY midori-version               "0.5.10">
    550550<!ENTITY parole-version               "0.8.0">
    551551<!ENTITY gtksourceview2-version       "2.10.5">
  • xfce/apps/midori.xml

    r684ab13 ra1f30d5  
    88           "http://www.midori-browser.org/downloads/midori_&midori-version;_all_.tar.bz2">
    99  <!ENTITY midori-download-ftp  " ">
    10   <!ENTITY midori-md5sum        "a0af659e0f1d6edb2c97aefdc8c0f097">
    11   <!ENTITY midori-size          "1.3 MB">
    12   <!ENTITY midori-buildsize     "71 MB (additional 2 MB for the tests)">
    13   <!ENTITY midori-time          "0.7 SBU (additional less than 0.1 SBU for the tests)">
     10  <!ENTITY midori-md5sum        "2f250a5015923b6eeca606629e7bf042">
     11  <!ENTITY midori-size          "1.4 MB">
     12  <!ENTITY midori-buildsize     "87 MB">
     13  <!ENTITY midori-time          "0.6">
    1414]>
    1515
     
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     41
    4142    <itemizedlist spacing="compact">
    4243      <listitem>
     
    7778    <para role="required">
    7879      <xref linkend="cmake"/>,
     80      <xref linkend="gcr"/>,
    7981      <xref linkend="libnotify"/>,
    8082      <xref linkend="webkitgtk2"/> (see "Command Explanations"), and
     
    8991    <bridgehead renderas="sect4">Optional</bridgehead>
    9092    <para role="optional">
    91       <xref linkend="gcr"/>,
    9293      <xref linkend="gtk-doc"/> and
    9394      <xref linkend="libzeitgeist"/>
     
    102103    <title>Installation of Midori</title>
    103104
     105    <note>
     106      <para>
     107        The tarball was not created from a directory, thus it is better to create a directory to uncompress it:
     108      </para>
     109<screen><userinput>mkdir -v midori-&midori-version; &amp;&amp;
     110tar -xf midori_&midori-version;_all_.tar.bz2 -C midori-&midori-version; &amp;&amp;
     111cd midori-&midori-version;</userinput></screen>
     112    </note>
     113
    104114    <para>
    105115      Install <application>Midori</application> by running the following
     
    107117    </para>
    108118
    109 <screen><userinput>sed -i 's/ ListStore/ Gtk.ListStore/' extensions/history-list.vala &amp;&amp;
    110 
    111 mkdir build &amp;&amp;
     119<screen><userinput>mkdir build &amp;&amp;
    112120cd    build &amp;&amp;
    113121
     
    120128
    121129    <para>
     130      This package does not come with a working test suite.
     131    </para>
     132<!--    <para>
    122133      To test the results, issue: <command>make check</command> from an X
    123134      terminal emulator. Test suite performance is poor: almost 1/3 fails.
     
    125136      <filename class="directory">build</filename> directory,
    126137      before installing.
    127     </para>
     138    </para>-->
    128139
    129140    <para>
     
    136147  <sect2 role="commands">
    137148    <title>Command Explanations</title>
    138 
    139     <para><command>sed -i ... extensions/history-list.vala</command>: This
    140     command fixes build with glib-2.43 or newer.</para>
    141149
    142150    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
Note: See TracChangeset for help on using the changeset viewer.