Ignore:
Timestamp:
10/22/2016 08:17:41 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
bc6717b
Parents:
563fc9d
Message:

Update LXQt applications and add pavucontrol-qt

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17906 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/lximage-qt.xml

    r563fc9d re7df575  
    77  <!ENTITY lximage-qt-download-http "http://downloads.lxqt.org/lximage-qt/&lximage-qt-version;/lximage-qt-&lximage-qt-version;.tar.xz">
    88  <!ENTITY lximage-qt-download-ftp  " ">
    9   <!ENTITY lximage-qt-md5sum        "0bd2c6474d8d9c73b606e81647e777f0">
    10   <!ENTITY lximage-qt-size          "44 KB">
    11   <!ENTITY lximage-qt-buildsize     "3 MB">
    12   <!ENTITY lximage-qt-time          "0.1 SBU">
     9  <!ENTITY lximage-qt-md5sum        "5cee89e6076fc33975410ed309252a88">
     10  <!ENTITY lximage-qt-size          "35 KB">
     11  <!ENTITY lximage-qt-buildsize     "2.5 MB">
     12  <!ENTITY lximage-qt-time          "0.15 SBU">
    1313]>
    1414
     
    7676    <para role="required">
    7777      <xref linkend="libexif"/> and
    78       <xref linkend="pcmanfm-qt"/>
     78      <xref linkend="libfm-qt"/>
     79    </para>
     80
     81    <bridgehead renderas="sect4">Optional</bridgehead>
     82    <para role="optional">
     83      <xref linkend="git"/> (to download translation files) or
     84      <xref linkend="lxqt-l10n"/> (to add localization files)
    7985    </para>
    8086
     
    9298    </para>
    9399
    94 <screen><userinput>sed -i 's/1%/%1/' src/translations/lximage-qt_pt_BR.ts &amp;&amp;
    95 
    96 sed -i 's/Utility;//' data/lximage-qt.desktop.in       &amp;&amp;
    97 
    98 mkdir -v build &amp;&amp;
     100<screen><userinput>mkdir -v build &amp;&amp;
    99101cd       build &amp;&amp;
    100102
    101103cmake -DCMAKE_BUILD_TYPE=Release          \
    102104      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
     105      -DPULL_TRANSLATIONS=no              \
    103106      ..       &amp;&amp;
    104107
    105 LIBRARY_PATH=/opt/qt5/lib:$LXQT_PREFIX/lib make</userinput></screen>
     108make</userinput></screen>
    106109
    107110    <para>
     
    133136
    134137    <para>
    135       <command>sed -i ... src/translations/lximage-qt_pt_BR.t</command>: Fixes
    136       a bug introduced by the translation. If you will never use pt_BR as the
    137       prefix of your locale, this fix can be safely ignored.
     138      <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
     139      <xref linkend="git"/>, which would otherwise be requested to download
     140      the translation files.
    138141    </para>
    139 
    140     <para>
    141       <command>sed -i ...  data/lximage-qt.desktop.in</command>: Fixes submenu
    142       for <application>lximage-qt</application>.
    143     </para>
    144 
     142<!--
    145143    <para>
    146144      <envar>LIBRARY_PATH=/opt/qt5/lib:$LXQT_PREFIX/lib</envar>: Fixes for the
    147145      linker to find three libraries.
    148     </para>
     146    </para>-->
    149147
    150148  </sect2>
     
    166164        </seg>
    167165        <seg>
    168           $LXQT_PREFIX/share/lximage-qt
     166          None
    169167        </seg>
    170168      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.