Changeset 6b83cbe2


Ignore:
Timestamp:
04/16/2015 06:42:44 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:
2fcf2384
Parents:
e507d01
Message:

midori-0.5.9: fix build with glib-2.43 or newer.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re507d01 r6b83cbe2  
    4848      <para>April 14th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - midori-0.5.9:
     52          fix build with glib-2.43 or newer.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to vala-0.28.0. Fixes
  • xfce/apps/midori.xml

    re507d01 r6b83cbe2  
    107107    </para>
    108108
    109 <screen><userinput>mkdir build &amp;&amp;
     109<screen><userinput>sed -i 's/ ListStore/ Gtk.ListStore/' extensions/history-list.vala &amp;&amp;
     110
     111mkdir build &amp;&amp;
    110112cd    build &amp;&amp;
    111113
     
    134136  <sect2 role="commands">
    135137    <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>
    136141
    137142    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
Note: See TracChangeset for help on using the changeset viewer.