Changeset f9ae69b
- Timestamp:
- 04/28/2017 11:30:45 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 49c13f5
- Parents:
- c497e49
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc497e49 rf9ae69b 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 7"> <!-- Always 2 digits -->3 <!ENTITY day "29"> <!-- Always 2 digits --> 4 4 <!ENTITY month "04"> <!-- 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 "April 2 7th &year;">9 <!ENTITY releasedate "April 29th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/fontconfig.xml
rc497e49 rf9ae69b 69 69 <para> 70 70 Estimated build time: &fontconfig-time; 71 </para> 72 </listitem> 73 </itemizedlist> 74 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 <itemizedlist spacing="compact"> 77 <listitem> 78 <para> 79 Required patch: 80 <ulink url="&patch-root;/fontconfig-&fontconfig-version;-gperf-3.1-1.patch"/> 71 81 </para> 72 82 </listitem> … … 106 116 107 117 <para> 118 Fix an error with version of <application>gperf</application> > 3.1: 119 </para> 120 121 <screen><userinput>patch -Np1 -i ../fontconfig-&fontconfig-version;-gperf-3.1-1.patch</userinput></screen> 122 123 <para> 108 124 Install <application>Fontconfig</application> by running the following 109 125 commands: … … 115 131 sed 's/CHAR_WIDTH/CHARWIDTH/' -i src/fcobjs.h && 116 132 133 autoreconf -fi && 117 134 ./configure --prefix=/usr \ 118 135 --sysconfdir=/etc \ -
introduction/welcome/changelog.xml
rc497e49 rf9ae69b 43 43 --> 44 44 <listitem> 45 <para>April 29th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Fix fontconfig build issue with gperf >= 3.1.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 45 54 <para>April 27th, 2017</para> 46 55 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.