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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.