Ignore:
Timestamp:
02/02/2007 05:37:17 PM (17 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.2.0-rc1
Children:
a0f6a3c
Parents:
a0304c1
Message:

Update kde in -rc1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/tags/6.2.0-rc1@6523 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/devel/kdebindings.xml

    ra0304c1 rbe2083f  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdebindings-download-http "&kde-download-http;/kdebindings-&kde-version;.tar.bz2">
    207  <!ENTITY kdebindings-download-ftp  "&kde-download-ftp;/kdebindings-&kde-version;.tar.bz2">
    21   <!ENTITY kdebindings-md5sum        "cb26ce2e4efc35ca2c9c7a47807d679a">
     8  <!ENTITY kdebindings-md5sum        "d26b5f54f062b765a949d66657c2ab3c">
    229  <!ENTITY kdebindings-size          "5.2 MB">
    23   <!ENTITY kdebindings-buildsize     "453 MB">
    24   <!ENTITY kdebindings-time          "75 SBU">
     10  <!ENTITY kdebindings-buildsize     "407 MB">
     11  <!ENTITY kdebindings-time          "18.1 SBU">
    2512]>
    2613
     
    10794    <para>Install <application>kdebindings</application> with:</para>
    10895
    109 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     96<screen><userinput>sed -i -e '/configure.*pyqt/s/-c//' \
     97    -e '/configure.*pykde/s/-c/-i/' python/Makefile.in
     98./configure --prefix=&kde-dir; --disable-debug \
    11099    --disable-dependency-tracking &amp;&amp;
    111100make</userinput></screen>
     101
     102    <para>This package does not come with a test suite.</para>
    112103
    113104    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    114105
    115106<screen role="root"><userinput>make install</userinput></screen>
     107
     108  </sect2>
     109
     110  <sect2 role="commands">
     111    <title>Command Explanations</title>
     112
     113    <para><command>sed -i -e '/configure.*pyqt/s/-c//' -e
     114    '/configure.*pykde/s/-c/-i/' python/Makefile.in </command>: Remove a switch
     115    that causes concatenation of multiple files for compilation.  This fix
     116    reduces build time by a factor of five.</para>
    116117
    117118  </sect2>
Note: See TracChangeset for help on using the changeset viewer.