Changeset 64755c75 for general


Ignore:
Timestamp:
03/10/2022 11:56:23 PM (2 years 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:
776c052e
Parents:
7495c40
Message:

Update to harfbuzz-4.0.0.
Also correct some hard coded paths in fcron.

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r7495c40 r64755c75  
    88           "https://github.com/harfbuzz/harfbuzz/releases/download/&harfbuzz-version;/harfbuzz-&harfbuzz-version;.tar.xz">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "40a7243ef08d5490a3a09d5d94ce6d40">
     10  <!ENTITY harfbuzz-md5sum        "fb958a544a8d39ca0f28ac15519d743b">
    1111  <!ENTITY harfbuzz-size          "14 MB">
    12   <!ENTITY harfbuzz-buildsize     "118 MB (with tests)">
    13   <!ENTITY harfbuzz-time          "1.3 SBU (with tests)">
     12  <!ENTITY harfbuzz-buildsize     "126 MB (with tests)">
     13  <!ENTITY harfbuzz-time          "0.5 SBU (Using parallelism=4; with tests)">
    1414]>
    1515
  • general/sysutils/fcron.xml

    r7495c40 r64755c75  
    140140useradd -d /dev/null -c "Fcron User" -g fcron -s /bin/false -u 22 fcron</userinput></screen>
    141141
     142    <para>
     143      Now fix some locations hard coded in the documentation:
     144    </para>
     145
     146<screen><userinput>find doc -type f -exec sed -i 's:/usr/local::g' {} \;</userinput></screen>
    142147    <para>
    143148      Install <application>Fcron</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.