Changeset df46eec for kde/add/kdepim.xml


Ignore:
Timestamp:
01/08/2012 08:53:26 PM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
1db225b9
Parents:
716ca8aa
Message:

Finish KDE3/Trinity

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdepim.xml

    r716ca8aa rdf46eec  
    66  <!ENTITY kdepim-download-http "&trinity-repo-http;/kdepim-&kde-version;.tar.gz">
    77  <!ENTITY kdepim-download-ftp  "&trinity-repo-ftp;/kdepim-&kde-version;.tar.gz">
    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)">
     8  <!ENTITY kdepim-md5sum        "4488062d5400bdd99642fe0b72ebcf9a">
     9  <!ENTITY kdepim-size          "12.8 MB">
     10  <!ENTITY kdepim-buildsize     "347 MB">
     11  <!ENTITY kdepim-time          "6.4 SBU">
    1212]>
    1313
     
    3333    Programs include a contact manager, calendar, mail utilities, newsreader,
    3434    X.509 certificate manager, and sticky notes.</para>
     35
     36    &lfs70_checked;
    3537
    3638    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8890      <xref linkend="pilot-link"/>,
    8991      <xref linkend="gnupg"/> or
    90       <ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink>
    91         (requires <xref linkend="gnupg2"/>),
     92      <xref linkend="gpgme"/>,
    9293      <ulink url="http://www.opensync.org">OpenSync</ulink>,
    9394      <ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>,
     
    109110    <para>Install <application>kdepim</application> with:</para>
    110111
    111 <screen><userinput>sed -i "s@ \*/@&amp;\n#define HAVE_FOPENCOOKIE@" \
    112     libkdenetwork/libgpgme-copy/{assuan,gpgme}/funopen.c &amp;&amp;
    113 sed -i -e 's|linux/inotify|sys/inotify|'                 \
    114        -e '/^static inline int inotify_init/,/^}/d'      \
    115        -e '/^static inline int inotify_add_watch/,/^}/d' \
    116        -e '/^static inline int inotify_rm_watch/,/^}/d'  \
    117        kmail/editorwatcher.cpp &amp;&amp;
    118 patch -Np1 -i ../kdepim-&kde-version;-charset-1.patch &amp;&amp;
    119 ./configure --prefix=&kde-dir; --disable-debug \
    120     --disable-dependency-tracking &amp;&amp;
     112<screen><userinput>KDEPIM=`pwd`         &amp;&amp;
     113rm -rf   $MAKEDIR    &amp;&amp;
     114mkdir -p $MAKEDIR    &amp;&amp;
     115cd       $MAKEDIR    &amp;&amp;
     116
     117cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
     118      -DCMAKE_VERBOSE_MAKEFILE=ON            \
     119      -DWITH_ARTS=ON                         \
     120      -DBUILD_ALL=ON                         \
     121      -DBUILD_INDEXLIB=OFF                   \
     122      $KDEPIM        &amp;&amp;
     123
     124unset KDEPIM MAKEDIR &amp;&amp;
    121125make</userinput></screen>
    122126
     
    135139    <title>Command Explanations</title>
    136140
    137     <para><command>sed -i ... funopen.c</command>: This prevents an error
    138     during build that is caused by <command>configure</command> not
    139     properly detecting a capability built into <filename>glibc</filename>.
    140     </para>
    141 
    142     <para><command>sed -i ... kmail/editorwatcher.cpp</command>: This This
    143     command is necessary to prevent a conflict in linux headers. The equivalent
    144     instructions that are deleted are now within glibc.</para>
     141    <para><option>-DBUILD_INDEXLIB=OFF</option>: This option requires
     142    <ulink url="http://www.boost.org">Boost</ulink>.</para>
    145143
    146144  </sect2>
Note: See TracChangeset for help on using the changeset viewer.