Ignore:
Timestamp:
07/27/2014 03:57:34 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
caaf457
Parents:
009afbe
Message:

Continue fixing packages in gnome platform.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13688 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/platform/librest.xml

    r009afbe r5b142c19  
    55  %general-entities;
    66
    7   <!ENTITY librest-download-http "http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.7/rest-&librest-version;.tar.xz">
    8   <!ENTITY librest-download-ftp  " ">
     7  <!ENTITY librest-download-http "&gnome-download-http;/rest/0.7/rest-&librest-version;.tar.xz">
     8  <!ENTITY librest-download-ftp  "&gnome-download-ftp;/rest/0.7/rest-&librest-version;.tar.xz">
    99  <!ENTITY librest-md5sum        "abd6211788b9b8dac432a26767099a27">
    1010  <!ENTITY librest-size          "316 KB">
     
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="cacerts"/>, and
     78      <xref linkend="cacerts"/> and
    7979      <xref linkend="libsoup"/>
    8080    </para>
     
    103103    </para>
    104104
    105 <screen><userinput>./configure --prefix=/usr \
    106             --with-ca-certificates=/etc/ssl/ca-bundle.crt &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr &amp;&amp;
    107106make</userinput></screen>
    108107
     
    116115
    117116<screen role="root"><userinput>make install</userinput></screen>
    118 
    119   </sect2>
    120 
    121   <sect2 role="commands">
    122     <title>Command Explanations</title>
    123 
    124     <para>
    125       <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>:
    126       The configure script needs to be pointed to the certificates.
    127     </para>
    128117
    129118  </sect2>
     
    156145      <?dbhtml list-presentation="table"?>
    157146
    158       <varlistentry id="librest-0">
     147      <varlistentry id="librest-0.7">
    159148        <term><filename class="libraryfile">librest-0.7.so</filename></term>
    160149        <listitem>
     
    162151            contains the RESTful Web API Query functions.
    163152          </para>
    164           <indexterm zone="librest librest-0">
    165             <primary sortas="c-librest-0">librest-0.7.so</primary>
     153          <indexterm zone="librest librest-0.7">
     154            <primary sortas="c-librest-0.7">librest-0.7.so</primary>
    166155          </indexterm>
    167156        </listitem>
    168157      </varlistentry>
    169158
    170       <varlistentry id="librest-extras-0">
     159      <varlistentry id="librest-extras-0.7">
    171160        <term><filename class="libraryfile">librest-extras-0.7.so</filename></term>
    172161        <listitem>
     
    174163            contains extra RESTful Web API Query functions.
    175164          </para>
    176           <indexterm zone="librest librest-extras-0">
    177             <primary sortas="c-librest-extras-0">librest-extras-0.7.so</primary>
     165          <indexterm zone="librest librest-extras-0.7">
     166            <primary sortas="c-librest-extras-0.7">librest-extras-0.7.so</primary>
    178167          </indexterm>
    179168        </listitem>
Note: See TracChangeset for help on using the changeset viewer.