Changeset c55376e7


Ignore:
Timestamp:
04/14/2012 04:54:23 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
b314b388
Parents:
23c3bbd
Message:

Added patch for kderuntime

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r23c3bbd rc55376e7  
    44-->
    55
    6 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     6<!ENTITY day          "14">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "April 12th, &year;">
     12<!ENTITY releasedate  "April 14th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
  • introduction/welcome/changelog.xml

    r23c3bbd rc55376e7  
    4343-->
    4444    <listitem>
     45      <para>April 14th, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[rthomsen] - Added patch for kde-runtime.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 12th, 2012</para>
    4655      <itemizedlist>
  • kde4/core/kde4runtime.xml

    r23c3bbd rc55376e7  
    3030    <title>Introduction to Kde-runtime</title>
    3131
    32     <para>Kde-runtime is for runtime dependencies and is a required
    33     package for <application>KDE</application> applications like kdesu,
    34     kfile etc.</para>
     32    <para>Kde-runtime contains runtime applications and libraries essential
     33    for <application>KDE</application>.</para>
    3534
    3635    &lfs71_checked;
     
    5857    </itemizedlist>
    5958
    60 <!--
     59
    6160    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6261    <itemizedlist spacing='compact'>
    6362      <listitem>
    6463        <para>Required patch: <ulink
    65         url="&patch-root;/kderuntime-&kderuntime-version;-fixes-1.patch"/></para>
     64        url="&patch-root;/kde-runtime-&kderuntime-version;-rpc_fix-1.patch"/></para>
    6665      </listitem>
    6766    </itemizedlist>
    68 -->
     67
    6968    <bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead>
    7069
    7170    <bridgehead renderas="sect4">Required</bridgehead>
    7271    <para role="required">
    73     <xref linkend="kdelibs"/>
     72    <xref linkend="kdelibs"/> and
     73    <xref linkend="libtirpc"/>
    7474    </para>
    7575
     
    8686    <xref linkend="libcanberra"/>,
    8787    <xref linkend="samba3"/>,
    88     <xref linkend="libtirpc"/>,
    8988    <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
    9089    <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>,
     
    105104    commands:</para>
    106105
    107 <screen><userinput>mkdir build &amp;&amp;
     106<screen><userinput>patch -Np1 -i ../kde-runtime-&kderuntime-version;-rpc_fix-1.patch &amp;&amp;
     107mkdir build &amp;&amp;
    108108cd build &amp;&amp;
    109 cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
     109cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
    110110      -DKDE_DEFAULT_HOME=.kde4 \
    111111      -DSYSCONF_INSTALL_DIR=/etc/kde4 \
     
    118118
    119119  </sect2>
    120 <!--
     120
    121121  <sect2 role="commands">
    122122    <title>Command Explanations</title>
    123123
    124     <para><option>- -xyz</option>: This option is set for ...</para>
     124 <para><option>patch -Np1 -i ../kde-runt...</option>: This patch fixes linking
     125 to <application>libtirpc</application>.</para>
    125126
    126127  </sect2>
    127 -->
     128
    128129  <sect2 role="content">
    129130    <title>Contents</title>
     
    142143        nepomukserver, nepomukservicestub and nepomuk-simpleresource-rcgen, plasmapkg,
    143144        plasma-remote-helper and solid-hardware</seg>
    144         <seg>several in $KDE4_PREFIX/lib</seg>
    145         <seg>several in /etc/kde4, $KDE4_PREFIX/include and $KDE4_PREFIX/share</seg>
     145        <seg>several in &kde-dir;/lib</seg>
     146        <seg>several in /etc/kde4, &kde-dir;/include and &kde-dir;/share</seg>
    146147      </seglistitem>
    147148    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.