Changeset 98452add for lxqt/apps


Ignore:
Timestamp:
07/18/2023 03:16:19 AM (11 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
f9c0972
Parents:
7543482a
Message:

screengrab: work around a build failure if KDE Frameworks 5 is installed
fully in /opt.

This happens because, similar to lxqt-panel, it doesn't know how to find
the headers in /opt/kf5 and assumes they'll be found in /usr. Work
around this with CXXFLAGS.

Also updated the short description for screengrab itself

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/screengrab.xml

    r7543482a r98452add  
    2828    <para>
    2929      The <application>screengrab</application> package is a cross-platform
    30       tool for fast making screenshots.
     30      tool for making screenshots quickly.
    3131    </para>
    3232
     
    7171    <bridgehead renderas="sect4">Required</bridgehead>
    7272    <para role="required">
     73      (<xref linkend="lxqt-kwindowsystem"/> or
     74      <xref role="nodep" linkend="kf5-frameworks"/>), and
    7375      <xref linkend="libqtxdg"/>
    7476    </para>
     
    7880  <sect2 role="installation">
    7981    <title>Installation of screengrab</title>
     82
     83    <para>
     84      First, if you have the full <xref role="nodep" linkend="kf5-frameworks"/>
     85      installed in <filename class="directory">/opt</filename>, allow the build
     86      system to see some required headers:
     87    </para>
     88
     89<screen role="nodump"><userinput>export CXXFLAGS="-I/opt/kf5/include"</userinput></screen>
    8090
    8191    <para>
     
    140150        <listitem>
    141151          <para>
    142             is a lightweight image viewer and screenshot program. There is a
    143             menu entry at Utilities for the screenshot program. From command
    144             line, obtain a full screen or window shot by running
    145             <command>screengrab --screenshot</command>.
     152            is a cross platform tool for creating screenshots quickly
    146153          </para>
    147154          <indexterm zone="screengrab screengrab-prog">
Note: See TracChangeset for help on using the changeset viewer.