Changeset c55376e7
- Timestamp:
- 04/14/2012 04:54:23 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b314b388
- Parents:
- 23c3bbd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r23c3bbd rc55376e7 4 4 --> 5 5 6 <!ENTITY day "1 2"> <!-- Always 2 digits -->6 <!ENTITY day "14"> <!-- Always 2 digits --> 7 7 <!ENTITY month "04"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "April 1 2th, &year;">12 <!ENTITY releasedate "April 14th, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> -
introduction/welcome/changelog.xml
r23c3bbd rc55376e7 43 43 --> 44 44 <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> 45 54 <para>April 12th, 2012</para> 46 55 <itemizedlist> -
kde4/core/kde4runtime.xml
r23c3bbd rc55376e7 30 30 <title>Introduction to Kde-runtime</title> 31 31 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> 35 34 36 35 &lfs71_checked; … … 58 57 </itemizedlist> 59 58 60 <!-- 59 61 60 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 62 61 <itemizedlist spacing='compact'> 63 62 <listitem> 64 63 <para>Required patch: <ulink 65 url="&patch-root;/kde runtime-&kderuntime-version;-fixes-1.patch"/></para>64 url="&patch-root;/kde-runtime-&kderuntime-version;-rpc_fix-1.patch"/></para> 66 65 </listitem> 67 66 </itemizedlist> 68 --> 67 69 68 <bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead> 70 69 71 70 <bridgehead renderas="sect4">Required</bridgehead> 72 71 <para role="required"> 73 <xref linkend="kdelibs"/> 72 <xref linkend="kdelibs"/> and 73 <xref linkend="libtirpc"/> 74 74 </para> 75 75 … … 86 86 <xref linkend="libcanberra"/>, 87 87 <xref linkend="samba3"/>, 88 <xref linkend="libtirpc"/>,89 88 <ulink url="http://www.openslp.org/">OpenSLP</ulink>, 90 89 <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>, … … 105 104 commands:</para> 106 105 107 <screen><userinput>mkdir build && 106 <screen><userinput>patch -Np1 -i ../kde-runtime-&kderuntime-version;-rpc_fix-1.patch && 107 mkdir build && 108 108 cd build && 109 cmake -DCMAKE_INSTALL_PREFIX= $KDE4_PREFIX\109 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \ 110 110 -DKDE_DEFAULT_HOME=.kde4 \ 111 111 -DSYSCONF_INSTALL_DIR=/etc/kde4 \ … … 118 118 119 119 </sect2> 120 <!-- 120 121 121 <sect2 role="commands"> 122 122 <title>Command Explanations</title> 123 123 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> 125 126 126 127 </sect2> 127 --> 128 128 129 <sect2 role="content"> 129 130 <title>Contents</title> … … 142 143 nepomukserver, nepomukservicestub and nepomuk-simpleresource-rcgen, plasmapkg, 143 144 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> 146 147 </seglistitem> 147 148 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.