Updated to desktop-file-utils-0.11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6128 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-05-25 01:38:42 +00:00
parent 39a9c7d59f
commit e639150dfa
3 changed files with 17 additions and 19 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "24"> <!-- Always 2 digits -->
<!ENTITY day "25"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
@ -142,7 +142,7 @@
<!ENTITY intltool-version "0.34.2">
<!ENTITY screen-version "4.0.2">
<!ENTITY tidy-version "051026">
<!ENTITY desktop-file-utils-version "0.10">
<!ENTITY desktop-file-utils-version "0.11">
<!ENTITY xterm-version "209">
<!ENTITY xscreensaver-version "4.24">
<!ENTITY rman-version "3.2">

View File

@ -4,23 +4,11 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- Inserted as a reminder to do this. The mention of a test suite
is usually right before the root user installation commands. Please
delete these 12 (including one blank) lines after you are done.-->
<!-- Use one of the two mentions below about a test suite,
delete the line that is not applicable. Of course, if the
test suite uses syntax other than "make check", revise the
line to reflect the actual syntax to run the test suite -->
<!-- <para>This package does not come with a test suite.</para> -->
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
<!ENTITY desktop-file-utils-download-http "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-&desktop-file-utils-version;.tar.gz">
<!ENTITY desktop-file-utils-download-ftp " ">
<!ENTITY desktop-file-utils-md5sum "8b930e9ad08ac6b8205dd00a1d694b0c">
<!ENTITY desktop-file-utils-size "341 KB">
<!ENTITY desktop-file-utils-buildsize "2.7 MB">
<!ENTITY desktop-file-utils-md5sum "b27a1890979caaca8e72ffe22af6e389">
<!ENTITY desktop-file-utils-size "340 KB">
<!ENTITY desktop-file-utils-buildsize "2.5 MB">
<!ENTITY desktop-file-utils-time "less than 0.1 SBU">
]>
@ -79,8 +67,7 @@ xreflabel="desktop-file-utils-&desktop-file-utils-version;">
<bridgehead renderas="sect3">desktop-file-utils Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="glib2"/> and
<xref linkend="popt"/></para>
<para role="required"><xref linkend="glib2"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="emacs"/></para>
@ -99,6 +86,8 @@ xreflabel="desktop-file-utils-&desktop-file-utils-version;">
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>

View File

@ -41,6 +41,15 @@
-->
<listitem>
<para>May 25th, 2006</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to desktop-file-utils-0.11.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>May 24th, 2006</para>
<itemizedlist>