Changeset 113f4e6 for general


Ignore:
Timestamp:
01/19/2022 04:20:41 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2f2bfbd
Parents:
f56eb466
Message:

Package updates

gnutls-3.7.3 (security fix)
libical-3.0.13
folks-0.15.4
umockdev-0.17.5

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    rf56eb466 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>
  • general/genlib/umockdev.xml

    rf56eb466 r113f4e6  
    77  <!ENTITY umockdev-download-http "https://github.com/martinpitt/umockdev/releases/download/&umockdev-version;/umockdev-&umockdev-version;.tar.xz">
    88  <!ENTITY umockdev-download-ftp  " ">
    9   <!ENTITY umockdev-md5sum        "ee01613c16059ce39ed62c6dd028fe7d">
    10   <!ENTITY umockdev-size          "476 KB">
    11   <!ENTITY umockdev-buildsize     "6.5 MB (with tests)">
     9  <!ENTITY umockdev-md5sum        "cbf62c1a89123a9c13f9ff6598c8cd09">
     10  <!ENTITY umockdev-size          "475 KB">
     11  <!ENTITY umockdev-buildsize     "7.2 MB (with tests)">
    1212  <!ENTITY umockdev-time          "0.2 SBU (with tests)">
    1313
     
    153153        </seg>
    154154        <seg>
    155           libumockdev-preload.so.0 <!-- Only intended for use by
     155          libumockdev-preload.so <!-- Only intended for use by
    156156          umockdev-wrapper. Don't put in a short description for this--> and
    157157          libumockdev.so
Note: See TracChangeset for help on using the changeset viewer.