Changeset 5637ae8
- Timestamp:
- 09/14/2017 02:14:43 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:
- b990123
- Parents:
- caf07a2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rcaf07a2 r5637ae8 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 2"> <!-- Always 2 digits -->3 <!ENTITY day "13"> <!-- 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 1 2th, &year;">9 <!ENTITY releasedate "September 13th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/vala.xml
rcaf07a2 r5637ae8 7 7 <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz"> 8 8 <!ENTITY vala-download-ftp "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz"> 9 <!ENTITY vala-md5sum " 8bf68d1bde90f62b20fec57c34fb2179">9 <!ENTITY vala-md5sum "f94c14a555d99ff377c458d3f5393c18"> 10 10 <!ENTITY vala-size "3.2 MB"> 11 <!ENTITY vala-buildsize "1 87MB (including tests)">12 <!ENTITY vala-time "1. 5SBU (including tests)">11 <!ENTITY vala-buildsize "156 MB (including tests)"> 12 <!ENTITY vala-time "1.1 SBU (including tests)"> 13 13 ]> 14 14 … … 88 88 <bridgehead renderas="sect4">Required</bridgehead> 89 89 <para role="required"> 90 <xref linkend="glib2"/> and 91 <xref linkend="graphviz"/> 90 <xref linkend="glib2"/> 92 91 </para> 93 92 94 93 <bridgehead renderas="sect4">Optional</bridgehead> 95 94 <para role="optional"> 96 <xref linkend="dbus"/> (Required for the tests) and 95 <xref linkend="dbus"/> (Required for the tests), 96 <xref linkend="graphviz"/> (Required for valadoc), 97 97 <xref linkend="libxslt"/> (Required for generating the documentation) 98 98 </para> … … 109 109 commands:</para> 110 110 111 <screen><userinput>./configure --prefix=/usr && 111 <note> 112 <para>The two sed commands and the autoreconf command below are required 113 if the optional dependency <xref linkend="graphviz"/> is not installed. 114 This will allow building the valadoc prgram and libraries that can be used 115 to generate API documentation in HTML format from Vala source code. 116 </para> 117 </note> 118 119 <screen><userinput>sed -i '101d; 107,123d; 125,126d' configure.ac && 120 sed -i '/valadoc/d' Makefile.am && 121 ACLOCAL= autoreconf -fiv && 122 123 ./configure --prefix=/usr && 112 124 make</userinput></screen> 113 125 -
introduction/welcome/changelog.xml
rcaf07a2 r5637ae8 43 43 --> 44 44 <listitem> 45 <para>September 13th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to vala-0.38.1. Partially fixes 49 <ulink url="&blfs-ticket-root;9738">#9738</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>September 12th, 2017</para> 46 56 <itemizedlist> -
packages.ent
rcaf07a2 r5637ae8 329 329 <!ENTITY tk-version "8.6.7"> 330 330 <!ENTITY vala-major-version "0.38"> <!-- even minors only --> 331 <!ENTITY vala-version "&vala-major-version;. 0">331 <!ENTITY vala-version "&vala-major-version;.1"> 332 332 <!ENTITY valgrind-version "3.13.0"> 333 333 <!ENTITY yasm-version "1.3.0">
Note:
See TracChangeset
for help on using the changeset viewer.