Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgusb.xml

    r00cb5039 rbf565e06  
    55  %general-entities;
    66
    7   <!ENTITY libgusb-download-http "https://people.freedesktop.org/~hughsient/releases/libgusb-&libgusb-version;.tar.xz">
     7  <!ENTITY libgusb-download-http "https://github.com/hughsie/libgusb/releases/download/&libgusb-version;/libgusb-&libgusb-version;.tar.xz">
    88  <!ENTITY libgusb-download-ftp  " ">
    9   <!ENTITY libgusb-md5sum        "17e881f726c0e12ed1e4e7a9964bdf1c">
    10   <!ENTITY libgusb-size          "42 KB">
    11   <!ENTITY libgusb-buildsize     "2.0 MB (with tests)">
     9  <!ENTITY libgusb-md5sum        "9d7c0ee15b25809a2b0213246a5d4944">
     10  <!ENTITY libgusb-size          "47 KB">
     11  <!ENTITY libgusb-buildsize     "2.4 MB (with tests)">
    1212  <!ENTITY libgusb-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    1616  <?dbhtml filename="libgusb.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>libgusb-&libgusb-version;</title>
     
    3633    </para>
    3734
    38     &lfs110a_checked;
     35    &lfs112_checked;
    3936
    4037    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7673    <bridgehead renderas="sect4">Required</bridgehead>
    7774    <para role="required">
     75      <xref linkend="json-glib"/> and
    7876      <xref linkend="libusb"/>
    7977    </para>
     
    8179    <bridgehead renderas="sect4">Recommended</bridgehead>
    8280    <para role="recommended">
    83       <xref linkend="gtk-doc"/>,
    8481      <xref linkend="gobject-introspection"/>,
    8582      <xref linkend="usbutils"/> (for <filename>usb.ids</filename> data file,
    8683      which is also required for the tests), and
    8784      <xref linkend="vala"/>
     85    </para>
     86
     87    <bridgehead renderas="sect4">Optional</bridgehead>
     88    <para role="optional">
     89      <ulink url="https://download.gnome.org/sources/gi-docgen/">gi-docgen</ulink>
    8890    </para>
    8991
     
    125127
    126128    <para>
    127       <option>-Ddocs=true</option>: Use this option if
    128       <application>GTK-Doc</application> is installed and you wish to install
    129       the documentation.
     129      <parameter>-Ddocs=false</parameter>: building documentation needs
     130      <application>gi-docgen</application>. Remove this switch if you have
     131      installed <application>gi-docgen</application>, and you wish to build
     132      the API documentation.
    130133    </para>
    131134
Note: See TracChangeset for help on using the changeset viewer.