Changeset b9ae33f


Ignore:
Timestamp:
08/17/2014 03:38:57 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
ed99bef
Parents:
0670cc0
Message:

Fixes to KDE5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13935 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
kde5
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kde5/frameworks/intro.xml

    r0670cc0 rb9ae33f  
    6464export KF5_PREFIX=/usr
    6565export KF5_SYSCONFDIR=/etc
    66 
    67 export QT_SELECT=qt5
    6866
    6967pathappend /usr/lib/qt5/plugins        QT_PLUGIN_PATH
     
    114112export KF5_PREFIX=/opt/kf5
    115113export KF5_SYSCONFDIR=$KF5_PREFIX/etc
    116 
    117 export QT_SELECT=qt5
    118114
    119115pathappend $KF5_PREFIX                             CMAKE_PREFIX_PATH
  • kde5/frameworks/kdelibs4support.xml

    r0670cc0 rb9ae33f  
    8686
    8787    <para>
     88      Fix detection of <application>DocBook XML</application> by running
     89      the following command:
     90    </para>
     91
     92<screen><userinput>sed -i "s:4.2:4.5:g" cmake/FindDocBookXML4.cmake</userinput></screen>
     93
     94    <para>
    8895      Install <application>KDELibs4Support</application> by running the following
    8996      commands:
  • kde5/plasma/plasma-workspace.xml

    r0670cc0 rb9ae33f  
    140140
    141141<screen role="root"><userinput>make install</userinput></screen>
     142
     143    <para>
     144      Make the startup script call <command>qtpaths-qt5</command> instead of
     145      <command>qtpaths</command> in case <application>qtchooser</application>
     146      is being used by running the following command as the
     147      <systemitem class="username">root</systemitem> user:
     148    </para>
     149
     150<screen role="root"><userinput>sed -i "s:qtpaths:&amp;-qt5:g" $KF5_PREFIX/bin/startkde</userinput></screen>
    142151
    143152  </sect2>
Note: See TracChangeset for help on using the changeset viewer.