Changeset 05060e1


Ignore:
Timestamp:
09/20/2015 05:16:53 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
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:
60d53ec3
Parents:
bc1fb5d
Message:

Missing role and cosmetics again on qt libs

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

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt4.xml

    rbc1fb5d r05060e1  
    278278      Remove references to the build directory from the installed
    279279      <filename class="extension">.pc</filename> files by running
    280       the following command:
    281     </para>
    282 
    283 <screen><userinput>find $QT4PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
     280      the following command as the
     281      <systemitem class="username">root</systemitem> user:
     282    </para>
     283
     284<screen role="root"><userinput>find $QT4PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
    284285
    285286    <para>
     
    421422EOF</userinput></screen>
    422423
    423     <para>Some packages such as <xref linkend='vlc'/> look for certain
    424     executables with a -qt4 suffix.  Run the following command as the root user
    425     to create the necessary symlinks:</para>
     424    <para>
     425      Some packages such as <xref linkend='vlc'/> look for certain
     426      executables with a -qt4 suffix.  Run the following command as the
     427      <systemitem class="username">root</systemitem> user
     428      to create the necessary symlinks:
     429    </para>
    426430
    427431<screen role="root"><userinput>for file in moc uic rcc qmake lconvert lrelease lupdate; do
  • x/lib/qt5.xml

    rbc1fb5d r05060e1  
    255255      Remove references to the build directory from the installed
    256256      <filename class="extension">.pc</filename> files by running
    257       the following command:
    258     </para>
    259 
    260 <screen><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
     257      the following command as the
     258      <systemitem class="username">root</systemitem> user:
     259    </para>
     260
     261<screen role="root"><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
    261262
    262263    <para>
     
    352353EOF</userinput></screen>
    353354
    354     <para>Some packages such as <xref linkend='vlc'/> look for certain
    355     executables with a -qt5 suffix.  Run the following command as the root user
    356     to create the necessary symlinks:</para>
     355    <para>
     356      Some packages such as <xref linkend='vlc'/> look for certain
     357      executables with a -qt5 suffix.  Run the following command as the
     358      <systemitem class="username">root</systemitem> user
     359      to create the necessary symlinks:
     360    </para>
    357361
    358362<screen role="root"><userinput>for file in moc uic rcc qmake lconvert lrelease lupdate; do
Note: See TracChangeset for help on using the changeset viewer.