Changeset 21c0f032 for x


Ignore:
Timestamp:
06/26/2015 12:22:19 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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, nosym, 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:
9c20252
Parents:
c2de366
Message:

Tag CVS-1.11.23 for gcc5 and include Command Explanations.
Qt-4.8.7 and Qt-5.4.2: typos, tweaks and fixes.

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

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt4.xml

    rc2de366 r21c0f032  
    88  <!ENTITY qt4-url   "http://download.qt-project.org/official_releases/qt/&qt4-major;">
    99
    10   <!ENTITY qt4-download-http
    11            "&qt4-url;;/&qt4-version;/qt-everywhere-opensource-src-&qt4-version;.tar.gz">
     10  <!ENTITY qt4-download-http "&qt4-url;/&qt4-version;/qt-everywhere-opensource-src-&qt4-version;.tar.gz">
    1211  <!ENTITY qt4-download-ftp  " ">
    1312  <!ENTITY qt4-md5sum        "d990ee66bf7ab0c785589776f35ba6ad">
     
    184183      <para>
    185184        The build time and space required for the full
    186         <application>Qt3</application> is quite long. The instructions below do
     185        <application>Qt4</application> is quite long. The instructions below do
    187186        not build the tutorials and examples. Removing the
    188187        <parameter>-nomake</parameter> lines will create a complete build.
     
    240239<screen role="root"><userinput>make install &amp;&amp;
    241240rm -rf $QT4PREFIX/tests</userinput></screen>
    242 
     241<!--
    243242    <para>
    244243      Remove references to the build directory from the installed
     
    247246    </para>
    248247
    249 <screen><userinput>find $QT4PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
    250 
    251     <para>
    252       Remove references to the build directory in the installed library dependency
    253       (prl) files by running the following command as the
     248<screen><userinput>find $QT4PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>-->
     249
     250    <para>
     251      Remove references to the build directory in the installed library
     252      dependency (prl) files by running the following command as the
    254253      <systemitem class="username">root</systemitem> user:
    255254    </para>
  • x/lib/qt5.xml

    rc2de366 r21c0f032  
    253253
    254254<screen role="root"><userinput>make install</userinput></screen>
    255 
     255<!--
    256256    <para>
    257257      Remove references to the build directory from the installed
     
    260260    </para>
    261261
    262 <screen><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
    263 
    264     <para>
    265       Remove references to the build directory from installed library dependency
    266       (prl) and profile include (pri) files by running the following commands as
    267       the <systemitem class="username">root</systemitem> user:
    268     </para>
    269 
    270 <screen role="root"><userinput>sed -e "s:$PWD/qtbase:/usr/lib/qt5:g" \
    271     -i $QT5PREFIX/lib/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri &amp;&amp;
    272 
    273 find $QT5PREFIX/lib/lib{qgsttools_p,Qt5*}.prl -exec sed -i -r \
    274      '/^QMAKE_PRL_BUILD_DIR/d;s/(QMAKE_PRL_LIBS =).*/\1/' {} \;</userinput></screen>
     262<screen><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>-->
     263
     264    <para>
     265      Remove references to the build directory from installed library
     266      dependency (prl) and profile include (pri) files by running the following
     267      commands as the <systemitem class="username">root</systemitem> user:
     268    </para>
     269
     270<screen role="root"><userinput>find $QT5PREFIX -name qt_lib_bootstrap_private.pri \
     271   -exec sed -i -e "s:$PWD/qtbase:/$QT5PREFIX/lib/:g" {} \; &amp;&amp;
     272
     273find $QT5PREFIX -name \*.prl \
     274   -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
    275275
    276276    <para>
     
    354354EOF</userinput></screen>
    355355
    356     <para>Some packages such as <xref linkend='vlc'/> look for certain
     356    <para>Some packages<!-- such as <xref linkend='vlc'/>--> look for certain
    357357    executables with a -qt5 suffix.  Run the following command as the root user
    358358    to create the necessary symlinks:</para>
Note: See TracChangeset for help on using the changeset viewer.