Changes in / [2a24738:853a9076]


Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/doxygen.xml

    r2a24738 r853a9076  
    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
     
    108108      <xref linkend="llvm"/> (with clang),
    109109      <!-- Can someone check this? With LLVM7, it fails to build. -->
    110       <xref linkend="python2"/>,
    111110      <xref linkend="qt5"/> (for doxywizard),
    112111      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
     
    124123
    125124    <para>
     125      First, fix up some python scripts:
     126    </para>
     127
     128<screen><userinput>grep -rl '^#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
     129
     130    <para>
    126131      Install <application>Doxygen</application> by running the following
    127132      commands:
     
    140145    <para>
    141146      To test the results, issue: <command>make tests</command>.
    142       <!--One test, 012_cite.dox, is known to fail.-->
     147      One test, 061_Únicod€_file, is known to fail.
    143148    </para>
    144149
  • introduction/welcome/changelog.xml

    r2a24738 r853a9076  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[bdubbs] - Update to icewm-3.3.5. Fixes
     46         <ulink url="&blfs-ticket-root;18068">#18068</ulink>.</para>
     47       </listitem>
     48       <listitem>
     49         <para>[bdubbs] - Update to doxygen-1.9.7. Fixes
     50         <ulink url="&blfs-ticket-root;18068">#18068</ulink>.</para>
     51       </listitem>
     52       <listitem>
    4553         <para>[ken] - Perl modules - add Test::Deep, Test::Requires and URI
    4654         as test dependencies for HTTP::CookieJar. Fixes
  • packages.ent

    r2a24738 r853a9076  
    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">
     
    857857<!-- Chapter 27 -->
    858858<!ENTITY fluxbox-version              "1.3.7">
    859 <!ENTITY icewm-version                "3.3.4">
     859<!ENTITY icewm-version                "3.3.5">
    860860<!ENTITY openbox-version              "3.6.1">
    861861<!ENTITY sawfish-version              "1.13.0">
  • x/wm/icewm.xml

    r2a24738 r853a9076  
    77  <!ENTITY icewm-download-http "https://github.com/ice-wm/icewm/archive/&icewm-version;/icewm-&icewm-version;.tar.gz">
    88  <!ENTITY icewm-download-ftp  " ">
    9   <!ENTITY icewm-md5sum        "6f5cc0f980c12dbe4aa8d650e8b52521">
     9  <!ENTITY icewm-md5sum        "fdf5fc942a7bbc59d164d6bd096279e8">
    1010  <!ENTITY icewm-size          "2.3 MB">
    1111  <!ENTITY icewm-buildsize     "46 MB">
Note: See TracChangeset for help on using the changeset viewer.