Changeset 8da658ba for x


Ignore:
Timestamp:
08/09/2015 08:04: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:
da8baac5
Parents:
077d95b
Message:
  • Update to bluez-5.33.
  • Update to librsvg-2.40.10.
  • OpenOBEX-1.7.1: minor instructions modifications.
  • WebKitGTK+-2.4.9 and WebKitGTK+-2.8.5:

break seds to become narrower in the book.

  • QScintilla-gpl-2.9: fix md5sum.

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

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    r077d95b r8da658ba  
    136136Close double quotes     ”   &rdquo;     &#8221;     &#x201D;
    137137-->
    138 <screen><userinput>sed -e 's/&ldquo;/\"/' -e 's/&rdquo;/\"/' -i Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
     138<screen><userinput>sed -e 's/&ldquo;/\"/' -e 's/&rdquo;/\"/' \
     139    -i Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
    139140
    140141mkdir -vp build &amp;&amp;
  • x/lib/webkitgtk2.xml

    r077d95b r8da658ba  
    128128    </para>
    129129
    130 <screen><userinput>sed -i '/generate-gtkdoc --rebase/s:^:# :' GNUmakefile.in</userinput></screen>
     130<screen><userinput>sed -e '/generate-gtkdoc --rebase/s:^:# :' \
     131    -i GNUmakefile.in</userinput></screen>
    131132
    132133    <para>
     
    210211    </para>
    211212
    212 <screen><userinput>cd build-1 &amp;&amp;
    213 
    214 ../configure --prefix=/usr --with-gtk=2.0 --disable-webkit2 &amp;&amp;
     213<screen><userinput>cd build-1  &amp;&amp;
     214
     215../configure --prefix=/usr  \
     216             --with-gtk=2.0 \
     217             --disable-webkit2 &amp;&amp;
    215218make</userinput></screen>
    216219
Note: See TracChangeset for help on using the changeset viewer.