Changeset 90a3d9e0


Ignore:
Timestamp:
09/08/2017 12:26:28 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
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:
a1837969
Parents:
fab4fb7
Message:

Vala dependencies: graphviz is now required

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfab4fb7 r90a3d9e0  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 7th, &year;">
     9<!ENTITY releasedate  "September 8th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/vala.xml

    rfab4fb7 r90a3d9e0  
    8888    <bridgehead renderas="sect4">Required</bridgehead>
    8989    <para role="required">
    90       <xref linkend="glib2"/>
     90      <xref linkend="glib2"/> and
     91      <xref linkend="graphviz"/>
    9192    </para>
    9293
  • introduction/welcome/changelog.xml

    rfab4fb7 r90a3d9e0  
    4444
    4545    <listitem>
     46      <para>September 8th, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Fix vala-0.38.0 dependencies: graphviz is
     50          now required.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>September 7th, 2017</para>
    4757      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.