Changeset f3429309 for kde/plasma5


Ignore:
Timestamp:
11/13/2015 02:24:57 PM (8 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.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:
9fd7f516
Parents:
6c91a92a
Message:
  • mupdf-1.8: minor reformat.
  • removing spaces from EOL, from Denis Mugnier.
  • BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate the book. One chunck had been removed. Bruce, please check if it is OK, now.

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

Location:
kde/plasma5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kde/plasma5/plasma-all.xml

    r6c91a92a rf3429309  
    6262  <bridgehead renderas="sect4">Required</bridgehead>
    6363  <para role="required">
    64     <xref linkend="fontforge"/>, 
    65     <xref linkend="gtk2"/>, 
    66     <xref linkend="gtk3"/>, 
     64    <xref linkend="fontforge"/>,
     65    <xref linkend="gtk2"/>,
     66    <xref linkend="gtk3"/>,
    6767    <xref linkend="kf5-frameworks"/>,
    6868    <xref linkend="libpwquality"/>,
    6969    <xref linkend="libxkbcommon"/>,
    7070    <xref linkend="mesa"/> built with <xref linkend="wayland"/>,
    71     <xref linkend="NetworkManager"/>, 
    72     <xref linkend="pulseaudio"/>, 
    73     <xref linkend="python2"/>, 
    74     <xref linkend="taglib"/>, and 
     71    <xref linkend="NetworkManager"/>,
     72    <xref linkend="pulseaudio"/>,
     73    <xref linkend="python2"/>,
     74    <xref linkend="taglib"/>, and
    7575    <xref linkend="xcb-util-cursor"/>
    7676  </para>
     
    7878  <bridgehead renderas="sect4">Recommended</bridgehead>
    7979  <para role="recommended">
    80     <xref linkend="libdbusmenu-qt"/>, 
    81     <xref linkend="libcanberra"/>, 
    82     <xref linkend="libinput"/>, 
     80    <xref linkend="libdbusmenu-qt"/>,
     81    <xref linkend="libcanberra"/>,
     82    <xref linkend="libinput"/>,
    8383    <xref linkend="linux-pam"/>,
    84     <xref linkend="lm_sensors"/>, 
     84    <xref linkend="lm_sensors"/>,
    8585    <xref linkend="oxygen-icons"/>, and
    8686    <xref linkend="pciutils"/>
     
    111111      <command>wget</command> to fetch them all at once:
    112112    </para>
    113  
     113
    114114<screen><userinput>url=http://download.kde.org/stable/plasma/&plasma5-version;/
    115115wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
    116116<literal>
    117 The options used here are: 
     117The options used here are:
    118118  -r            recurse through child directories
    119119  -nH           disable generation of host-prefixed directories
     
    196196    if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
    197197    file=$(echo $line | cut -d" " -f2)
    198    
     198
    199199    pkg=$(echo $file|sed 's|^.*/||')          # Remove directory
    200200    packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
  • kde/plasma5/plasma5.xml

    r6c91a92a rf3429309  
    1515
    1616  <title>KDE Plasma 5</title>
    17  
     17
    1818  <para>KDE Plasma 5 is a desktop environment built using KDE Frameworks 5 and
    1919  QML which runs on top of a fully hardware accelerated graphics stack using
     
    2222  <para>Because KDE Plasma 5 is so new, there are issues preventing proper
    2323  operation on some systems in the LFS environment.  When these issues are
    24   worked out, then the build instructions will be added here.  For more 
     24  worked out, then the build instructions will be added here.  For more
    2525  information, see <ulink url="https://www.kde.org/announcements/plasma-5.4.0.php"/>.
    2626  </para>
Note: See TracChangeset for help on using the changeset viewer.