Changeset 43bb741 for x


Ignore:
Timestamp:
02/28/2014 11:16:23 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
49b241a
Parents:
7d7077e3
Message:

Finish checking KDE.
Tags and text updates.

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

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk-engines.xml

    r7d7077e3 r43bb741  
    3838    </para>
    3939
    40     &lfs74_checked;
     40    &lfs75_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/lib/qt5.xml

    r7d7077e3 r43bb741  
    169169    </note> -->
    170170
    171 <screen><userinput>export QTLINK=/usr
     171<screen><userinput>export QT5LINK=/usr
    172172
    173173./configure -prefix         /usr               \
     
    233233
    234234<screen><userinput>export QT5DIR=/opt/qt-&qt5-version; &amp;&amp;
    235 export QTLINK=/opt/qt5 &amp;&amp;
     235export QT5LINK=/opt/qt5 &amp;&amp;
    236236
    237237./configure -prefix     $QT5DIR  \
     
    288288    <para>
    289289      For all methods, install images and create the menu entries
    290       for installed applications.  Be sure that the <envar>QTLINK</envar>
     290      for installed applications.  Be sure that the <envar>QT5LINK</envar>
    291291      variable is defined in root's environment and
    292292      as the <systemitem class="username">root</systemitem> user:
     
    313313Name=Qt5 Assistant
    314314Comment=Shows Qt5 documentation and examples
    315 Exec=$QTLINK/bin/assistant
     315Exec=$QT5LINK/bin/assistant
    316316Icon=assistant-qt5.png
    317317Terminal=false
     
    326326GenericName=Interface Designer
    327327Comment=Design GUIs for Qt5 applications
    328 Exec=$QTLINK/bin/designer
     328Exec=$QT5LINK/bin/designer
    329329Icon=designer-qt5.png
    330330MimeType=application/x-designer;
     
    339339Name=Qt5 Linguist
    340340Comment=Add translations to Qt5 applications
    341 Exec=$QTLINK/bin/linguist
     341Exec=$QT5LINK/bin/linguist
    342342Icon=linguist-qt5.png
    343343MimeType=text/vnd.trolltech.linguist;application/x-linguist;
     
    353353GenericName=D-Bus Debugger
    354354Comment=Debug D-Bus applications
    355 Exec=$QTLINK/bin/qdbusviewer
     355Exec=$QT5LINK/bin/qdbusviewer
    356356Icon=qdbusviewer-qt5.png
    357357Terminal=false
     
    549549          /usr/share/qt5
    550550          OR
    551           /opy/qt5 and
     551          /opt/qt5 and
    552552          /opt/qt-&qt5-version;
    553553        </seg>
Note: See TracChangeset for help on using the changeset viewer.