Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libportal.xml

    r20a35ab rec6047d8  
    77  <!ENTITY libportal-download-http "https://github.com/flatpak/libportal/releases/download/&libportal-version;/libportal-&libportal-version;.tar.xz">
    88  <!ENTITY libportal-download-ftp  " ">
    9   <!ENTITY libportal-md5sum        "2ca3806e18e2197dd87d22379405a624">
     9  <!ENTITY libportal-md5sum        "dffd58a937dfbabc873e51029dc587f3">
    1010  <!ENTITY libportal-size          "52 KB">
    11   <!ENTITY libportal-buildsize     "3.6 MB">
    12   <!ENTITY libportal-time          "0.1 SBU">
     11  <!ENTITY libportal-buildsize     "3.5 MB">
     12  <!ENTITY libportal-time          "less than 0.1 SBU">
    1313
    1414]>
     
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7576    <bridgehead renderas="sect4">Required</bridgehead>
    7677    <para role="required">
    77       <xref linkend="glib2"/>
    78     </para>
    79 
    80     <bridgehead renderas="sect4">Optional</bridgehead>
    81     <para role="optional">
     78      <xref linkend="glib2"/> and
    8279      <xref linkend="gtk-doc"/>
    8380    </para>
    84 
    8581
    8682    <para condition="html" role="usernotes">
     
    10096cd    build &amp;&amp;
    10197
    102 meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
     98meson --prefix=/usr .. &amp;&amp;
    10399ninja</userinput></screen>
    104100
     
    114110  </sect2>
    115111
    116   <sect2 role="commands">
    117     <title>Command Explanations</title>
    118 
    119     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    120       href="../../xincludes/meson-buildtype-release.xml"/>
    121 
    122     <para>
    123       <parameter>-Dgtk_doc=false</parameter>: Remove this parameter if
    124       <application>GTK-Doc</application> is installed and you wish to rebuild
    125       and install the API documentation.
    126     </para>
    127 
    128   </sect2>
    129112  <sect2 role="content">
    130113    <title>Contents</title>
     
    158141        <listitem>
    159142          <para>
    160             provides GIO-style async APIs for most Flatpak portals
     143            provides GIO-style async APIs for most Flatpak portals.
    161144          </para>
    162145          <indexterm zone="libportal libportal-lib">
     
    167150    </variablelist>
    168151  </sect2>
    169 
    170152</sect1>
Note: See TracChangeset for help on using the changeset viewer.