Ignore:
Timestamp:
01/01/2017 12:22:24 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 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:
cad9d657
Parents:
4007a61
Message:

Update to qterminal-0.7.1 and qtermwidget-0.7.1.
Update to pavucontrol-qt-0.2.0.
Update to lximage-qt-0.5.1.
Update to pcmanfm-qt-0.11.2.
Update to libfm-qt-0.11.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/qterminal.xml

    r4007a61 r822ec11  
    77  <!ENTITY qterminal-download-http "https://downloads.lxqt.org/qterminal/&qterminal-version;/qterminal-&qterminal-version;.tar.xz">
    88  <!ENTITY qterminal-download-ftp  " ">
    9   <!ENTITY qterminal-md5sum        "566ba64cbec739b94b0ba2bc9cca2880">
    10   <!ENTITY qterminal-size          "96 KB">
     9  <!ENTITY qterminal-md5sum        "6c27ac08df0b6c8322729e0ad981873d">
     10  <!ENTITY qterminal-size          "100 KB">
    1111  <!ENTITY qterminal-buildsize     "3.7 MB (add 1.3 MB for the API documentation)">
    12   <!ENTITY qterminal-time          "0.25 SBU (with the API documentation)">
     12  <!ENTITY qterminal-time          "0.3 SBU (with the API documentation)">
    1313]>
    1414
     
    105105cd       build &amp;&amp;
    106106
    107 cmake -DCMAKE_BUILD_TYPE=Release  \
    108       -DCMAKE_INSTALL_PREFIX=/usr \
    109       -DPULL_TRANSLATIONS=no      \
     107cmake -DCMAKE_BUILD_TYPE=Release          \
     108      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
     109      -DPULL_TRANSLATIONS=no              \
    110110      ..       &amp;&amp;
    111111
    112112make</userinput></screen>
    113 
    114     <para>
    115       The choice of <filename class="directory">/usr</filename> prefix is due
    116       to the general characteristics of this program, which can be used
    117       without <application>LXQt</application>.
    118     </para>
    119113
    120114    <para>
Note: See TracChangeset for help on using the changeset viewer.