Changeset de89edf for kde/kf5-apps


Ignore:
Timestamp:
02/26/2024 09:33:08 PM (2 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
e4c883c0
Parents:
27bda4fc
Message:

Gwenview: fix building with recent kImageAnnotator and kColorPicker.

File:
1 edited

Legend:

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

    r27bda4fc rde89edf  
    6666      </listitem>
    6767    </itemizedlist>
    68 <!--
     68
    6969    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7070    <itemizedlist spacing="compact">
    7171      <listitem>
    7272        <para>
    73           Required patch for building against <xref linkend="exiv2"/>:
    74           <ulink url="&patch-root;/gwenview-&kf5apps-version;-exiv2_0.27-1.patch"/>
     73          Required patch for building against <xref linkend="kimageannotator"/>:
     74          <ulink url="&patch-root;/gwenview-&kf5apps-version;-build_fixes-1.patch"/>
    7575        </para>
    7676      </listitem>
    7777    </itemizedlist>
    78 -->
     78
    7979    <bridgehead renderas="sect3">Gwenview Dependencies</bridgehead>
    8080
     
    102102    <title>Installation of Gwenview</title>
    103103
    104     <!-- Ticket #19206 -->
     104    <!-- Ticket #19206 and #19329 -->
    105105    <para>
    106106      First, work around an incompatibility with recent changes in kImageAnnotator:
    107107    </para>
    108108
    109 <!--
    110 <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 -->
     109<screen><userinput remap="pre">patch -Np1 -i ../gwenview-&kf5apps-version;-build_fixes-1.patch</userinput></screen>
    117110
    118111    <para>
Note: See TracChangeset for help on using the changeset viewer.