Changeset 7f7c2b0 for general/prog


Ignore:
Timestamp:
09/05/2018 09:07:44 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
e628b536
Parents:
c4a9102
Message:

Update to vala-0.42.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/vala.xml

    rc4a9102 r7f7c2b0  
    77  <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    88  <!ENTITY vala-download-ftp  "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    9   <!ENTITY vala-md5sum        "3e3177692fb5d81a7b8aaa6b95a30bdd">
     9  <!ENTITY vala-md5sum        "aa6eb8097d25b5847ad3fab34c0ff865">
    1010  <!ENTITY vala-size          "3.2 MB">
    11   <!ENTITY vala-buildsize     "164 MB (with tests)">
    12   <!ENTITY vala-time          "1.0 SBU (with tests)">
     11  <!ENTITY vala-buildsize     "227 MB (with tests)">
     12  <!ENTITY vala-time          "1.4 SBU (with tests)">
    1313]>
    1414
     
    8181    </para>
    8282
     83    <bridgehead renderas="sect4">Recommended</bridgehead>
     84    <para role="recommended">
     85      <xref linkend="graphviz"/> (Required for valadoc)
     86    </para>
     87
    8388    <bridgehead renderas="sect4">Optional</bridgehead>
    8489    <para role="optional">
    8590      <xref linkend="dbus"/> (Required for the tests),
    86       <xref linkend="graphviz"/> (Required for valadoc),
    8791      <xref linkend="libxslt"/> (Required for generating the documentation),
    8892      <ulink url="https://ftp.gnu.org/gnu/help2man/">help2man</ulink>, and
     
    101105    commands:</para>
    102106
     107<!--
    103108    <note>
    104109      <para>The two sed commands and the autoreconf command below are required
     
    111116ACLOCAL= autoreconf -fiv</userinput></screen>
    112117    </note>
     118Removed in 0.42.0 - recommended Graphite. -renodr -->
    113119
    114120<screen><userinput>./configure --prefix=/usr &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.