Ignore:
Timestamp:
08/31/2017 03:29:49 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f3e9c22e
Parents:
a822cb5
Message:

LXQt applications:

  • change links to github
  • tag
  • update to obconf-qt-0.11.1

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

File:
1 edited

Legend:

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

    ra822cb5 r575062a  
    55  %general-entities;
    66
    7   <!ENTITY pavucontrol-qt-download-http "https://downloads.lxqt.org/pavucontrol-qt/&pavucontrol-qt-version;/pavucontrol-qt-&pavucontrol-qt-version;.tar.xz">
     7<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
     8     instead, but keep the old link in case the host become available again.
     9     According to lxqt devs, they are working on it...
     10  <!ENTITY pavucontrol-qt-download-http "https://downloads.lxqt.org/pavucontrol-qt/&pavucontrol-qt-version;/pavucontrol-qt-&pavucontrol-qt-version;.tar.xz">-->
     11  <!ENTITY pavucontrol-qt-download-http "https://github.com/lxde/pavucontrol-qt/releases/download/&pavucontrol-qt-version;/pavucontrol-qt-&pavucontrol-qt-version;.tar.xz">
    812  <!ENTITY pavucontrol-qt-download-ftp  " ">
    913  <!ENTITY pavucontrol-qt-md5sum        "f08a3a9d58078844c4d9391988a21eec">
     
    3640    </para>
    3741
    38     &lfs80_checked;
     42    &lfs81_checked;
    3943
    4044    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    110114
    111115    <para>
    112       The choice of <filename class="directory">/usr</filename> prefix is due
    113       to the general characteristics of this program, which can be used
    114       without <application>LXQt</application>.
    115     </para>
    116 
    117     <para>
    118116      This package does not come with a test suite.
    119117    </para>
     
    124122
    125123<screen role="root"><userinput>make install</userinput></screen>
     124
     125    <para>
     126      If you installed in /opt, again as the
     127      <systemitem class="username">root</systemitem> user:
     128    </para>
     129
     130<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
     131  ln -svf $LXQT_PREFIX/share/applications/pavucontrol-qt.desktop \
     132          /usr/share/applications
     133fi</userinput></screen>
    126134
    127135  </sect2>
Note: See TracChangeset for help on using the changeset viewer.