Ignore:
Timestamp:
02/18/2024 10:12:27 PM (8 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, lazarus, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
d0b42e9
Parents:
6dbc482
Message:

Update to kde-apps-23.08.5 and associated tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5-apps/gwenview.xml

    r6dbc482 rf67c5c8  
    77  <!ENTITY gwenview5-download-http "&kf5apps-download-http;/gwenview-&kf5apps-version;.tar.xz">
    88  <!ENTITY gwenview5-download-ftp  " ">
    9   <!ENTITY gwenview5-md5sum        "176a628e4aba077ef0e0a132ffac28df">
     9  <!ENTITY gwenview5-md5sum        "dded6bc13018cb19276257158a428be0">
    1010  <!ENTITY gwenview5-size          "6.6 MB">
    11   <!ENTITY gwenview5-buildsize     "51 MB">
    12   <!ENTITY gwenview5-time          "0.6 SBU (using parallelism=4)">
     11  <!ENTITY gwenview5-buildsize     "50 MB">
     12  <!ENTITY gwenview5-time          "0.5 SBU (using parallelism=4)">
    1313]>
    1414
     
    3131    </para>
    3232
    33     &lfs120_checked;
     33    &lfs121_checked;
    3434
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    104104    <!-- Ticket #19206 -->
    105105    <para>
    106       First, fix an incompatibility with recent changes in kImageAnnotator:
     106      First, work around an incompatibility with recent changes in kImageAnnotator:
    107107    </para>
    108108
     109<!--
    109110<screen><userinput remap="pre">find . -name CMakeLists.txt | xargs sed -i 's/kImageAnnotator_FOUND/kImageAnnotator-Qt5_FOUND/'</userinput></screen>
     111-->
     112<screen><userinput remap="pre">sed -i /find_package/s/kImageAnnotator/&amp;1-Qt5/" CMakeLists.txt</userinput></screen>
     113
     114<!-- Note that the above doe not "fix" the problem, but makes cmake skip looking
     115     for kImageAnnotator  - the needs to be reviewd and a proper fix created.
     116-->
    110117
    111118    <para>
Note: See TracChangeset for help on using the changeset viewer.