Changeset df46eec for kde/add


Ignore:
Timestamp:
01/08/2012 08:53:26 PM (12 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:
1db225b
Parents:
716ca8aa
Message:

Finish KDE3/Trinity

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

Location:
kde/add
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kde-i18n.xml

    r716ca8aa rdf46eec  
    3333    packages to customize <application>KDE</application> for different
    3434    languages and locales around the world.</para>
     35
     36    <para>This section has not been tested by the BLFS Editors.</para>
    3537
    3638    <bridgehead renderas="sect3">Package Information</bridgehead>
  • kde/add/kdeaddons.xml

    r716ca8aa rdf46eec  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6   <!ENTITY kdeaddons-download-http "&kde-download-http;/kdeaddons-&kde-version;.tar.bz2">
    7   <!ENTITY kdeaddons-download-ftp  "&kde-download-ftp;/kdeaddons-&kde-version;.tar.bz2">
    8   <!ENTITY kdeaddons-md5sum        "c69d082407b2c1bb46d078f8ac5d2bea">
    9   <!ENTITY kdeaddons-size          "1.7 MB">
    10   <!ENTITY kdeaddons-buildsize     "42 MB">
    11   <!ENTITY kdeaddons-time          "3.5 SBU">
     6  <!ENTITY kdeaddons-download-http "&trinity-repo-http;/kdeaddons-&trinity-version;.tar.gz">
     7  <!ENTITY kdeaddons-download-ftp  "&trinity-repo-ftp;/kdeaddons-&trinity-version;.tar.gz">
     8  <!ENTITY kdeaddons-md5sum        "f5fa96a5d99d1bc33600f609881eaee6">
     9  <!ENTITY kdeaddons-size          "1.5 MB">
     10  <!ENTITY kdeaddons-buildsize     "209 MB">
     11  <!ENTITY kdeaddons-time          "2.2 SBU">
    1212]>
    1313
    14 <sect1 id="kdeaddons" xreflabel="kdeaddons-&kde-version;">
     14<sect1 id="kdeaddons" xreflabel="kdeaddons-&trinity-version;">
    1515  <?dbhtml filename="kdeaddons.html"?>
    1616
     
    2020  </sect1info>
    2121
    22   <title>Kdeaddons-&kde-version;</title>
     22  <title>Kdeaddons-&trinity-version;</title>
    2323
    2424  <indexterm zone="kdeaddons">
     
    3232    <application>konqueror</application>, <application>kate</application>, and
    3333    <application>kicker</application>.</para>
     34
     35    &lfs70_checked;
    3436
    3537    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5860
    5961    <bridgehead renderas="sect4">Required</bridgehead>
    60     <para role="required"><xref linkend="kdebase"/></para>
     62    <para role="required">
     63      <xref linkend="kdebase"/>
     64    </para>
    6165
    6266    <bridgehead renderas="sect4">Recommended</bridgehead>
    63     <para role="recommended"><xref linkend="libjpeg"/> and
    64     <xref linkend="libxml2"/></para>
     67    <para role="recommended">
     68      <xref linkend="libjpeg"/> and
     69      <xref linkend="libxml2"/>
     70    </para>
    6571
    6672    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="kdenetwork"/>,
    68     <xref linkend="kdemultimedia"/>,
    69     <xref linkend="kdepim"/>,
    70     <xref linkend="kdegames"/>,
    71     <xref linkend="db"/>,
    72     <!-- <xref linkend="xmms"/>, -->and
    73     <xref linkend="sdl"/></para>
     73    <para role="optional">
     74      <xref linkend="kdenetwork"/>,
     75      <xref linkend="kdemultimedia"/>,
     76      <xref linkend="kdepim"/>,
     77      <xref linkend="kdegames"/>,
     78      <xref linkend="db"/>,
     79      <!-- <xref linkend="xmms"/>, -->and
     80      <xref linkend="sdl"/>
     81    </para>
    7482
    7583    <para condition="html" role="usernotes">User Notes:
     
    8391    <para>Install <application>kdeaddons</application> with:</para>
    8492
    85 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
    86     --disable-dependency-tracking &amp;&amp;
     93<screen><userinput>cp -v /usr/share/aclocal/libtool.m4       admin/libtool.m4.in &amp;&amp;
     94cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh     &amp;&amp;
     95sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@"   \
     96          admin/acinclude.m4.in                               &amp;&amp;
     97make -f admin/Makefile.common                                 &amp;&amp;
     98
     99./configure --prefix=$TRINITY_PREFIX \
     100            --enable-closure         \
     101            --sysconfdir=/etc        \
     102            --localstatedir=/var     \
     103            --with-extra-libs=$TRINITY_PREFIX/lib &amp;&amp;
     104
    87105make</userinput></screen>
    88106
  • kde/add/kdeedu.xml

    r716ca8aa rdf46eec  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6   <!ENTITY kdeedu-download-http "&kde-download-http;/kdeedu-&kde-version;.tar.bz2">
    7   <!ENTITY kdeedu-download-ftp  "&kde-download-ftp;/kdeedu-&kde-version;.tar.bz2">
    8   <!ENTITY kdeedu-md5sum        "1b1466bf4cb0a59b1abd8613a2588142">
    9   <!ENTITY kdeedu-size          "28.8 MB">
    10   <!ENTITY kdeedu-buildsize     "198 MB">
    11   <!ENTITY kdeedu-time          "7.7 SBU">
     6  <!ENTITY kdeedu-download-http "&trinity-repo-http;/kdeedu-&trinity-version;.tar.gz">
     7  <!ENTITY kdeedu-download-ftp  "&trinity-repo-ftp;/kdeedu-&trinity-version;.tar.gz">
     8  <!ENTITY kdeedu-md5sum        "37a14a67c4d00babc3015c6a31698cb0">
     9  <!ENTITY kdeedu-size          "29.6 MB">
     10  <!ENTITY kdeedu-buildsize     "825 MB">
     11  <!ENTITY kdeedu-time          "6.6 SBU">
    1212]>
    1313
    14 <sect1 id="kdeedu" xreflabel="kdeedu-&kde-version;">
     14<sect1 id="kdeedu" xreflabel="kdeedu-&trinity-version;">
    1515  <?dbhtml filename="kdeedu.html"?>
    1616
     
    2020  </sect1info>
    2121
    22   <title>Kdeedu-&kde-version;</title>
     22  <title>Kdeedu-&trinity-version;</title>
    2323
    2424  <indexterm zone="kdeedu">
     
    3434    desktop planetarium, an application to study Spanish verbforms, and the
    3535    classic hangman game for children.</para>
     36
     37    &lfs70_checked;
    3638
    3739    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6769
    6870    <bridgehead renderas="sect4">Required</bridgehead>
    69     <para role="required"><xref linkend="kdebase"/></para>
     71    <para role="required">
     72      <xref linkend="kdebase"/>
     73    </para>
    7074
    7175    <bridgehead renderas="sect4">Recommended</bridgehead>
    72     <para role="recommended"><xref linkend="libjpeg"/> and
    73     <xref linkend="libxml2"/></para>
     76    <para role="recommended">
     77      <xref linkend="libjpeg"/> and
     78      <xref linkend="libxml2"/>
     79    </para>
    7480
    7581    <bridgehead renderas="sect4">Optional</bridgehead>
    76     <para role="optional"><xref linkend="libusb-compat"/>,
    77     <ulink
    78     url="http://www.boost.org/libs/python/doc/index.html">Boost.Python</ulink>,
    79     <ulink url="http://pauillac.inria.fr/ocaml/">OCaml</ulink>, and
    80     <ulink url="http://www.recherche.enac.fr/opti/facile/">FaCiLe module
    81     for OCaml</ulink>.
    82 
     82    <para role="optional">
     83      <xref linkend="libusb-compat"/>,
     84      <ulink url="http://www.boost.org/libs/python/doc/index.html">Boost.Python</ulink>,
     85      <ulink url="http://pauillac.inria.fr/ocaml/">OCaml</ulink>, and
     86      <ulink url="http://www.recherche.enac.fr/opti/facile/">FaCiLe module for OCaml</ulink>.
    8387    </para>
    8488
     
    9397    <para>Install <application>kdeedu</application> with:</para>
    9498
    95 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
    96     --disable-dependency-tracking &amp;&amp;
     99<screen><userinput>cp -v /usr/share/aclocal/libtool.m4       admin/libtool.m4.in &amp;&amp;
     100cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh     &amp;&amp;
     101sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@"   \
     102          admin/acinclude.m4.in
     103make -f admin/Makefile.common                                 &amp;&amp;
     104
     105export LIBRARY_PATH=$TRINITY_PREFIX/lib                       &amp;&amp;
     106
     107./configure --prefix=$TRINITY_PREFIX \
     108            --enable-closure         \
     109            --sysconfdir=/etc        \
     110            --localstatedir=/var     \
     111            --with-extra-libs=$TRINITY_PREFIX/lib             &amp;&amp;
     112
    97113make</userinput></screen>
    98114
  • 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>
  • kde/add/kdetoys.xml

    r716ca8aa rdf46eec  
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required">i
     63    <para role="required">
    6464      <xref linkend="kdebase"/>
    6565    </para>
Note: See TracChangeset for help on using the changeset viewer.