Changeset 2d1757d


Ignore:
Timestamp:
07/06/2023 07:08:01 PM (11 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
4050f25
Parents:
33a20b0
Message:

Remove obsolete instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/pavucontrol-qt.xml

    r33a20b0 r2d1757d  
    7676      <xref linkend="glib2"/> support
    7777    </para>
    78     <!--
    79     <bridgehead renderas="sect4">Optional</bridgehead>
    80     <para role="optional">
    81       <xref linkend="git"/> (to download translation files) or
    82       <xref linkend="lxqt-l10n"/> (to add localization files)
    83     </para>
    84 
    85     <para condition="html" role="usernotes">
    86       User Notes: <ulink url="&blfs-wiki;/pavucontrol-qt"/>
    87     </para>
    88     -->
    8978  </sect2>
    9079
     
    10291cmake -DCMAKE_BUILD_TYPE=Release          \
    10392      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
    104       -DPULL_TRANSLATIONS=no              \
    10593      ..       &amp;&amp;
    10694make</userinput></screen>
     
    115103
    116104<screen role="root"><userinput>make install</userinput></screen>
    117 
    118     <para>
    119       If you installed in /opt, again as the
    120       <systemitem class="username">root</systemitem> user:
    121     </para>
    122 
    123 <screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
    124   ln -svf $LXQT_PREFIX/share/applications/pavucontrol-qt.desktop \
    125           /usr/share/applications
    126 fi</userinput></screen>
    127 
    128   </sect2>
    129 
    130   <sect2 role="commands">
    131     <title>Command Explanations</title>
    132 
    133     <para>
    134       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    135       <xref linkend="git"/>, which would otherwise be requested to download
    136       the translation files.
    137     </para>
    138105
    139106  </sect2>
Note: See TracChangeset for help on using the changeset viewer.