Changeset ed9b0761
- Timestamp:
- 10/22/2017 07:05:55 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c34cb2e5
- Parents:
- c28df1a9
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc28df1a9 red9b0761 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 1"> <!-- Always 2 digits -->3 <!ENTITY day "22"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- 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 "October 2 1st, &year;">9 <!ENTITY releasedate "October 22nd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/gobject-introspection.xml
rc28df1a9 red9b0761 76 76 <bridgehead renderas="sect4">Required</bridgehead> 77 77 <para role="required"> 78 <xref linkend="glib2"/> and 79 <xref linkend="python2"/> 78 <xref linkend="glib2"/> 80 79 </para> 81 80 … … 83 82 <para role="optional"> 84 83 <xref linkend="cairo"/> (required for the tests), 85 <xref linkend="gtk-doc"/> and 86 <xref linkend="Mako"/> 84 <xref linkend="gtk-doc"/>, 85 <xref linkend="Mako"/>, and 86 <xref linkend="python2"/> 87 87 </para> 88 88 -
general/genlib/icu.xml
rc28df1a9 red9b0761 125 125 126 126 <screen role="root"><userinput>make install</userinput></screen> 127 </sect2>128 129 <sect2 role="commands">130 <title>Command Explanations</title>131 132 <para>133 <envar>CC=gcc CXX=g++</envar>: If you prefer to use134 <command>gcc</command> and/or <command>g++</command> instead of135 <command>clang</command> and/or <command>clang++</command>, if they are136 installed, use one or both variables in the configure line.137 </para>138 139 127 </sect2> 140 128 -
general/graphlib/freetype2.xml
rc28df1a9 red9b0761 145 145 </para> 146 146 147 <screen role="root"><userinput>make install && 148 install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; && 147 <screen role="root"><userinput>make install</userinput></screen> 148 149 <para>If you downloaded the optional documentation, install it as the 150 <systemitem class="username">root</systemitem> user:</para> 151 152 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; && 149 153 cp -v -R docs/* /usr/share/doc/freetype-&freetype2-version;</userinput></screen> 150 154 -
introduction/welcome/changelog.xml
rc28df1a9 red9b0761 44 44 45 45 <listitem> 46 <para>October 30th, 2017</para> 46 <para>October 22nd, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Use Python3 by default in gobject-introspection.</para> 50 </listitem> 51 <listitem> 52 <para>[dj] - Remove instructions to set CC or CXX for icu when 53 building with gcc.</para> 54 </listitem> 55 <listitem> 56 <para>[dj] - Make documentation installation for FreeType 57 optional.</para> 58 </listitem> 59 </itemizedlist> 60 </listitem> 61 62 <listitem> 63 <para>October 20th, 2017</para> 47 64 <itemizedlist> 48 65 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.