Changeset d298c5f for general/sysutils


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

Location:
general/sysutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.