Changeset a6bd736 for kde4


Ignore:
Timestamp:
03/04/2012 08:26:22 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
181662f
Parents:
4fef42f
Message:

Updated akonadi. Configuration polkit. Typo.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde4/core/akonadi.xml

    r4fef42f ra6bd736  
    77  <!ENTITY akonadi-download-http "http://mirrors.isc.org/pub/kde/stable/akonadi/src/akonadi-&akonadi-version;.tar.bz2">
    88  <!ENTITY akonadi-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/akonadi/src/akonadi-&akonadi-version;.tar.bz2">
    9   <!ENTITY akonadi-md5sum        "804309dca70ede35b4a654ab764e9079">
     9  <!ENTITY akonadi-md5sum        "54e0556d73c22c7b3393069071e0b717">
    1010  <!ENTITY akonadi-size          "206 KB">
    11   <!ENTITY akonadi-buildsize     "31 MB">
    12   <!ENTITY akonadi-time          "2.0 SBU">
     11  <!ENTITY akonadi-buildsize     "34 MB">
     12  <!ENTITY akonadi-time          "1.9 SBU">
    1313]>
    1414
     
    7474    <xref linkend="shared-mime-info"/>,
    7575    <xref linkend="boost"/>,
    76     <xref linkend="soprano"/>
    77     </para>
    78 
    79     <bridgehead renderas="sect4">Optional</bridgehead>
    80     <para role="optional">
     76    <xref linkend="soprano"/> and one of:
    8177    <xref linkend="sqlite"/>,
    82     <xref linkend="mysql"/> and
     78    <xref linkend="mysql"/> and 
    8379    <xref linkend="postgresql"/>
    8480    </para>
    85 
     81   
    8682    <para condition="html" role="usernotes">User Notes:
    8783    <ulink url="&blfs-wiki;/akonadi"/></para>
     
    9288    <title>Installation of Akonadi</title>
    9389
    94     <para>Install <application>akonadi</application> by running the following
    95     commands:</para>
     90    <para>Create a build directory:</para>
    9691
    9792<screen><userinput>mkdir build &amp;&amp;
    9893cd build</userinput></screen>
    9994
    100     <para>Prepare the package for compilation:</para>
     95    <para>Install <application>akonadi</application> by running the following
     96    commands:</para>
    10197       
    10298<screen><userinput>CMAKE_PREFIX_PATH=$QT4DIR \
    103     cmake -DCMAKE_INSTALL_PREFIX=&kde4-dir; .. &amp;&amp;
     99      cmake -DCMAKE_INSTALL_PREFIX=&kde4-dir; .. &amp;&amp;
    104100make</userinput></screen>
    105101
Note: See TracChangeset for help on using the changeset viewer.