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

File:
1 edited

Legend:

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

    r6c91a92a rf3429309  
    8383    <xref linkend="aspell"/> (Dictionary backend for Sonnet),
    8484    <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
    85     <xref linkend="libdbusmenu-qt"/> (built with qt5), 
     85    <xref linkend="libdbusmenu-qt"/> (built with qt5),
    8686    <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
    8787    <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
     
    145145      <command>wget</command> to fetch them all at once:
    146146    </para>
    147  
     147
    148148<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
    149149wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
    150150<literal>
    151 The options used here are: 
     151The options used here are:
    152152  -r            recurse through child directories
    153153  -nH           disable generation of host-prefixed directories
     
    273273    if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
    274274    file=$(echo $line | cut -d" " -f2)
    275    
     275
    276276    pkg=$(echo $file|sed 's|^.*/||')          # Remove directory
    277277    packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
     
    288288            -DLIB_INSTALL_DIR=lib              \
    289289            -DBUILD_TESTING=OFF                \
    290             -Wno-dev .. 
     290            -Wno-dev ..
    291291      make
    292292      as_root make install
     
    307307    If the installed directory is not /usr, rename the directory and create a
    308308    symlink:</para>
    309    
     309
    310310    <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
    311311ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
     
    349349      <seglistitem>
    350350        <seg>
    351           There are 53 programs installed in /opt/kf5/bin. 
     351          There are 53 programs installed in /opt/kf5/bin.
    352352        </seg>
    353353        <seg>
    354           There are too many kf5 libraries (79) to list separately. 
     354          There are too many kf5 libraries (79) to list separately.
    355355        </seg>
    356356        <seg>
     
    506506        <listitem>
    507507          <para>
    508             executes kross scripts written in KDE Javascript, Python, Ruby, 
     508            executes kross scripts written in KDE Javascript, Python, Ruby,
    509509            Java and Falcon.
    510510          </para>
     
    690690          <para>
    691691            is a command line tool to write values in KDE
    692             configuration files. 
     692            configuration files.
    693693          </para>
    694694          <indexterm zone="kf5-frameworks kwriteconfig5">
     
    703703          <para>
    704704            converts DocBook files to HTML.
    705           </para> 
     705          </para>
    706706          <indexterm zone="kf5-frameworks meinproc5">
    707707            <primary sortas="b-meinproc5">meinproc5</primary>
Note: See TracChangeset for help on using the changeset viewer.