Changeset 1e2b83b


Ignore:
Timestamp:
08/19/2022 06:07:07 PM (21 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
b5c2a45
Parents:
53cd2d54
Message:

Tweak kf5 apidox instructions

File:
1 edited

Legend:

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

    r53cd2d54 r1e2b83b  
    368368      case $name in
    369369        kapidox)
     370          # First install a python module dependency
     371          as_root pip3 install doxypypy
     372
    370373          pip3 wheel -w dist --no-build-isolation --no-deps $PWD
    371           sudo pip3 install --no-index --find-links dist --no-cache-dir --no-user kapidox
     374          as_root pip3 install --no-index --find-links dist --no-cache-dir --no-user kapidox
    372375          popd
    373376          rm -rf $packagedir
Note: See TracChangeset for help on using the changeset viewer.