mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to valgrind-3.9.0.
Update to lxmenu-data-0.1.4. Update to lxde-icon-theme-0.5.1. More tags -- most of lxde git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14276 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a92d962ee1
commit
b5102a2d07
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "13"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "14"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2014">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "September 13th, &year;">
|
||||
<!ENTITY releasedate "September 14th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -36,7 +36,7 @@
|
||||
expressions and unit testing.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -35,7 +35,7 @@
|
||||
structures.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -33,7 +33,7 @@
|
||||
Unicode strings and for manipulating C strings according to the Unicode
|
||||
standard.</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -39,7 +39,7 @@
|
||||
also useful for testing these same applications as well as easing all sorts of
|
||||
tasks that are prohibitively difficult with anything else.</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -38,7 +38,7 @@
|
||||
stripped.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -35,7 +35,7 @@
|
||||
contains a stand alone <application>Scheme</application> interpreter.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -41,7 +41,7 @@
|
||||
Language, a robust general-purpose scripting language.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -37,7 +37,7 @@
|
||||
TCL GUI Toolkit.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY valgrind-download-http "http://valgrind.org/downloads/valgrind-&valgrind-version;.tar.bz2">
|
||||
<!ENTITY valgrind-download-ftp " ">
|
||||
<!ENTITY valgrind-md5sum "0947de8112f946b9ce64764af7be6df2">
|
||||
<!ENTITY valgrind-size "9.6 MB">
|
||||
<!ENTITY valgrind-buildsize "439 MB">
|
||||
<!ENTITY valgrind-time "1.2 SBU and iand additional 4.7 SBU for tests">
|
||||
<!ENTITY valgrind-md5sum "7c311a72a20388aceced1aa5573ce970">
|
||||
<!ENTITY valgrind-size "10.4 MB">
|
||||
<!ENTITY valgrind-buildsize "672 MB">
|
||||
<!ENTITY valgrind-time "1.3 SBU and an additional 4.5 SBU for tests">
|
||||
]>
|
||||
|
||||
<sect1 id="valgrind" xreflabel="Valgrind-&valgrind-version;">
|
||||
@ -37,7 +37,7 @@
|
||||
tools.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -78,7 +78,8 @@
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="boost"/>,
|
||||
<xref linkend="llvm"/> (with Clang), and
|
||||
<xref linkend="llvm"/> (with Clang),
|
||||
<xref linkend="gdb"/> (for tests), and
|
||||
<ulink url="http://www.openmp.org">OpenMP</ulink>
|
||||
</para>
|
||||
|
||||
@ -99,8 +100,7 @@
|
||||
<para>Install <application>Valgrind</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>sed -i 's|2.18|2.19|' configure &&
|
||||
sed -i 's|/doc/valgrind||' docs/Makefile.in &&
|
||||
<screen><userinput>sed -i 's|/doc/valgrind||' docs/Makefile.in &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--datadir=/usr/share/doc/valgrind-&valgrind-version; &&
|
||||
@ -129,11 +129,6 @@ popd</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed s|2.18|2.19| ... </command>: This sed allows the program to build
|
||||
with glibc-2.19.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed s|/doc/valgrind|| ... </command>: This sed provides for
|
||||
installing the documentation in a versioned directory.
|
||||
|
@ -34,7 +34,7 @@
|
||||
Window Navigator Construction Kit.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -44,6 +44,24 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>September 14th, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to valgrind-3.10.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;5506">#5506</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to lxmenu-data-0.1.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;5489">#5489</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to lxde-icon-theme-0.5.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;5509">#5509</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>September 13th, 2014</para>
|
||||
<itemizedlist>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<xref linkend="menu-cache"/>.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -34,7 +34,7 @@
|
||||
to develop file managers providing some file management utilities.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -35,7 +35,7 @@
|
||||
<application>GTK+</application>.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY lxde-icon-theme-download-http "&sourceforge-repo;/lxde/lxde-icon-theme-&lxde-icon-theme-version;.tar.bz2">
|
||||
<!ENTITY lxde-icon-theme-download-http "&sourceforge-repo;/lxde/lxde-icon-theme-&lxde-icon-theme-version;.tar.xz">
|
||||
<!ENTITY lxde-icon-theme-download-ftp " ">
|
||||
<!ENTITY lxde-icon-theme-md5sum "346e1aecf805892b106b4d4b0f26e5cc">
|
||||
<!ENTITY lxde-icon-theme-size "4.4 MB">
|
||||
<!ENTITY lxde-icon-theme-buildsize "19 MB">
|
||||
<!ENTITY lxde-icon-theme-md5sum "7467133275edbbcc79349379235d4411">
|
||||
<!ENTITY lxde-icon-theme-size "4.3 MB">
|
||||
<!ENTITY lxde-icon-theme-buildsize "18 MB">
|
||||
<!ENTITY lxde-icon-theme-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
nuoveXT 2.2 Icon Theme for <application>LXDE</application>.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY lxmenu-data-download-http "&sourceforge-repo;/lxde/lxmenu-data-&lxmenu-data-version;.tar.gz">
|
||||
<!ENTITY lxmenu-data-download-http "&sourceforge-repo;/lxde/lxmenu-data-&lxmenu-data-version;.tar.xz">
|
||||
<!ENTITY lxmenu-data-download-ftp " ">
|
||||
<!ENTITY lxmenu-data-md5sum "2184ab3746d572477f1bea7e98e230a8">
|
||||
<!ENTITY lxmenu-data-size "292 KB">
|
||||
<!ENTITY lxmenu-data-buildsize "2.5 MB">
|
||||
<!ENTITY lxmenu-data-md5sum "a44bb6214594fee21b8ef3e478b0f0e5">
|
||||
<!ENTITY lxmenu-data-size "176 KB">
|
||||
<!ENTITY lxmenu-data-buildsize "3.0 MB">
|
||||
<!ENTITY lxmenu-data-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
for <application>LXDE</application>.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -34,7 +34,7 @@
|
||||
lightweight X11 desktop panel.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -34,7 +34,7 @@
|
||||
simple PolicyKit authentication agent.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -34,7 +34,7 @@
|
||||
session manager for <application>LXDE</application>.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -35,7 +35,7 @@
|
||||
manipulation for freedesktop.org defined application menus.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -34,7 +34,7 @@
|
||||
lightweight, yet feature-rich file manager with tabbed browsing.
|
||||
</para>
|
||||
|
||||
&lfs75_checked;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -277,7 +277,7 @@
|
||||
<!ENTITY tk-version "8.6.2">
|
||||
<!ENTITY vala-major-version "0.24"> <!-- even minors only -->
|
||||
<!ENTITY vala-version "&vala-major-version;.0">
|
||||
<!ENTITY valgrind-version "3.9.0">
|
||||
<!ENTITY valgrind-version "3.10.0">
|
||||
<!ENTITY yasm-version "1.3.0">
|
||||
|
||||
<!ENTITY apache-ant-version "1.9.4">
|
||||
@ -551,8 +551,8 @@
|
||||
|
||||
<!-- Part X -->
|
||||
<!-- Chapter 34 -->
|
||||
<!ENTITY lxmenu-data-version "0.1.2">
|
||||
<!ENTITY lxde-icon-theme-version "0.5.0">
|
||||
<!ENTITY lxmenu-data-version "0.1.4">
|
||||
<!ENTITY lxde-icon-theme-version "0.5.1">
|
||||
<!ENTITY libfm-extra-version "1.2.2.1">
|
||||
<!ENTITY menu-cache-version "0.7.0">
|
||||
<!ENTITY libfm-version "1.2.2.1">
|
||||
|
Loading…
Reference in New Issue
Block a user