- Timestamp:
- 05/20/2006 09:02:49 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5ca9449
- Parents:
- 1b58647
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/core/kdelibs.xml
r1b58647 rf685d3e 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 7 <!-- Inserted as a reminder to do this. The mention of a test suite8 is usually right before the root user installation commands. Please9 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 the13 test suite uses syntax other than "make check", revise the14 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 6 19 7 <!ENTITY kdelibs-download-http "&kde-download-http;/kdelibs-&kde-version;.tar.bz2"> … … 73 61 </itemizedlist> 74 62 75 <!--76 63 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 64 77 65 <bridgehead renderas="sect4">Required Patch</bridgehead> 78 66 79 67 <itemizedlist spacing='compact'> 80 68 <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> 82 70 </listitem> 83 71 </itemizedlist> 84 -->85 72 86 73 <bridgehead renderas="sect3">Kdelibs Dependencies</bridgehead> … … 111 98 <ulink url="http://www.openexr.com/">OpenEXR</ulink>, 112 99 <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 < 5.1), 114 101 <ulink url="http://www.opensource.apple.com/darwinsource/tarballs/apsl/">mDNSResponder</ulink>, 115 102 <ulink url="http://sourceforge.net/projects/libthai">LibThai</ulink>, … … 131 118 <para>Install <application>kdelibs</application> with:</para> 132 119 133 <screen><userinput>./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \ 134 --disable-debug --disable-dependency-tracking && 120 <screen><userinput>patch -Np1 -i ../kdelibs-&kde-version;-cups1.2-1.patch && 121 ./configure --prefix=&kde-dir; \ 122 --sysconfdir=/etc/kde \ 123 --disable-debug \ 124 --disable-dependency-tracking && 135 125 make</userinput></screen> 136 126 … … 155 145 </para> 156 146 </note> 147 148 <para>This package does not come with a test suite that works with 149 <application>GCC</application>-&gcc-version;.</para> 157 150 158 151 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note:
See TracChangeset
for help on using the changeset viewer.