Changeset ba1f37b for general


Ignore:
Timestamp:
09/03/2014 06:19:11 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
964366a
Parents:
89d4af6
Message:

Merged some changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14181 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/exempi.xml

    r89d4af6 rba1f37b  
    88  <!ENTITY exempi-download-ftp  " ">
    99  <!ENTITY exempi-md5sum        "b55db1031a3b4609c2241f7fc870ce32">
    10   <!ENTITY exempi-size          "3.2 MB">
    11   <!ENTITY exempi-buildsize     "128 MB">
    12   <!ENTITY exempi-time          "1.0 SBU">
     10  <!ENTITY exempi-size          "3.3 MB">
     11  <!ENTITY exempi-buildsize     "123 MB (additional 13 MB for the tests)">
     12  <!ENTITY exempi-time          "less than 1.0 SBU (additional 0,3 SBU for the tests)">
    1313]>
    1414
     
    3333    Extensible Metadata Platform).</para>
    3434
    35     &lfs76_checked;
     35    &lfs75_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8383make</userinput></screen>
    8484
    85     <para>To test the results, issue: <command>make check</command>. If
     85    <para>To test the results, issue: <command>make check</command>.<!--
    8686    Valgrind is installed, mosts tests will indicate a failure, but
    87     that is a test problem and not a package problem.</para>
     87    that is a test problem and not a package problem.--></para>
    8888
    8989    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/genlib/genlib.xml

    r89d4af6 rba1f37b  
    4646  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apr.xml"/>
    4747  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apr-util.xml"/>
    48   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appstream-glib.xml"/>
    4948  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aspell.xml"/>
    5049  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="boost.xml"/>
  • general/genlib/libunistring.xml

    r89d4af6 rba1f37b  
    77  <!ENTITY libunistring-download-http "http://ftp.gnu.org/gnu/libunistring/libunistring-&libunistring-version;.tar.gz">
    88  <!ENTITY libunistring-download-ftp "ftp://ftp.gnu.org/gnu/libunistring/libunistring-&libunistring-version;.tar.gz">
    9   <!ENTITY libunistring-md5sum        "db8eca3b64163abadf8c40e5cecc261f">
    10   <!ENTITY libunistring-size          "2.4 MB">
    11   <!ENTITY libunistring-buildsize     "51 MB">
    12   <!ENTITY libunistring-time          "0.9 SBU">
     9  <!ENTITY libunistring-md5sum        "c24a6a3838d9ad4a41a62549312c4226">
     10  <!ENTITY libunistring-size          "2.9 MB">
     11  <!ENTITY libunistring-buildsize     "53 MB">
     12  <!ENTITY libunistring-time          "1 SBU">
    1313]>
    1414
     
    104104        <seg>None</seg>
    105105        <seg>libunistring.so</seg>
    106         <seg>/usr/share/libunistring</seg>
     106        <seg>/usr/share/doc/libunistring and /usr/share/libunistring</seg>
    107107      </seglistitem>
    108108    </segmentedlist>
  • general/genutils/appstream-glib.xml

    r89d4af6 rba1f37b  
    1313  <!ENTITY appstream-glib-download-ftp  " ">
    1414  <!ENTITY appstream-glib-md5sum        "925a056455b4eef441e692423ac0c5c5">
    15   <!ENTITY appstream-glib-size          "1.4 MB">
    16   <!ENTITY appstream-glib-buildsize     "16 MB">
    17   <!ENTITY appstream-glib-time          "0.5 SBU ">
     15  <!ENTITY appstream-glib-size          "1.6 MB">
     16  <!ENTITY appstream-glib-buildsize     "14 MB (additional 1 MB for the tests)">
     17  <!ENTITY appstream-glib-time          "0.3 SBU ">
    1818]>
    1919
     
    100100      <xref linkend="DocBook"/>,
    101101      <xref linkend="docbook-xsl"/>,
    102       <xref linkend="gtk-doc"/>, and
    103       <xref linkend="libxslt"/>
     102      <xref linkend="gtk-doc"/>,
     103      <xref linkend="libxslt"/>, and
     104      <ulink url="http://pyyaml.org/download/libyaml/">yaml</ulink>
    104105    </para>
    105106
     
    119120
    120121<screen><userinput>./configure --prefix=/usr    \
    121 --disable-static \
    122 --disable-rpm    \
    123 --enable-introspection=yes &amp;&amp;
     122            --disable-static \
     123            --disable-dep11  &amp;&amp;
    124124make</userinput></screen>
    125125
    126126    <para>
    127       To test the results, issue: <command>make check</command>.
     127      To test the results, issue: <command>make -k check</command>. One test
     128      fails, if <ulink url="http://pyyaml.org/download/libyaml/">yaml</ulink>
     129      is not installed.
    128130    </para>
    129131
     
    146148
    147149    <para>
    148       <parameter>--disable-rpm</parameter>: This disables rpm support
    149       as rpm is not a part of BLFS.
    150     </para>
    151 
    152     <para>
    153       <option>--enable-introspection=no</option>: Use this option if you
    154        have not installed the recommended package <xref linkend="gobject-introspection"/>.
    155     </para>
     150      <parameter>--disable-dep11</parameter>: Remove this witch, if you have
     151      <ulink url="http://pyyaml.org/download/libyaml/">yaml</ulink> installed.
     152    </para>
     153
    156154  </sect2>
    157155
  • general/genutils/genutils.xml

    r89d4af6 rba1f37b  
    2222
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appdata-tools.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appstream-glib.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bogofilter-systemd.xml"/>
    2526  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="compface.xml"/>
  • general/genutils/iso-codes.xml

    r89d4af6 rba1f37b  
    1010  <!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz">
    1111  <!ENTITY iso-codes-download-ftp  " ">
    12   <!ENTITY iso-codes-md5sum        "390291fa7ef954ca1feb4b3340d26c28">
    13   <!ENTITY iso-codes-size          "3.6 MB">
     12  <!ENTITY iso-codes-md5sum        "d032b2f9750bd59d350e0ccb060c8710">
     13  <!ENTITY iso-codes-size          "3.7 MB">
    1414  <!ENTITY iso-codes-buildsize     "110 MB">
    1515  <!ENTITY iso-codes-time          "0.2 SBU (additional less than 0.1 SBU for the tests)">
Note: See TracChangeset for help on using the changeset viewer.