On 12.8.2013 17:57, [email protected] wrote: > Author: igor > Date: Mon Aug 12 08:57:07 2013 > New Revision: 11622 > > Log: > soprano doesn't require d-bus > > Modified: > trunk/BOOK/server/other/soprano.xml >
Please move the patch as optional and add a seperate note about it. We don't want people building this without DBus since it's mainly used by KDE which relies on it. Others, who think to know what are they doing can use it, if desired. > Modified: trunk/BOOK/server/other/soprano.xml > ============================================================================== > --- trunk/BOOK/server/other/soprano.xml Mon Aug 12 05:23:48 2013 > (r11621) > +++ trunk/BOOK/server/other/soprano.xml Mon Aug 12 08:57:07 2013 > (r11622) > @@ -72,11 +72,18 @@ > </listitem> > </itemizedlist> > > + <bridgehead renderas="sect3">Additional Downloads</bridgehead> > + <itemizedlist spacing='compact'> > + <listitem> > + <para>Required patch: <ulink > + url="&patch-root;/soprano-&soprano-version;-dbus-1.patch"/></para> > + </listitem> > + </itemizedlist> > + > <bridgehead renderas="sect3">Soprano Dependencies</bridgehead> > > <bridgehead renderas="sect4">Required</bridgehead> > <para role="required"> > - <xref linkend="dbus"/>, > <xref linkend="cmake"/>, > <xref linkend="qt4"/>, and > <xref linkend="redland"/> > @@ -84,6 +91,7 @@ > > <bridgehead renderas="sect4">Recommended (Required if building > KDE)</bridgehead> > <para role="recommended"> > + <xref linkend="dbus"/>, > <xref linkend="libiodbc"/> (required for the Virtuoso backend. > Additionally, > <xref linkend="virtuoso"/> is required as a runtime dependency for > this > backend.) > @@ -108,7 +116,8 @@ > <para>Install <application>soprano</application> by running the > following > commands:</para> > > -<screen><userinput>mkdir build && > +<screen><userinput>patch -Np1 -i ../soprano-&soprano-version;-dbus-1.patch > && > +mkdir build && > cd build && > cmake -DCMAKE_INSTALL_PREFIX=/usr \ > -DCMAKE_BUILD_TYPE=Release \ > -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
