Changeset d298c5f


Ignore:
Timestamp:
07/02/2012 07:00:36 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:
29fb397
Parents:
4b544cf
Message:

Raptor 2.0.8. Rasqal 0.9.29. KDE pre-inst conf.page fix.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4b544cf rd298c5f  
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "July 2st, &year;">
     12<!ENTITY releasedate  "July 2nd, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    342342<!ENTITY parted-version               "3.1">
    343343<!ENTITY pciutils-version             "3.1.9">
    344 <!ENTITY raptor-version               "2.0.7">
    345 <!ENTITY rasqal-version               "0.9.28">
     344<!ENTITY raptor-version               "2.0.8">
     345<!ENTITY rasqal-version               "0.9.29">
    346346<!ENTITY redland-version              "1.0.15">
    347347<!ENTITY sg3_utils-version            "1.33">
  • general/sysutils/raptor.xml

    r4b544cf rd298c5f  
    77  <!ENTITY raptor-download-http "http://download.librdf.org/source/raptor2-&raptor-version;.tar.gz">
    88  <!ENTITY raptor-download-ftp  " ">
    9   <!ENTITY raptor-md5sum        "699073463467dc8eded2ca89de2ab2ea">
    10   <!ENTITY raptor-size          "1.6 MB">
    11   <!ENTITY raptor-buildsize     "13.1 MB">
     9  <!ENTITY raptor-md5sum        "ac60858b875aab8fa7917f21a1237aa9">
     10  <!ENTITY raptor-size          "1.7 MB">
     11  <!ENTITY raptor-buildsize     "19 MB">
    1212  <!ENTITY raptor-time          "0.2 SBU">
    1313]>
     
    3434    triples.</para>
    3535
    36     &lfs70_checked;
     36    &lfs71_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9191    commands:</para>
    9292
    93  <!-- patch -Np0 -i ../raptor-&raptor-version;-curl.patch &amp;&amp; -->
    94 
    95 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     93<screen><userinput>./configure --prefix=/usr \
     94            --disable-static &amp;&amp;
    9695make</userinput></screen>
    9796
     
    104103  <sect2 role="commands">
    105104    <title>Command Explanations</title>
    106 <!--
    107     <para><option>patch -Np1 -i ../raptor-&raptor-version;-curl.patch</option>: This
    108       patch fixes compiling with <application>cURL</application>.</para>
    109 -->     
     105
    110106    <para><option>--disable-static</option>: This option prevents compiling the
    111107    static archive versions of the libraries.</para>
  • general/sysutils/rasqal.xml

    r4b544cf rd298c5f  
    77  <!ENTITY rasqal-download-http "http://download.librdf.org/source/rasqal-&rasqal-version;.tar.gz">
    88  <!ENTITY rasqal-download-ftp  " ">
    9   <!ENTITY rasqal-md5sum        "a3662b8d9efef9d8ef0a3c182450fba2">
    10   <!ENTITY rasqal-size          "1.4 MB">
    11   <!ENTITY rasqal-buildsize     "12.3 MB">
     9  <!ENTITY rasqal-md5sum        "49e4b75a0c67465edf55dd20606715fa">
     10  <!ENTITY rasqal-size          "1.5 MB">
     11  <!ENTITY rasqal-buildsize     "18 MB">
    1212  <!ENTITY rasqal-time          "0.2 SBU">
    1313]>
     
    3636    <application>Nepomuk</application>.</para>
    3737
    38     &lfs70_checked;
     38    &lfs71_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8787    commands:</para>
    8888
    89 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     89<screen><userinput>./configure --prefix=/usr \
     90            --disable-static &amp;&amp;
    9091make</userinput></screen>
    9192
  • introduction/welcome/changelog.xml

    r4b544cf rd298c5f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[rthomsen] - Add command to the KDE Pre-installation
     49          Configuration page for creating the /etc/dbus-1 directory if not
     50          already present.
     51          Fixes <ulink url="&blfs-ticket-root;3454">#3454</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[rthomsen] - Rasqal 0.9.29.
     55          Fixes <ulink url="&blfs-ticket-root;3448">#3448</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[rthomsen] - Raptor 2.0.8.
     59          Fixes <ulink url="&blfs-ticket-root;3449">#3449</ulink>.</para>
     60        </listitem>
     61        <listitem>
    4862          <para>[krejzi] - Added BlueZ 4.101.</para>
    4963        </listitem>
  • kde4/intro/pre-install-config.xml

    r4b544cf rd298c5f  
    101101    <systemitem class="username">root</systemitem>):</para>
    102102 
    103 <screen role="root"><userinput>cat &gt; /etc/dbus-1/system-local.conf &lt;&lt; "EOF"
     103<screen role="root"><userinput>mkdir -pv /etc/dbus-1 &amp;&amp;
     104cat &gt; /etc/dbus-1/system-local.conf &lt;&lt; "EOF"
    104105<literal>&lt;!DOCTYPE busconfig PUBLIC
    105106 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
Note: See TracChangeset for help on using the changeset viewer.