Changeset f685d3e


Ignore:
Timestamp:
05/20/2006 09:02:49 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
5ca9449
Parents:
1b58647
Message:

Added a patch to the kdelibs instructions so it will build if you have CUPS-1.2.x installed; the patch does not affect the build with lesser versions of CUPS; thanks to Matthew Carson for chasing down the problem and sending in the patch

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r1b58647 rf685d3e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added a patch to the kdelibs instructions so it
     49          will build if you have CUPS-1.2.x installed. The patch does not
     50          affect the build with lesser versions of CUPS. Thanks to Matthew
     51          Carson for chasing down the problem and sending in the patch.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[dnicholson] - Added -ifv arguments to the autoreconf
    4955          command in libdrm so that libtoolize will be run.  The shared
  • kde/core/kdelibs.xml

    r1b58647 rf685d3e  
    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> -->
    186
    197  <!ENTITY kdelibs-download-http "&kde-download-http;/kdelibs-&kde-version;.tar.bz2">
     
    7361    </itemizedlist>
    7462
    75 <!--
    7663    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     64
    7765    <bridgehead renderas="sect4">Required Patch</bridgehead>
    7866
    7967    <itemizedlist spacing='compact'>
    8068      <listitem>
    81         <para><ulink url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.4.3-kdelibs-kjs.diff"/></para>
     69        <para><ulink url="&patch-root;/kdelibs-&kde-version;-cups1.2-1.patch"/></para>
    8270      </listitem>
    8371    </itemizedlist>
    84 -->
    8572
    8673    <bridgehead renderas="sect3">Kdelibs Dependencies</bridgehead>
     
    11198    <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
    11299    <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
    113     <ulink url="http://www.lua.org/">Lua</ulink>,
     100    <ulink url="http://www.lua.org/">Lua</ulink> (version &lt; 5.1),
    114101    <ulink url="http://www.opensource.apple.com/darwinsource/tarballs/apsl/">mDNSResponder</ulink>,
    115102    <ulink url="http://sourceforge.net/projects/libthai">LibThai</ulink>,
     
    131118    <para>Install <application>kdelibs</application> with:</para>
    132119
    133 <screen><userinput>./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
    134     --disable-debug --disable-dependency-tracking &amp;&amp;
     120<screen><userinput>patch -Np1 -i ../kdelibs-&kde-version;-cups1.2-1.patch &amp;&amp;
     121./configure --prefix=&kde-dir; \
     122            --sysconfdir=/etc/kde \
     123            --disable-debug \
     124            --disable-dependency-tracking &amp;&amp;
    135125make</userinput></screen>
    136126
     
    155145      </para>
    156146    </note>
     147
     148    <para>This package does not come with a test suite that works with
     149    <application>GCC</application>-&gcc-version;.</para>
    157150
    158151    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.