Changeset 4ea888eb


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

Files:
39 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r066acbb r4ea888eb  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 20th &year;">
     9<!ENTITY releasedate  "February 21th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libstatgrab.xml

    r066acbb r4ea888eb  
    3838    </para>
    3939
    40     &lfs7a_checked;
     40    &lfs80_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genutils/xdg-user-dirs.xml

    r066acbb r4ea888eb  
    3939    </para>
    4040
    41     &lfs7a_checked;
     41    &lfs80_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    r066acbb r4ea888eb  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>February 20th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to QScintilla_gpl-2.10. Fixes
     49          <ulink url="&blfs-ticket-root;8903">#8903</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem revision="systemd">
    4555    <!-- ^^^ REMOVE REVISION TAG ABOVE IF THERE ARE ANY CHANGES TO sysv TODAY -->
  • 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>
  • lxqt/desktop/libfm-qt.xml

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

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

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

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

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

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

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

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

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

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

    r066acbb r4ea888eb  
    3535    </para>
    3636
    37     &lfs7a_checked;
     37    &lfs80_checked;
    3838
    3939    <note><para>This package is extracted from the KF5 set of packages.  If
  • lxqt/desktop/lxqt-kidletime.xml

    r066acbb r4ea888eb  
    3737    </para>
    3838
    39     &lfs7a_checked;
     39    &lfs80_checked;
    4040
    4141    <note><para>This package is extracted from the KF5 set of packages.  If
  • lxqt/desktop/lxqt-kwayland.xml

    r066acbb r4ea888eb  
    3636    </para>
    3737
    38     &lfs7a_checked;
     38    &lfs80_checked;
    3939
    4040    <note>
  • lxqt/desktop/lxqt-kwindowsystem.xml

    r066acbb r4ea888eb  
    3737    </para>
    3838
    39     &lfs7a_checked;
     39    &lfs80_checked;
    4040
    4141    <note><para>This package is extracted from the KF5 set of packages.  If
  • lxqt/desktop/lxqt-l10n.xml

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

    r066acbb r4ea888eb  
    3535    </para>
    3636
    37     &lfs7a_checked;
     37    &lfs80_checked;
    3838
    3939    <note>
  • lxqt/desktop/lxqt-notificationd.xml

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

    r066acbb r4ea888eb  
    3535    </para>
    3636
    37     &lfs7a_checked;
     37    &lfs80_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    116116<screen><userinput>sed -e 's:&lt;KF5/KWindowSystem/:&lt;:'               \
    117117    -i plugin-taskbar/lxqttaskgroup.{h,cpp}     &amp;&amp;
    118 sed -e '\@&lt;xcb/xkb.h@a #undef explicit'         \
     118
     119sed -e '/kbdinfo.h/i #undef explicit'           \
    119120    -i plugin-kbindicator/src/x11/kbdlayout.cpp &amp;&amp;
    120121
  • lxqt/desktop/lxqt-policykit.xml

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

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

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

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

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

    r066acbb r4ea888eb  
    3636    </para>
    3737
    38     &lfs7a_checked;
     38    &lfs80_checked;
    3939
    4040    <note><para>This package is extracted from the KF5 set of packages.  If
  • lxqt/desktop/pcmanfm-qt.xml

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

    r066acbb r4ea888eb  
    136136
    137137<screen role="root"><userinput>source /etc/profile                                       &amp;&amp;
    138 ln -sfv /usr/share/dbus-1        $LXQT_PREFIX/share       &amp;&amp;
    139138install -v -dm755                $LXQT_PREFIX/share/icons &amp;&amp;
    140 ln -sfv /usr/share/icons/hicolor $LXQT_PREFIX/share/icons</userinput></screen>
     139ln -sfv /usr/share/icons/hicolor $LXQT_PREFIX/share/icons &amp;&amp;
     140ln -sfv /usr/share/dbus-1        $LXQT_PREFIX/share </userinput></screen>
    141141
    142142    <tip>
  • packages.ent

    r066acbb r4ea888eb  
    679679<!ENTITY qterminal-version            "0.7.1">
    680680<!ENTITY qupzilla-version             "2.1.1">
    681 <!ENTITY qscintilla-version           "2.9.4">
     681<!ENTITY qscintilla-version           "2.10">
    682682<!ENTITY juffed-version               "0.10.r71.gc3c1a3f">
    683683
  • xsoft/other/other.xml

    r066acbb r4ea888eb  
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="transmission.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xarchiver.xml"/>
    37   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xchat.xml"/>
     37<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xchat.xml"/>-->
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xdg-utils.xml"/>
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xscreensaver.xml"/>
Note: See TracChangeset for help on using the changeset viewer.