Ignore:
Timestamp:
08/02/2021 07:40:59 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e3781e1
Parents:
e6d0be6
Message:

Fix pkgconfig file for libtiff

When using cmake/ninja, the pkgconfig file for libtiff has an empty
Version field. Add a sed to cure that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libtiff.xml

    re6d0be6 r476753a  
    120120    </para>
    121121
    122 <screen role="root"><userinput>ninja install</userinput></screen>
     122<screen role="root"><userinput>ninja install
     123sed -i /Version/s/\$/$(cat ../VERSION)/ /usr/lib/pkgconfig/libtiff-4.pc</userinput></screen>
     124
     125  </sect2>
     126
     127  <sect2 role="commands">
     128    <title>Command Explanations</title>
     129
     130    <para>
     131      <command>sed -i /Version/...</command>: When building with cmake/ninja,
     132      the Version field in the pkgconfig file is empty. This command allows to
     133      fix that field.
     134    </para>
    123135
    124136  </sect2>
Note: See TracChangeset for help on using the changeset viewer.