Changeset 17a61a18


Ignore:
Timestamp:
12/02/2014 09:36:37 PM (9 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
6ed1066
Parents:
5fe331d
Message:

Merged midori-0.5.9 update from trunk.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5fe331d r17a61a18  
    4444
    4545-->
     46    <listitem>
     47      <para>December 2nd, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[fernando] - Update to midori_0.5.9. Fixes
     51          <ulink url="&blfs-ticket-root;5805">#5805</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>November 26th, 2014</para>
  • packages.ent

    r5fe331d r17a61a18  
    538538
    539539<!-- Chapter 33 -->
    540 <!ENTITY midori-version               "0.5.8">
     540<!ENTITY midori-version               "0.5.9">
    541541<!ENTITY parole-version               "0.5.4">
    542542<!ENTITY gtksourceview2-version       "2.10.5">
  • xfce/apps/midori.xml

    r5fe331d r17a61a18  
    88           "http://www.midori-browser.org/downloads/midori_&midori-version;_all_.tar.bz2">
    99  <!ENTITY midori-download-ftp  " ">
    10   <!ENTITY midori-md5sum        "b89e25e74199d705e74767499a415976">
     10  <!ENTITY midori-md5sum        "a0af659e0f1d6edb2c97aefdc8c0f097">
    1111  <!ENTITY midori-size          "1.3 MB">
    12   <!ENTITY midori-buildsize     "63 MB (additional 1 MB for the tests)">
    13   <!ENTITY midori-time          "0.5 SBU (additional less than 0.1 SBU
    14                                  for the tests)">
     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)">
    1514]>
    1615
     
    9089    <bridgehead renderas="sect4">Optional</bridgehead>
    9190    <para role="optional">
     91      <xref linkend="gcr"/>,
    9292      <xref linkend="gtk-doc"/> and
    9393      <xref linkend="libzeitgeist"/>
     
    105105
    106106    <para>
    107       The tarball is not compressed from a directory, thus it is better to
    108       create a directory to uncompress it:
    109     </para>
    110 
    111 <screen><userinput>mkdir -v midori-&midori-version; &amp;&amp;
    112 tar xf midori_&midori-version;_all_.tar.bz2 -C midori-&midori-version; &amp;&amp;
    113 cd midori-&midori-version;</userinput></screen>
    114 
    115     <para>
    116107      Install <application>Midori</application> by running the following
    117108      commands:
    118109    </para>
    119110
    120 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     111<screen><userinput>mkdir -v build &amp;&amp;
     112cd build &amp;&amp;
     113cmake -DCMAKE_INSTALL_PREFIX=/usr \
     114      -DCMAKE_BUILD_TYPE=Release  \
     115      -DUSE_ZEITGEIST=OFF         \
     116      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/midori-&midori-version; \
     117      ..  &amp;&amp;
    121118make</userinput></screen>
    122119
    123120    <para>
    124121      To test the results, issue: <command>make check</command> from an X
    125       terminal emulator.
     122      terminal emulator. Test suite performance is poor: almost 1/3 fails.
     123      Another simple test is to run <command>midori/midori</command> from the
     124      <filename class="directory">build</filename> directory,
     125      before installing.
    126126    </para>
    127127
     
    135135  <sect2 role="commands">
    136136    <title>Command Explanations</title>
     137
     138    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
     139    used to force building with Qt4 even if Qt5 is found.</para>
    137140
    138141    <para>
     
    176179        </seg>
    177180        <seg>
    178           libmidori-core.so and several libraries under /usr/lib/midori
     181          libmidori-core.so
    179182        </seg>
    180183        <seg>
    181184          /etc/xdg/midori,
    182185          /usr/lib/midori,
    183           /usr/share/doc/midori and
     186          /usr/share/doc/midori-&midori-version; and
    184187          /usr/share/midori
    185188        </seg>
Note: See TracChangeset for help on using the changeset viewer.