Changeset bb04e2c5
- Timestamp:
- 09/21/2017 08:32:20 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b925752c
- Parents:
- babf0a0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rbabf0a0 rbb04e2c5 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 0"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 2 0th, &year;">9 <!ENTITY releasedate "September 21st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rbabf0a0 rbb04e2c5 43 43 --> 44 44 <listitem> 45 <para>September 21st, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Fix gtk-xfce-engine-3.2.0 for glib-2.54 (glib-mkenum has 49 been rewritten in python and crashes on an ISO-8859-1 character). Fixes 50 <ulink url="&blfs-ticket-root;9783">#9783</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 45 56 <para>September 20th, 2017</para> 46 57 <itemizedlist> -
xfce/core/gtk-xfce-engine.xml
rbabf0a0 rbb04e2c5 100 100 </para> 101 101 102 <screen><userinput>./configure --prefix=/usr --enable-gtk3 && 102 <screen><userinput>sed -i 's/\xd6/\xc3\x96/' gtk-3.0/xfce_style_types.h && 103 ./configure --prefix=/usr --enable-gtk3 && 103 104 make</userinput></screen> 104 105 … … 112 113 113 114 <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> 114 128 115 129 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.