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, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, 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/obconf-qt.xml

    r563fc9d re7df575  
    55  %general-entities;
    66
    7   <!ENTITY obconf-qt-download-http "&sources-anduin-http;/other/obconf-qt-&obconf-qt-version;.tar.xz">
     7  <!ENTITY obconf-qt-download-http "https://downloads.lxqt.org/obconf-qt/&obconf-qt-version;/obconf-qt-&obconf-qt-version;.tar.xz">
    88  <!ENTITY obconf-qt-download-ftp  " ">
    9   <!ENTITY obconf-qt-md5sum        "dc0b9515fec3cf81cf809192e75daa3f">
    10   <!ENTITY obconf-qt-size          "344 KB">
    11   <!ENTITY obconf-qt-buildsize     "3.5 MB">
    12   <!ENTITY obconf-qt-time          "0.1 SBU">
     9  <!ENTITY obconf-qt-md5sum        "12de451f5ab442bf6174ea285f2670e9">
     10  <!ENTITY obconf-qt-size          "34 KB">
     11  <!ENTITY obconf-qt-buildsize     "2.1 MB">
     12  <!ENTITY obconf-qt-time          "0.15 SBU">
    1313]>
    1414
     
    7070    </itemizedlist>
    7171
    72     <para>
    73       The source tarball shown above was created by the BLFS team by cloning
    74       the source code repository, finding the correct version to rename
    75       accordingly the source code directory and finally making the compressed
    76       tarball. No other modification has been made.
    77     </para>
    78 
    7972    <bridgehead renderas="sect3">obconf-qt Dependencies</bridgehead>
    8073
    8174    <bridgehead renderas="sect4">Required</bridgehead>
    8275    <para role="required">
    83       <xref linkend="cmake"/>,
    84       <xref linkend="openbox"/>, and
    85       <xref linkend="qt5"/>
     76      <xref linkend="gtk2"/> (for <command>gtk-update-icon-cache</command>),
     77      <xref linkend="hicolor-icon-theme"/>,
     78      <xref linkend="liblxqt"/>, and
     79      <xref linkend="openbox"/>
     80    </para>
     81
     82    <bridgehead renderas="sect4">Optional</bridgehead>
     83    <para role="optional">
     84      <xref linkend="git"/> (to download translation files) or
     85      <xref linkend="lxqt-l10n"/> (to add localization files)
    8686    </para>
    8787
     
    9595
    9696    <para>
    97        For compilation with <application>Qt4</application>, see <quote>Command
    98        Explanations</quote>, below. Install
    99        <application>obconf-qt</application>, linked to
    100        <application>Qt5</application>, by running the following commands:
     97       Install <application>obconf-qt</application> by running the following
     98       commands:
    10199    </para>
    102100
     
    106104cmake -DCMAKE_BUILD_TYPE=Release  \
    107105      -DCMAKE_INSTALL_PREFIX=/usr \
     106      -DPULL_TRANSLATIONS=no      \
    108107      ..       &amp;&amp;
    109108make</userinput></screen>
     
    125124<screen role="root"><userinput>make install</userinput></screen>
    126125
     126    <para>
     127      If <xref linkend="lxqt-l10n"/> is not installed in <filename
     128      class="directory">/usr</filename>, the translation files are not found.
     129      To cure that, run, as the <systemitem class="username">root</systemitem>:
     130    </para>
     131
     132<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
     133  ln -s $LXQT_PREFIX/share/obconf-qt /usr/share
     134fi</userinput></screen>
     135
     136    <para>
     137      Note that the above instruction works only if <envar>LXQT_PREFIX</envar>
     138      has been set as explained in <xref linkend="lxqt-pre-install"/>.
     139    </para>
     140
    127141  </sect2>
    128142
     
    131145
    132146    <para>
    133       <option>-DUSE_QT4=ON</option>: Use this switch, if you prefer to build
    134       this application linked to <application>Qt4</application>.
     147      <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
     148      <xref linkend="git"/>, which would otherwise be requested to download
     149      the translation files.
    135150    </para>
    136151
     
    153168        </seg>
    154169        <seg>
    155           /usr/share/obconf-qt
     170          None
    156171        </seg>
    157172      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.