Changeset 65ce93a for kde/add/kdepim.xml


Ignore:
Timestamp:
01/07/2009 07:33:33 AM (15 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.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:
9430c7e8
Parents:
32844d98
Message:

Updated to kde-3.5.10/kevelop-3.5.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdepim.xml

    r32844d98 r65ce93a  
    66  <!ENTITY kdepim-download-http "&kde-download-http;/kdepim-&kde-version;.tar.bz2">
    77  <!ENTITY kdepim-download-ftp  "&kde-download-ftp;/kdepim-&kde-version;.tar.bz2">
    8   <!ENTITY kdepim-md5sum        "ba27b06599556c572a26f03608471ee2">
    9   <!ENTITY kdepim-size          "14.0 MB">
    10   <!ENTITY kdepim-buildsize     "281 MB (additional 251 MB for API docs)">
    11   <!ENTITY kdepim-time          "22 SBU (additional 1 SBU for API docs)">
     8  <!ENTITY kdepim-md5sum        "fc93e458a8eec8131ede56cff30c28b2">
     9  <!ENTITY kdepim-size          "13.9 MB">
     10  <!ENTITY kdepim-buildsize     "267 MB (additional 245 MB for API docs)">
     11  <!ENTITY kdepim-time          "24 SBU (additional 0.9 SBU for API docs)">
    1212]>
    1313
     
    9292    <para>Install <application>kdepim</application> with:</para>
    9393
    94 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     94<screen><userinput>sed -i "s@ \*/@&amp;\n#define HAVE_FOPENCOOKIE@" \
     95    libkdenetwork/libgpgme-copy/{assuan,gpgme}/funopen.c &amp;&amp;
     96sed -i -e 's|linux/inotify|sys/inotify|'                 \
     97       -e '/^static inline int inotify_init/,/^}/d'      \
     98       -e '/^static inline int inotify_add_watch/,/^}/d' \
     99       -e '/^static inline int inotify_rm_watch/,/^}/d'  \
     100       kmail/editorwatcher.cpp &amp;&amp;
     101./configure --prefix=&kde-dir; --disable-debug \
    95102    --disable-dependency-tracking &amp;&amp;
    96 sed -i "s@ \*/@&amp;\n#define HAVE_FOPENCOOKIE@" \
    97     libkdenetwork/libgpgme-copy/{assuan,gpgme}/funopen.c &amp;&amp;
    98103make</userinput></screen>
    99104
     
    106111
    107112<screen role="root"><userinput>make install</userinput></screen>
     113
     114  </sect2>
     115
     116  <sect2 role="commands">
     117    <title>Command Explanations</title>
     118
     119    <para><command>sed -i ... funopen.c</command>: This prevents an error
     120    during build that is caused by <command>configure</command> not
     121    properly detecting a capability built into <filename>glibc</filename>.
     122    </para>
     123
     124    <para><command>sed -i ... kmail/editorwatcher.cpp</command>: This This
     125    command is necessary to prevent a conflict in linux headers. The equivalent
     126    instructions that are deleted are now within glibc.</para>
    108127
    109128  </sect2>
Note: See TracChangeset for help on using the changeset viewer.