Ignore:
Timestamp:
09/21/2017 08:32:20 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
b925752c
Parents:
babf0a0
Message:

Fix gtk-xfce-engine for glib-2.54.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/core/gtk-xfce-engine.xml

    rbabf0a0 rbb04e2c5  
    100100    </para>
    101101
    102 <screen><userinput>./configure --prefix=/usr --enable-gtk3 &amp;&amp;
     102<screen><userinput>sed -i 's/\xd6/\xc3\x96/' gtk-3.0/xfce_style_types.h &amp;&amp;
     103./configure --prefix=/usr --enable-gtk3              &amp;&amp;
    103104make</userinput></screen>
    104105
     
    112113
    113114<screen role="root"><userinput>make install</userinput></screen>
     115
     116  </sect2>
     117
     118  <sect2 role="commands">
     119    <title>Command Explanations</title>
     120
     121    <para>
     122      <command>sed -i 's/\xd6/\xc3\x96/' ...</command>: The script
     123      <command>glib-mkenums</command> has now been rewritten from
     124      <application>perl</application> to <application>python</application>
     125      and will crash when it encounters an ISO-8859-1 character in a comment.
     126      This sed converts that character to UTF-8.
     127    </para>
    114128
    115129  </sect2>
Note: See TracChangeset for help on using the changeset viewer.