Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    r27370d68 r113f4e6  
    77  <!ENTITY libical-download-http "https://github.com/libical/libical/releases/download/v&libical-version;/libical-&libical-version;.tar.gz">
    88  <!ENTITY libical-download-ftp  " ">
    9   <!ENTITY libical-md5sum        "89e06a964aadd12788ff1d93fed3d90d">
    10   <!ENTITY libical-size          "864 KB">
    11   <!ENTITY libical-buildsize     "24 MB (with tests)">
    12   <!ENTITY libical-time          "0.1 SBU (Using parallelism=4; with tests)">
     9  <!ENTITY libical-md5sum        "5b6c28bfeedef4179c1c7a7fd9ed3b23">
     10  <!ENTITY libical-size          "866 KB">
     11  <!ENTITY libical-buildsize     "52 MB (with tests and API documentation)">
     12  <!ENTITY libical-time          "0.4 SBU (with tests and documentation)">
     13<!-- run at -j1 because it fails at -j4 -->
    1314]>
    1415
     
    8889      <xref linkend="db"/>,
    8990      <xref linkend="doxygen"/> (for the API documentation),
     91      <xref linkend="graphviz"/> (for the API documentation),
    9092      <xref linkend="gtk-doc"/> (for the API documentation),
    9193      <xref linkend="icu"/>, and
     
    131133
    132134    <para>
    133       If you have <xref linkend="doxygen"/> and <xref linkend="gtk-doc"/>
    134       installed and wish to build the API documentation, issue:
     135      If you have <xref linkend="doxygen"/>, <xref linkend="graphviz"/>,
     136      and <xref linkend="gtk-doc"/>
     137      installed and wish to build the API documentation,  you should
     138      remove the <parameter>-DICAL_BUILD_DOCS=false</parameter> switch
     139      and issue:
    135140    </para>
    136141
     
    175180    </para>
    176181
    177     <!--
    178182    <para>
    179183      <parameter>-DICAL_BUILD_DOCS=false</parameter>: This switch prevents
    180       building the <application>GTK</application> documentation.
    181     </para>
    182     -->
     184      building the <application>GTK</application> documentation. Remove
     185      if you want to build the documentation.
     186    </para>
    183187
    184188    <para>
     
    235239          /usr/lib/cmake/LibIcal,
    236240          /usr/libexec/libical,
     241          /usr/share/gtk-doc/html/libical-glib (optional),
    237242          and /usr/share/doc/libical-&libical-version;/html
    238243        </seg>
Note: See TracChangeset for help on using the changeset viewer.