Changeset 65ce93a for kde/devel


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

Location:
kde/devel
Files:
4 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>
  • kde/devel/kdesdk.xml

    r32844d98 r65ce93a  
    66  <!ENTITY kdesdk-download-http "&kde-download-http;/kdesdk-&kde-version;.tar.bz2">
    77  <!ENTITY kdesdk-download-ftp  "&kde-download-ftp;/kdesdk-&kde-version;.tar.bz2">
    8   <!ENTITY kdesdk-md5sum        "fd86abfe0ac7c5af61b15eb5367d0399">
    9   <!ENTITY kdesdk-size          "5.1 MB">
    10   <!ENTITY kdesdk-buildsize     "112 MB">
    11   <!ENTITY kdesdk-time          "6.7 SBU">
     8  <!ENTITY kdesdk-md5sum        "ad711d1ce09242bd13b73a9a005f3143">
     9  <!ENTITY kdesdk-size          "5.0 MB">
     10  <!ENTITY kdesdk-buildsize     "111 MB">
     11  <!ENTITY kdesdk-time          "7.5 SBU">
    1212]>
    1313
  • kde/devel/kdevelop.xml

    r32844d98 r65ce93a  
    66  <!ENTITY kdevelop-download-http "&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
    77  <!ENTITY kdevelop-download-ftp  "&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
    8   <!ENTITY kdevelop-md5sum        "80d2216a0089fe142735d34ae8de6a0c">
     8  <!ENTITY kdevelop-md5sum        "06aa12a89b2c09968a92e1d8b575819c">
    99  <!ENTITY kdevelop-size          "9.1 MB">
    10   <!ENTITY kdevelop-buildsize     "187 MB (additional 23 MB for API docs)">
    11   <!ENTITY kdevelop-time          "15 SBU (additional 0.2 SBU for API docs)">
     10  <!ENTITY kdevelop-buildsize     "188 MB (additional 22 MB for API docs)">
     11  <!ENTITY kdevelop-time          "16.8 SBU (additional 0.3 SBU for API docs)">
    1212]>
    1313
     
    6262    <bridgehead renderas="sect4">Recommended</bridgehead>
    6363    <para role="recommended"><xref linkend="libjpeg"/>,
    64     <xref linkend="kdesdk"/>,
    65     <xref linkend="libxml2"/>, and the apidox from <xref linkend="kdelibs"/>
    66     (if building API documentation).</para>
     64    <xref linkend="kdesdk"/>, and
     65    <xref linkend="libxml2"/>.</para>
    6766
    6867    <bridgehead renderas="sect4">Optional</bridgehead>
     
    101100make</userinput></screen>
    102101
    103     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    104     href="../../xincludes/kde-apidocs.xml"/>
     102    <note>
     103      <para>If you wish to create the API documentation and you have
     104      <application>Doxygen</application> and
     105      <application>Graphviz</application> installed run the command
     106      <command>make apidox</command>.</para>
     107    </note>
    105108
    106109    <para>This package does not come with a test suite.</para>
     
    108111    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    109112
    110 <screen role="root"><userinput>make install &amp;&amp;
    111 chown -v -R root:root &kde-dir;/kdevbdb</userinput></screen>
     113<screen role="root"><userinput>make install</userinput></screen>
    112114
    113     <para>If you created the API documentation, install it with:</para>
     115    <para>If you created the API documentation, install it  as the <systemitem
     116    class="username">root</systemitem> user with:</para>
    114117
    115118<screen role="root"><userinput>make install-apidox</userinput></screen>
     
    125128    documentation to fail.</para>
    126129
     130    <!--
     131
     132    This is surely wrong.  I can find a reference to kdevbdb at all, but
     133    even if it were there, it would be a subdirectory of &kde-dir;.
     134
    127135    <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
    128136    <application>kdevelop</application> is built by any user other than
    129137    <systemitem class="username">root</systemitem> the installed
    130138    <application>Berkeley-DB</application> files will have incorrect ownership.
    131     This command changes the ownership to root:root.</para>
     139    This command changes the ownership to root:root.</para> -->
    132140
    133141  </sect2>
     
    144152        <seg>kdevelop and supporting programs</seg>
    145153        <seg>Supporting kdevelop libraries</seg>
    146         <seg>$KDE_PREFIX/kdevbdb and supporting subdirectoies in
    147         $KDE_PREFIX/{include,share}</seg>
     154        <seg>Supporting subdirectories in $KDE_PREFIX/{include,share}</seg>
    148155      </seglistitem>
    149156    </segmentedlist>
  • kde/devel/kdewebdev.xml

    r32844d98 r65ce93a  
    66  <!ENTITY kdewebdev-download-http "&kde-download-http;/kdewebdev-&kde-version;.tar.bz2">
    77  <!ENTITY kdewebdev-download-ftp  "&kde-download-ftp;/kdewebdev-&kde-version;.tar.bz2">
    8   <!ENTITY kdewebdev-md5sum        "e95d1fbb698ec76966abfa5bdf96bd5e">
     8  <!ENTITY kdewebdev-md5sum        "7188f351158ca5a7613c3de4a6854b37">
    99  <!ENTITY kdewebdev-size          "6.0 MB">
    10   <!ENTITY kdewebdev-buildsize     "107 MB">
    11   <!ENTITY kdewebdev-time          "5.6 SBU">
     10  <!ENTITY kdewebdev-buildsize     "106 MB">
     11  <!ENTITY kdewebdev-time          "6.1 SBU">
    1212]>
    1313
Note: See TracChangeset for help on using the changeset viewer.