Changeset 16d0ef21
- Timestamp:
- 08/03/2013 03:44:50 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3e94fc8
- Parents:
- 784aae11
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r784aae11 r16d0ef21 397 397 <!ENTITY tcl-version "8.6.0"> 398 398 <!ENTITY tk-version "8.6.0"> 399 <!ENTITY vala-major-version "0.2 1">399 <!ENTITY vala-major-version "0.20"> <!-- even minors only --> 400 400 <!ENTITY vala-version "&vala-major-version;.1"> 401 401 <!ENTITY yasm-version "1.2.0"> -
general/prog/vala.xml
r784aae11 r16d0ef21 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 " 4cfb9702657b0d4f7815a3c46b513ab0">10 <!ENTITY vala-size "2. 5MB">11 <!ENTITY vala-buildsize "1 43MB">12 <!ENTITY vala-time "1. 3SBU">9 <!ENTITY vala-md5sum "f285a90af17c400e5a4bcecb2b9c318a"> 10 <!ENTITY vala-size "2.6 MB"> 11 <!ENTITY vala-buildsize "120 MB"> 12 <!ENTITY vala-time "1.2 SBU"> 13 13 ]> 14 14 -
introduction/important/building-notes.xml
r784aae11 r16d0ef21 388 388 may want to consider removing these files periodically:</para> 389 389 390 <screen><userinput>find /lib /usr/lib -name \*.la -delete</userinput></screen> 391 390 <screen><userinput>find /lib /usr/lib -not -path "*Image*" -a -name \*.la -delete</userinput></screen> 391 392 <para>The above command removes all .la files with the exception of those that have 393 "Image" (ImageMagick) as a part of the path. The .la files are used by the ImageMagick 394 modules subdirectory are used by the program. There may be other exceptions by 395 packages not in BLFS.</para> 396 392 397 </sect2> 393 398 -
introduction/welcome/changelog.xml
r784aae11 r16d0ef21 44 44 45 45 --> 46 <listitem> 46 47 <para>August 2nd, 2013</para> 47 48 <listitem> … … 55 56 <listitem> 56 57 <para>[bdubbs] - Update to iso-codes-3.45.</para> 57 </listitem>58 <listitem>59 <para>[bdubbs] - Update to vala-0.21.1.</para>60 58 </listitem> 61 59 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.