Author: rthomsen Date: 2012-07-02 13:00:36 -0600 (Mon, 02 Jul 2012) New Revision: 10390
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/raptor.xml trunk/BOOK/general/sysutils/rasqal.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/kde4/intro/pre-install-config.xml Log: Raptor 2.0.8. Rasqal 0.9.29. KDE pre-inst conf.page fix. Modified: trunk/BOOK/general/sysutils/raptor.xml =================================================================== --- trunk/BOOK/general/sysutils/raptor.xml 2012-07-02 17:14:42 UTC (rev 10389) +++ trunk/BOOK/general/sysutils/raptor.xml 2012-07-02 19:00:36 UTC (rev 10390) @@ -6,9 +6,9 @@ <!ENTITY raptor-download-http "http://download.librdf.org/source/raptor2-&raptor-version;.tar.gz"> <!ENTITY raptor-download-ftp " "> - <!ENTITY raptor-md5sum "699073463467dc8eded2ca89de2ab2ea"> - <!ENTITY raptor-size "1.6 MB"> - <!ENTITY raptor-buildsize "13.1 MB"> + <!ENTITY raptor-md5sum "ac60858b875aab8fa7917f21a1237aa9"> + <!ENTITY raptor-size "1.7 MB"> + <!ENTITY raptor-buildsize "19 MB"> <!ENTITY raptor-time "0.2 SBU"> ]> @@ -33,7 +33,7 @@ of parsers and serializers that generate Resource Description Framework (RDF) triples.</para> - &lfs70_checked; + &lfs71_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -90,9 +90,8 @@ <para>Install <application>Raptor</application> by running the following commands:</para> - <!-- patch -Np0 -i ../raptor-&raptor-version;-curl.patch && --> - -<screen><userinput>./configure --prefix=/usr --disable-static && +<screen><userinput>./configure --prefix=/usr \ + --disable-static && make</userinput></screen> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> @@ -103,10 +102,7 @@ <sect2 role="commands"> <title>Command Explanations</title> -<!-- - <para><option>patch -Np1 -i ../raptor-&raptor-version;-curl.patch</option>: This - patch fixes compiling with <application>cURL</application>.</para> ---> + <para><option>--disable-static</option>: This option prevents compiling the static archive versions of the libraries.</para> </sect2> Modified: trunk/BOOK/general/sysutils/rasqal.xml =================================================================== --- trunk/BOOK/general/sysutils/rasqal.xml 2012-07-02 17:14:42 UTC (rev 10389) +++ trunk/BOOK/general/sysutils/rasqal.xml 2012-07-02 19:00:36 UTC (rev 10390) @@ -6,9 +6,9 @@ <!ENTITY rasqal-download-http "http://download.librdf.org/source/rasqal-&rasqal-version;.tar.gz"> <!ENTITY rasqal-download-ftp " "> - <!ENTITY rasqal-md5sum "a3662b8d9efef9d8ef0a3c182450fba2"> - <!ENTITY rasqal-size "1.4 MB"> - <!ENTITY rasqal-buildsize "12.3 MB"> + <!ENTITY rasqal-md5sum "49e4b75a0c67465edf55dd20606715fa"> + <!ENTITY rasqal-size "1.5 MB"> + <!ENTITY rasqal-buildsize "18 MB"> <!ENTITY rasqal-time "0.2 SBU"> ]> @@ -35,7 +35,7 @@ or syntaxes. It is required by <application>Soprano</application> to build <application>Nepomuk</application>.</para> - &lfs70_checked; + &lfs71_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -86,7 +86,8 @@ <para>Install <application>Rasqal</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr --disable-static && +<screen><userinput>./configure --prefix=/usr \ + --disable-static && make</userinput></screen> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-07-02 17:14:42 UTC (rev 10389) +++ trunk/BOOK/general.ent 2012-07-02 19:00:36 UTC (rev 10390) @@ -9,7 +9,7 @@ <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "July 2st, &year;"> +<!ENTITY releasedate "July 2nd, &year;"> <!-- <!ENTITY releasedate "November &day;st, &year;"> --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> @@ -341,8 +341,8 @@ <!ENTITY obexd-version "0.46"> <!ENTITY parted-version "3.1"> <!ENTITY pciutils-version "3.1.9"> -<!ENTITY raptor-version "2.0.7"> -<!ENTITY rasqal-version "0.9.28"> +<!ENTITY raptor-version "2.0.8"> +<!ENTITY rasqal-version "0.9.29"> <!ENTITY redland-version "1.0.15"> <!ENTITY sg3_utils-version "1.33"> <!ENTITY strigi-version "0.7.5"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-07-02 17:14:42 UTC (rev 10389) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-07-02 19:00:36 UTC (rev 10390) @@ -45,6 +45,20 @@ <para>July 2nd, 2012</para> <itemizedlist> <listitem> + <para>[rthomsen] - Add command to the KDE Pre-installation + Configuration page for creating the /etc/dbus-1 directory if not + already present. + Fixes <ulink url="&blfs-ticket-root;3454">#3454</ulink>.</para> + </listitem> + <listitem> + <para>[rthomsen] - Rasqal 0.9.29. + Fixes <ulink url="&blfs-ticket-root;3448">#3448</ulink>.</para> + </listitem> + <listitem> + <para>[rthomsen] - Raptor 2.0.8. + Fixes <ulink url="&blfs-ticket-root;3449">#3449</ulink>.</para> + </listitem> + <listitem> <para>[krejzi] - Added BlueZ 4.101.</para> </listitem> <listitem> Modified: trunk/BOOK/kde4/intro/pre-install-config.xml =================================================================== --- trunk/BOOK/kde4/intro/pre-install-config.xml 2012-07-02 17:14:42 UTC (rev 10389) +++ trunk/BOOK/kde4/intro/pre-install-config.xml 2012-07-02 19:00:36 UTC (rev 10390) @@ -100,7 +100,8 @@ Fix this by issuing the following (as <systemitem class="username">root</systemitem>):</para> -<screen role="root"><userinput>cat > /etc/dbus-1/system-local.conf << "EOF" +<screen role="root"><userinput>mkdir -pv /etc/dbus-1 && +cat > /etc/dbus-1/system-local.conf << "EOF" <literal><!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
