Ignore:
Timestamp:
11/03/2015 02:11:07 AM (8 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.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:
384c4d6
Parents:
11e3cb6b
Message:

Update Plasma5 section. The page is not yet finished.
Add libxkbcommon and xcb-util-cursor needed for KDE Plasma5.
Remove unneeded option from libgpg-error.
Updated KF5 profile initialization scripts.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-intro.xml

    r11e3cb6b r1c8d0ff  
    5353pathappend /usr/lib/qt5/plugins    QT_PLUGIN_PATH
    5454pathappend $QT5DIR/lib/plugins     QT_PLUGIN_PATH
    55 
    56 pathappend /usr/lib/qt5/qml        QML_IMPORT_PATH
    57 pathappend $QT5DIR/lib/qml         QML_IMPORT_PATH
    5855
    5956pathappend /usr/lib/qt5/qml        QML2_IMPORT_PATH
     
    107104<literal># Begin /etc/profile.d/kf5.sh
    108105
    109 . /etc/profile.d/qt5.sh
    110 
    111106export KF5_PREFIX=/opt/kf5
    112107
     
    119114pathappend $KF5_PREFIX/share           XDG_DATA_DIRS
    120115
    121 pathappend /usr/lib/qt5/plugins        QT_PLUGIN_PATH
    122 pathappend $QT5DIR/plugins             QT_PLUGIN_PATH
    123116pathappend $KF5_PREFIX/lib/plugins     QT_PLUGIN_PATH
    124117
    125 pathappend /usr/lib/qt5/qml            QML_IMPORT_PATH
    126 pathappend $QT5DIR/qml                 QML_IMPORT_PATH
    127 pathappend $KF5_PREFIX/lib/qml         QML_IMPORT_PATH
    128 
    129 pathappend /usr/lib/qt5/qml            QML2_IMPORT_PATH
    130 pathappend $QT5DIR/qml                 QML2_IMPORT_PATH
    131118pathappend $KF5_PREFIX/lib/qml         QML2_IMPORT_PATH
    132119
     
    140127
    141128pathappend $QT5DIR/plugins             QT_PLUGIN_PATH
    142 pathappend $QT5DIR/qml                 QML_IMPORT_PATH
    143129pathappend $QT5DIR/qml                 QML2_IMPORT_PATH
    144130
Note: See TracChangeset for help on using the changeset viewer.