Changeset 5fc4874d


Ignore:
Timestamp:
04/10/2015 09:35:57 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:
c60483d
Parents:
e401f4c1
Message:

WebKitGTK+-2.8.0: modify sed using the unicode decimal code for rquote -
Explained in the xml file.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re401f4c1 r5fc4874d  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - WebKitGTK+-2.8.0: modify sed using the unicode
     52          decimal code for rquote. Explained in the xml file.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to sysstat-11.1.4. Fixes
    5256          <ulink url="&blfs-ticket-root;6387">#6387</ulink>.</para>
  • x/lib/webkitgtk.xml

    re401f4c1 r5fc4874d  
    124124      following commands:
    125125    </para>
    126 
    127 <screen><userinput>sed -i 's/”/\"/g' Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
     126<!--Was getting in Firefox and in Seamnkey:
     127sed -i 's/â€/\"/g' ...
     128in Ocidental
     129or
     130in Unicode
     131sed -i 's/�€/\"/g' ...
     132-->
     133<screen><userinput>sed -i 's/&#8221;/\"/g' Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
    128134
    129135mkdir -vp build &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.