Ignore:
Timestamp:
03/10/2008 09:50:22 PM (16 years ago)
Author:
Robert Daniels <rdaniels@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
4318628
Parents:
77ac5a27
Message:

Update to KDE-3.5.9

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/devel/kdebindings.xml

    r77ac5a27 ra9bab6d  
    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        "d26b5f54f062b765a949d66657c2ab3c">
    9   <!ENTITY kdebindings-size          "5.2 MB">
    10   <!ENTITY kdebindings-buildsize     "407 MB">
     8  <!ENTITY kdebindings-md5sum        "ba780920f6b810a30a61b1ffa888706b">
     9  <!ENTITY kdebindings-size          "5.5 MB">
     10  <!ENTITY kdebindings-buildsize     "489.5 MB">
    1111  <!ENTITY kdebindings-time          "18.1 SBU">
    1212]>
     
    7373    <xref linkend="jdk"/>,
    7474    <xref linkend="seamonkey"/>,
     75    <ulink url="http://http://www.riverbankcomputing.co.uk/qscintilla/index.php">QScintilla</ulink>,
    7576    <ulink url="http://go-mono.org">Mono</ulink>,
    7677    <ulink url="http://www.southern-storm.com.au/portable_net.html">DotGNU Portable.NET</ulink>, and
    7778    <ulink url="http://www.microsoft.com/downloads/details.aspx?FamilyId=3A1C93FA-7462-47D0-8E56-8DD34C6292F0&amp;displaylang=en">Rotor</ulink></para>
    78 
     79   
    7980    <para condition="html" role="usernotes">User Notes:
    8081    <ulink url="&blfs-wiki;/kdebindings"/></para>
     
    9697<screen><userinput>sed -i -e '/configure.*pyqt/s/-c//' \
    9798    -e '/configure.*pykde/s/-c/-i/' python/Makefile.in
    98 ./configure --prefix=&kde-dir; --disable-debug \
     99sed -i 's%echo "yes" | @PYTHON@ configure.py%&amp; -y qt-mt%' python/Makefile.in
     100DO_NOT_COMPILE="smoke" ./configure --prefix=&kde-dir; --disable-debug \
    99101    --disable-dependency-tracking &amp;&amp;
    100102make</userinput></screen>
     
    115117    that causes concatenation of multiple files for compilation.  This fix
    116118    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>:
     121    Specifies that the libqt-mt.so library should be used to build the pyqt bindings.
     122    <command>configure.py</command> will fail if it finds both libqt-mt.so and libqt.so.</para>
     123
     124    <para><command>DO_NOT_COMPILE="smoke" ./configure</command>: Disables the building
     125    of the smoke module of <application>kdebindings</application>, as the build is
     126    currently broken and no workaround has been found.</para>
    117127
    118128  </sect2>
Note: See TracChangeset for help on using the changeset viewer.