Changeset 4ea888eb for lxqt/apps


Ignore:
Timestamp:
02/21/2017 08:13:57 PM (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:
164507a9
Parents:
066acbb
Message:

Update to QScintilla_gpl-2.10
Tag all lxqt pages.
Archive xchat.

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

Location:
lxqt/apps
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/juffed.xml

    r066acbb r4ea888eb  
    4141    </para>
    4242
    43     &lfs7a_checked;
     43    &lfs80_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    118118    </para>
    119119
    120 <screen><userinput>mkdir -v build &amp;&amp;
     120<screen><userinput>sed -i 's/"64"/""/' cmake/LibSuffix.cmake &amp;&amp;
     121
     122mkdir -v build &amp;&amp;
    121123cd       build &amp;&amp;
    122124
    123 cmake -DCMAKE_BUILD_TYPE=Release          \
    124       -DCMAKE_INSTALL_PREFIX=/$LXQT_PREFIX \
    125       -DBUILD_TERMINAL=ON                  \
    126       -DUSE_QT5=true                       \
     125cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
     126      -DCMAKE_BUILD_TYPE=Release          \
     127      -DBUILD_TERMINAL=ON                 \
     128      -DUSE_QT5=true                      \
    127129      ..       &amp;&amp;
    128130
    129 make</userinput></screen>
     131LIBRARY_PATH=$LXQT_PREFIX/lib make</userinput></screen>
    130132
    131133    <para>
     
    149151  <sect2 role="commands">
    150152    <title>Command Explanations</title>
     153
     154    <para>
     155      <command>sed ... LibSuffix.cmake</command>: Removes the 64 from /lib64.
     156    </para>
     157
     158    <para>
     159      <envar>LIBRARY_PATH=$LXQT_PREFIX/lib</envar>: This environment
     160      variable is needed for the linker to find a required library.
     161    </para>
    151162
    152163    <para>
  • lxqt/apps/lximage-qt.xml

    r066acbb r4ea888eb  
    3535    </para>
    3636
    37     &lfs7a_checked;
     37    &lfs80_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • lxqt/apps/obconf-qt.xml

    r066acbb r4ea888eb  
    3434      <application>OpenBox</application> Qt based configuration tool.</para>
    3535
    36     &lfs7a_checked;
     36    &lfs80_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • lxqt/apps/pavucontrol-qt.xml

    r066acbb r4ea888eb  
    3636    </para>
    3737
    38     &lfs7a_checked;
     38    &lfs80_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • lxqt/apps/qscintilla.xml

    r066acbb r4ea888eb  
    77  <!ENTITY qscintilla-download-http "&sourceforge-repo;/pyqt/QScintilla_gpl-&qscintilla-version;.tar.gz">
    88  <!ENTITY qscintilla-download-ftp  " ">
    9   <!ENTITY qscintilla-md5sum        "e60d61ca1ee1dca8df25fe15d8ca7112">
    10   <!ENTITY qscintilla-size          "2.4 MB">
    11   <!ENTITY qscintilla-buildsize     "25 MB (with documentation)">
    12   <!ENTITY qscintilla-time          "1.4 SBU (with documentation)">
     9  <!ENTITY qscintilla-md5sum        "a61eb0d598b6787de18450574c2ad3b4">
     10  <!ENTITY qscintilla-size          "2.5 MB">
     11  <!ENTITY qscintilla-buildsize     "27 MB (with documentation)">
     12  <!ENTITY qscintilla-time          "1.5 SBU (with documentation)">
    1313]>
    1414
     
    4242    </para>
    4343
    44     &lfs7a_checked;
     44    &lfs80_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    131131<screen role="root"><userinput>make install &amp;&amp;
    132132
    133 ln -sfv libqscintilla2.so.12.0.2 $QT5DIR/lib/libqt5scintilla2.so &amp;&amp;
    134 ln -sfv libqscintilla2.so.12.0.2 $QT5DIR/lib/libqt5scintilla2.so.12</userinput></screen>
     133ln -sfv libqscintilla2_qt5.so.13.0.0 $QT5DIR/lib/libqt5scintilla2.so</userinput></screen>
    135134
    136135    <para>
     
    148147
    149148    <para>
    150       <command>ln -sfv ...</command>: These commands create compatibility
    151       symlinks needed by some programs.
     149      <command>ln -sfv ...</command>: This command creates a compatibility
     150      symlink needed by some programs.
    152151    </para>
    153152
     
    167166        </seg>
    168167        <seg>
    169           $QT5DIR/lib/libqt5scintilla2.so
     168          $QT5DIR/lib/libqt5scintilla2.so (link to libqscintilla2_qt5.so) and
     169          $QT5DIR/lib/libqscintilla2_qt5.so
    170170        </seg>
    171171        <seg>
     
    180180      <?dbhtml list-presentation="table"?>
    181181
    182       <varlistentry id="libqt5scintilla2">
    183         <term><filename class="libraryfile">libqt5scintilla2.so</filename></term>
     182      <varlistentry id="libqscintilla2_qt5">
     183        <term><filename class="libraryfile">libqscintilla2_qt5.so</filename></term>
    184184        <listitem>
    185185          <para>
     
    187187            <application>Qt5</application> API functions.
    188188          </para>
    189           <indexterm zone="qscintilla libqt5scintilla2">
    190             <primary sortas="c-libqt5scintilla2">libqt5scintilla2.so</primary>
    191           </indexterm>
    192         </listitem>
    193       </varlistentry>
    194 
    195       <varlistentry id="libqscintilla2">
    196         <term><filename class="libraryfile">libqscintilla2.so</filename></term>
    197         <listitem>
    198           <para>
    199             contains the <application>QScintilla</application>
    200             <application>Qt4</application> API functions.
    201           </para>
    202           <indexterm zone="qscintilla libqscintilla2">
    203             <primary sortas="c-libqscintilla2">libqscintilla2.so</primary>
     189          <indexterm zone="qscintilla libqscintilla2_qt5">
     190            <primary sortas="c-libqscintilla2_qt5.so">libqscintilla2_qt5.so</primary>
    204191          </indexterm>
    205192        </listitem>
  • lxqt/apps/qterminal.xml

    r066acbb r4ea888eb  
    3636    </para>
    3737
    38     &lfs7a_checked;
     38    &lfs80_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    105105cd       build &amp;&amp;
    106106
    107 cmake -DCMAKE_BUILD_TYPE=Release          \
    108       -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
     107cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
     108      -DCMAKE_BUILD_TYPE=Release          \
    109109      -DPULL_TRANSLATIONS=no              \
    110110      ..       &amp;&amp;
    111111
    112 make</userinput></screen>
     112LIBRARY_PATH=$LXQT_PREFIX/lib make</userinput></screen>
    113113
    114114    <para>
     
    173173  <sect2 role="commands">
    174174    <title>Command Explanations</title>
     175
     176    <para>
     177      <envar>LIBRARY_PATH=$LXQT_PREFIX/lib</envar>: This environment
     178      variable is needed for the linker to find a required library.
     179    </para>
    175180
    176181    <para>
  • lxqt/apps/qtermwidget.xml

    r066acbb r4ea888eb  
    3535    </para>
    3636
    37     &lfs7a_checked;
     37    &lfs80_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.