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/devel/kdebindings.xml

    r32844d98 r65ce93a  
    66  <!ENTITY kdebindings-download-http "&kde-download-http;/kdebindings-&kde-version;.tar.bz2">
    77  <!ENTITY kdebindings-download-ftp  "&kde-download-ftp;/kdebindings-&kde-version;.tar.bz2">
    8   <!ENTITY kdebindings-md5sum        "ba780920f6b810a30a61b1ffa888706b">
     8  <!ENTITY kdebindings-md5sum        "7d5119160ac3688ac1a63954d03ab4a8">
    99  <!ENTITY kdebindings-size          "5.5 MB">
    10   <!ENTITY kdebindings-buildsize     "490 MB">
    11   <!ENTITY kdebindings-time          "18 SBU">
     10  <!ENTITY kdebindings-buildsize     "428 MB">
     11  <!ENTITY kdebindings-time          "20 SBU">
    1212]>
    1313
     
    5656    </itemizedlist>
    5757
     58    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     59    <itemizedlist spacing="compact">
     60      <listitem>
     61        <para>Reqiured patch: <ulink
     62        url="&patch-root;/kdebindings-&kde-version;-python-1.patch"/></para>
     63      </listitem>
     64      <listitem>
     65        <para>Reqiured patch: <ulink
     66        url="&patch-root;/kdebindings-&kde-version;-ruby-1.patch"/></para>
     67      </listitem>
     68    </itemizedlist>
     69
    5870    <bridgehead renderas="sect3">Kdebindings Dependencies</bridgehead>
    5971
     
    95107    <para>Install <application>kdebindings</application> with:</para>
    96108
    97 <screen><userinput>sed -i -e '/configure.*pyqt/s/-c//' \
    98     -e '/configure.*pykde/s/-c/-i/' python/Makefile.in
    99 sed -i 's%echo "yes" | @PYTHON@ configure.py%&amp; -y qt-mt%' python/Makefile.in
    100 DO_NOT_COMPILE="smoke" ./configure --prefix=&kde-dir; --disable-debug \
     109<screen><userinput>sed -i 's%echo "yes" | @PYTHON@ configure.py%&amp; -y qt-mt%' \
     110    python/Makefile.in &amp;&amp;
     111
     112patch -Np1 -i $DIR/kdebindings-3.5.10-ruby-1.patch   &amp;&amp;
     113patch -Np1 -i $DIR/kdebindings-3.5.10-python-1.patch &amp;&amp;
     114
     115./configure --prefix=&kde-dir; --disable-debug \
    101116    --disable-dependency-tracking &amp;&amp;
    102117make</userinput></screen>
     
    113128    <title>Command Explanations</title>
    114129
    115     <para><command>sed -i -e '/configure.*pyqt/s/-c//' -e
    116     '/configure.*pykde/s/-c/-i/' python/Makefile.in </command>: Remove a switch
    117     that causes concatenation of multiple files for compilation.  This fix
    118     reduces build time by a factor of five.</para>
    119 
    120     <para><command>sed -i 's%echo "yes" | @PYTHON@ configure.py%&amp; -y qt-mt%' python/Makefile.in</command>:
     130    <para><command>sed -i ... python/Makefile.in</command>:
    121131    Specifies that the <filename class='libraryfile'>libqt-mt.so</filename> library
    122132    should be used to build the pyqt bindings. <command>configure.py</command>
    123133    will fail if it finds both <filename class='libraryfile'>libqt-mt.so</filename>
    124134    and <filename class='libraryfile'>libqt.so</filename>.</para>
    125 
    126     <para><command>DO_NOT_COMPILE="smoke" ./configure</command>: Disables the building
    127     of the smoke module of <application>kdebindings</application>, as the build is
    128     currently broken and no workaround has been found.</para>
    129135
    130136  </sect2>
Note: See TracChangeset for help on using the changeset viewer.