Changeset 9629dab


Ignore:
Timestamp:
05/22/2023 08:09:21 PM (11 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
0ca57d1
Parents:
d5608f0b
Message:

Update to doxygen-1.9.7.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/doxygen.xml

    rd5608f0b r9629dab  
    77  <!ENTITY doxygen-download-http "https://doxygen.nl/files/doxygen-&doxygen-version;.src.tar.gz">
    88  <!ENTITY doxygen-download-ftp  " ">
    9   <!ENTITY doxygen-md5sum        "5f7ab15c8298d013c5ef205a4febc7b4">
    10   <!ENTITY doxygen-size          "5.1 MB">
    11   <!ENTITY doxygen-buildsize     "217 MB (with tests)">
    12   <!ENTITY doxygen-time          "1.4 SBU (using parallelism=4; with tests)">
     9  <!ENTITY doxygen-md5sum        "95008edf2d84aeefb7c65a6a4857dc2c">
     10  <!ENTITY doxygen-size          "5.5 MB">
     11  <!ENTITY doxygen-buildsize     "240 MB (with tests)">
     12  <!ENTITY doxygen-time          "1.6 SBU (using parallelism=4; with tests)">
    1313]>
    1414
     
    124124
    125125    <para>
     126      First, fix up some python scripts:
     127    </para>
     128
     129<screen><userinput>grep -rl '^#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
     130
     131    <para>
    126132      Install <application>Doxygen</application> by running the following
    127133      commands:
     
    140146    <para>
    141147      To test the results, issue: <command>make tests</command>.
    142       <!--One test, 012_cite.dox, is known to fail.-->
     148      One test, 061_Únicod€_file, is known to fail.
    143149    </para>
    144150
  • introduction/welcome/changelog.xml

    rd5608f0b r9629dab  
    4040    -->
    4141   <listitem>
     42     <para>May 22nd, 2023</para>
     43     <itemizedlist>
     44       <listitem>
     45         <para>[bdubbs] - Update to doxygen-1.9.7. Fixes
     46         <ulink url="&blfs-ticket-root;18068">#18068</ulink>.</para>
     47       </listitem>
     48     </itemizedlist>
     49   </listitem>
     50
     51   <listitem>
    4252     <para>May 21st, 2023</para>
    4353     <itemizedlist>
  • packages.ent

    rd5608f0b r9629dab  
    314314<!ENTITY cmake-minor-version          "4">
    315315<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    316 <!ENTITY doxygen-version              "1.9.6">
     316<!ENTITY doxygen-version              "1.9.7">
    317317<!ENTITY gcc-version                  "13.1.0">
    318318<!ENTITY gc-version                   "8.2.2">
Note: See TracChangeset for help on using the changeset viewer.