Ignore:
Timestamp:
06/26/2015 07:39:08 PM (9 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.8, 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:
ecb22c1
Parents:
338015f
Message:

Reorganize KDE to support KDE Frameworks 5.
Move several packages to the introduction that are common to KDE4 and FK5.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kde/extra-cmake-modules.xml

    r338015f r632bfad  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../general.ent">
    55  %general-entities;
    66
    7    <!ENTITY extra-cmake-modules-version       "1.7.0">
    8    <!ENTITY extra-cmake-modules-download-http "&kf5-download-http;/extra-cmake-modules-&extra-cmake-modules-version;.tar.xz">
    9    <!ENTITY extra-cmake-modules-download-ftp  "&kf5-download-ftp;/extra-cmake-modules-&extra-cmake-modules-version;.tar.xz">
    10    <!ENTITY extra-cmake-modules-md5sum        "45fd1e6f38b23b00983e5eab9ba61d15">
    11    <!ENTITY extra-cmake-modules-size          "128 KB">
    12    <!ENTITY extra-cmake-modules-buildsize     "5.8 MB">
     7   <!ENTITY extra-cmake-modules-download-http "&kf5-download-http;/extra-cmake-modules-&kf5-version;.tar.xz">
     8   <!ENTITY extra-cmake-modules-download-ftp  "&kf5-download-ftp;/extra-cmake-modules-&kf5-version;.tar.xz">
     9   <!ENTITY extra-cmake-modules-md5sum        "0e1298c6fce735f06c789a173c0093ff">
     10   <!ENTITY extra-cmake-modules-size          "132 KB">
     11   <!ENTITY extra-cmake-modules-buildsize     "3.3 MB">
    1312   <!ENTITY extra-cmake-modules-time          "less than 0.1 SBU">
    1413]>
    1514
    16 <sect1 id="extra-cmake-modules" xreflabel="extra-cmake-modules-&extra-cmake-modules-version;">
     15<sect1 id="extra-cmake-modules" xreflabel="extra-cmake-modules-&kf5-version;">
    1716  <?dbhtml filename="extra-cmake-modules.html"?>
    1817
     
    2221  </sect1info>
    2322
    24   <title>extra-cmake-modules-&extra-cmake-modules-version;</title>
     23  <title>extra-cmake-modules-&kf5-version;</title>
    2524
    2625  <indexterm zone="extra-cmake-modules">
     
    3736    </para>
    3837
    39     &lfs77_checked;
     38    &lfs77_checked; &gcc5_checked;
    4039   
    4140    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8281    <bridgehead renderas="sect4">Optional</bridgehead>
    8382    <para role="optional">
    84       <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx (for building documentation)</ulink>
     83      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (for building documentation)
    8584    </para>
    8685
     
    107106      This package does not come with a test suite.
    108107    </para>
     108
     109    <note><para>
     110      Unlike other KF5 packages, this modle is installed in /usr because
     111      it can be used by some non-KF5 packages.
     112    </para></note>
    109113
    110114    <para>
Note: See TracChangeset for help on using the changeset viewer.