Changeset 4069ddf


Ignore:
Timestamp:
09/15/2022 01:39:45 PM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
54a9539, 5fe69261
Parents:
b11b268
Message:

Reinstate kapidox dependencies

Forgotten when reinstating kapidox itself. Also reorder deps to
better show which depends on which.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-frameworks.xml

    rb11b268 r4069ddf  
    122122    <xref role="runtime" linkend="noto-fonts"/>
    123123  </para>
    124   <!-- kapidox is commented out for now, see ticket #16805. Revisit when
    125   our mind is made
    126124  <bridgehead renderas="sect4">Additional recommended dependencies for kapidox</bridgehead>
    127125  <para role="recommended">
    128126    <xref role="runtime" linkend="doxygen"/> (Run time)<phrase revision="sysv">,
    129127    <xref linkend="Jinja2"/>, and
    130     <xref linkend="PyYAML"/> (if those python modules are not present at build
    131     time, they will be downloaded)</phrase>
     128    <xref linkend="PyYAML"/></phrase>
    132129    <phrase revision="systemd"> and
    133     <xref linkend="PyYAML"/> (if this python module is not present at build
    134     time, it will be downloaded)</phrase>
     130    <xref linkend="PyYAML"/></phrase>
    135131  </para>
    136132
    137133  <bridgehead renderas="sect4">Other python modules needed by kapidox</bridgehead>
    138134  <para role="optional">
    139     <ulink url="https://pypi.org/simple/requests/">requests</ulink>,
    140     <ulink url="https://pypi.org/simple/doxyqml/">doxyqml</ulink>,
    141135    <ulink url="https://pypi.org/simple/doxypypy/">doxypypy</ulink>,
    142     <ulink url="https://pypi.org/simple/urllib3/">urllib3</ulink>,
    143     <ulink url="https://pypi.org/simple/idna/">idna</ulink>,
    144     <ulink url="https://pypi.org/simple/charset-normalizer/">charset-normalizer</ulink>, and
    145     <ulink url="https://pypi.org/simple/certifi/">certifi</ulink> (all will be
    146     automatically installed at build time if not present on the system)
    147   </para>
    148   -->
     136    <ulink url="https://pypi.org/simple/doxyqml/">doxyqml</ulink>, and
     137    <ulink url="https://pypi.org/simple/requests/">requests</ulink>, which
     138    itself depends on
     139    <ulink url="https://pypi.org/simple/certifi/">certifi</ulink>,
     140    <ulink url="https://pypi.org/simple/charset-normalizer/">charset-normalizer</ulink>,
     141    <ulink url="https://pypi.org/simple/idna/">idna</ulink>, and
     142    <ulink url="https://pypi.org/simple/urllib3/">urllib3</ulink> (all will be
     143    installed by the <command>pip3 install</command> command below)
     144  </para>
     145
    149146  <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
    150147  <para role="optional">
Note: See TracChangeset for help on using the changeset viewer.