Ignore:
Timestamp:
08/04/2013 04:28:54 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fe857ad2
Parents:
07191f0
Message:

more kde updates, akonadi, attica and shared-desktop-ontologies

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/attica.xml

    r07191f0 rbb8b9b5e  
    55  %general-entities;
    66
    7   <!ENTITY attica-download-http "http://mirrors.isc.org/pub/kde/stable/attica/attica-&attica-version;.tar.bz2">
    8   <!ENTITY attica-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/attica/attica-&attica-version;.tar.bz2">
    9   <!ENTITY attica-md5sum        "b90983ec5d79e5ddcbc9146fa23cab72">
     7  <!ENTITY attica-download-http "&kde-download-http;attica/attica-&attica-version;.tar.bz2">
     8  <!ENTITY attica-download-ftp  "&kde-download-ftp;attica/attica-&attica-version;.tar.bz2">
     9  <!ENTITY attica-md5sum        "d62c5c9489a68432e8d990dde7680c24">
    1010  <!ENTITY attica-size          "59 KB">
    1111  <!ENTITY attica-buildsize     "7.5 MB">
     
    1313]>
    1414
    15 <sect1 id="attica" xreflabel="attica-&attica-version;">
     15<sect1 id="attica" xreflabel="Attica-&attica-version;">
    1616  <?dbhtml filename="attica.html"?>
    1717
     
    5757    </itemizedlist>
    5858
    59 <!--
    60     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    61     <itemizedlist spacing='compact'>
    62       <listitem>
    63         <para>Required patch: <ulink
    64         url="&patch-root;/attica-&attica-version;-fixes-1.patch"/></para>
    65       </listitem>
    66     </itemizedlist>
    67 -->
    68 
    6959    <bridgehead renderas="sect3">Attica Dependencies</bridgehead>
    7060
     
    8373    <title>Installation of Attica</title>
    8474
    85     <para>Install <application>attica</application> by running the following
     75    <para>Install <application>Attica</application> by running the following
    8676    commands:</para>
    8777
    8878<screen><userinput>mkdir build &amp;&amp;
    8979cd build &amp;&amp;
    90 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; .. &amp;&amp;
     80cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
     81      -DCMAKE_BUILD_TYPE=Release \
     82      .. &amp;&amp;
    9183make</userinput></screen>
    9284
     
    9890
    9991  </sect2>
    100 <!--
     92
    10193  <sect2 role="commands">
    10294    <title>Command Explanations</title>
    10395
    104     <para><option>- -xyz</option>: This option is set for ...</para>
     96    <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
     97    a higher level of compiler optimizations.</para>
    10598
    10699  </sect2>
    107 -->
     100
    108101  <sect2 role="content">
    109102    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.