Changeset 395cf7d


Ignore:
Timestamp:
10/29/2022 01:15:49 PM (18 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/xf86-video-removal
Children:
6fe407f4
Parents:
b3618e7
Message:

Update to qt-5.15.7

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb3618e7 r395cf7d  
    4343    -->
    4444    <listitem>
     45      <para>October 29th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to qt5-5.15.7. Fixes
     49          <ulink url="&blfs-ticket-root;17239">#17239</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>October 28th, 2022</para>
    4656      <itemizedlist>
  • packages.ent

    rb3618e7 r395cf7d  
    716716<!ENTITY pango-version                "&pango-minor;.11">
    717717<!ENTITY pangomm-version              "2.46.3">
    718 <!ENTITY qt5-version                  "5.15.6">
     718<!ENTITY qt5-version                  "5.15.7">
    719719<!ENTITY qtwebengine-version          "5.15.11">
    720720<!ENTITY startup-notification-version "0.12">
  • x/lib/qt5.xml

    rb3618e7 r395cf7d  
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "eac9a97ea5335eeb1a8f0c39d016bf70">
     12  <!ENTITY qt5-md5sum        "b30147f4fd91c8dc1b7e61cbc7e6b8a6">
    1313  <!ENTITY qt5-size          "595 MB">
    1414  <!ENTITY qt5-buildsize     "15 GB (268 MB installed)">
    15   <!ENTITY qt5-time          "31 SBU (using parallelism=4)">
     15  <!ENTITY qt5-time          "29 SBU (using parallelism=4)">
    1616]>
    1717
     
    492492
    493493    <sect3 id="qt5-config">
    494      <!-- <title>Configuration Information</title>-->
    495 
    496     <title>If you installed Qt5 in /usr</title>
     494      <title>Configuration Information</title>
     495
     496      <para>
     497        If <xref linkend="sudo"/> is installed, QT5DIR should be available to
     498        the super user as well. Execute the following commands as the
     499        <systemitem class="username">root</systemitem> user:
     500      </para>
     501
     502<screen role="root"><userinput>cat &gt; /etc/sudoers.d/qt &lt;&lt; "EOF"
     503<literal>Defaults env_keep += QT5DIR</literal>
     504EOF</userinput></screen>
     505
     506      <bridgehead renderas="sect4">If you installed Qt5 in /usr</bridgehead>
    497507
    498508      <para>
     
    513523EOF</userinput></screen>
    514524
    515       <para>
    516         If <xref linkend="sudo"/> is installed, QT5DIR should be available to
    517         the super user as well. Execute the following commands as the
    518         <systemitem class="username">root</systemitem> user:
    519       </para>
    520 
    521 <screen role="root"><userinput>cat &gt; /etc/sudoers.d/qt &lt;&lt; "EOF"
    522 <literal>Defaults env_keep += QT5DIR</literal>
    523 EOF</userinput></screen>
    524 
    525     <bridgehead renderas="sect4">If you did not install Qt5 in /usr</bridgehead>
     525      <bridgehead renderas="sect4">If you did not install Qt5 in /usr</bridgehead>
    526526
    527527      <para>
Note: See TracChangeset for help on using the changeset viewer.