Ignore:
Timestamp:
08/24/2014 06:34:04 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
3b705263
Parents:
7857007
Message:

Some checks and updates for KDE core section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14036 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/kdelibs.xml

    r7857007 rc1b61c6  
    3333    are central to development and execution of KDE programs.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5757    </itemizedlist>
    5858
    59 <!--
    60     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    61     <itemizedlist spacing='compact'>
    62       <listitem>
    63         <para>Required patch: <ulink
    64         url="&patch-root;/kde4libs-&kde-version;-fixes-1.patch"/></para>
    65       </listitem>
    66     </itemizedlist>
    67 -->
    6859    <bridgehead renderas="sect3">KDELibs Dependencies</bridgehead>
    6960
    7061    <bridgehead renderas="sect4">Required</bridgehead>
    7162    <para role="required">
     63      <xref linkend="attica"/>,
     64      <xref linkend="DocBook"/>,
     65      <xref linkend="docbook-xsl"/>,
     66      <xref linkend="giflib"/>,
     67      <xref linkend="libdbusmenu-qt"/>,
     68      <xref linkend="libjpeg"/>,
     69      <xref linkend="libpng"/>,
    7270      <xref linkend="phonon"/>,
    73       <xref linkend="attica"/>,
    74       <xref linkend="strigi"/>,
    75       <xref linkend="libdbusmenu-qt"/>,
    76       <xref linkend="DocBook"/>,
    77       <xref linkend="docbook-xsl"/>, and
    78       <xref linkend="shared-mime-info"/>
     71      <xref linkend="shared-mime-info"/>, and
     72      <xref linkend="strigi"/>
    7973    </para>
    8074
    8175    <bridgehead renderas="sect4">Recommended</bridgehead>
    8276    <para role="recommended">
     77      <xref linkend="openssl"/>,
    8378      <xref linkend="polkit-qt"/>,
    84       <xref linkend="libpng"/>,
    85       <xref linkend="libjpeg"/>,
    86       <xref linkend="giflib"/>,
    87       <xref linkend="openssl"/>,
    8879      <xref linkend="qca"/>,
    89       <xref linkend="upower"/>, and
    90       <xref linkend="udisks"/> or <xref linkend="udisks2"/>
     80      <xref linkend="udisks"/> or
     81      <xref linkend="udisks2"/>, and
     82      <xref linkend="upower"/>
    9183    </para>
    9284
    9385    <bridgehead renderas="sect4">Optional</bridgehead>
    9486    <para role="optional">
    95       <xref linkend="jasper"/>,
    96       <xref linkend="pcre"/>,
     87      <xref linkend="aspell"/>,
    9788      <xref linkend="avahi"/>,
    98       <xref linkend="aspell"/>,
    9989      <xref linkend="enchant"/>,
    10090      <xref linkend="grantlee"/>,
     91      <xref linkend="jasper"/>,
    10192      <xref linkend="mitkrb"/>,
    102       <ulink url="&sourceforge-repo;/soprano">soprano</ulink>,
    103       <ulink url="&sourceforge-repo;/oscaf/">shared-desktop-ontologies</ulink>,
     93      <xref linkend="pcre"/>,
     94      <ulink url="http://oss.sgi.com/projects/fam/">FAM</ulink>,
    10495      <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink>,
    105       <ulink url="http://oss.sgi.com/projects/fam/">FAM</ulink>,
    10696      <ulink url="http://www.herqq.org/">HUPnP</ulink>,
    107       <ulink url="http://www.openexr.com/">OpenEXR</ulink>, and
    108       <ulink url="http://www.freedesktop.org/wiki/Software/media-player-info">media-player-info</ulink>
     97      <ulink url="http://www.freedesktop.org/wiki/Software/media-player-info">media-player-info</ulink>,
     98      <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
     99      <ulink url="&sourceforge-repo;/oscaf/">Shared-Desktop-Ontologies</ulink>, and
     100      <ulink url="&sourceforge-repo;/soprano/">Soprano</ulink>
    109101    </para>
    110102
     
    118110    <title>Installation of KDELibs</title>
    119111
    120     <para>Fix file conflicts with <application>GNOME Menus</application> by running
    121     the following commands:</para>
    122 
    123 <screen><userinput>sed -i "s@{SYSCONF_INSTALL_DIR}/xdg/menus@&amp; RENAME kde-applications.menu@" \
    124         kded/CMakeLists.txt &amp;&amp;
    125 
    126 sed -i "s@applications.menu@kde-&amp;@" \
    127         kded/kbuildsycoca.cpp</userinput></screen>
    128 
    129112    <para>
    130        Fix building with <xref linkend="giflib"/>:
    131     </para>
    132 
    133 <screen><userinput>sed -i "/DGifCloseFile/s:file:&amp;, NULL:g" \
    134        khtml/imload/decoders/gifloader.cpp</userinput></screen>
    135 
    136 <!--
    137     <para>Cmake looks for <application>Xorg</application> libraries in a set of
    138     hard coded directories instead of using
    139     <application>pkg-config</application>.  If <application>Xorg</application>
    140     has not been installed in <filename class="directory">/usr</filename>, add
    141     the location to the list:</para>
    142 
    143 <screen><userinput>sed -e "/SET(X11_LIB_SEARCH_PATH/ a $XORG_PREFIX/lib"     \
    144     -e "/SET(X11_INC_SEARCH_PATH/ a $XORG_PREFIX/include" \
    145     -i cmake/modules/FindX11.cmake</userinput></screen>
    146 -->
     113      First, silence a lot of warnings caused by using the latest toolchain
     114      by running the following command:
     115    </para>
     116
     117<screen><userinput>sed -i "s:BSD_SOURCE:DEFAULT_SOURCE:g"      \
     118                          cmake/modules/FindKDE4Internal.cmake \
     119                          kjsembed/qtonly/FindQJSInternal.cmake</userinput></screen>
     120
    147121    <para>Install <application>KDELibs</application> by running the following
    148122    commands:</para>
Note: See TracChangeset for help on using the changeset viewer.