Changes in / [f7e4cc69:df5a815]


Ignore:
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf7e4cc69 rdf5a815  
    4646      <itemizedlist>
    4747        <listitem>
    48           <para>[ken] - Add --wrap-mode=nofallback to gdk-pixbuf and pango. Fixes
    49           <ulink url="&blfs-ticket-root;15466">#15466</ulink>.</para>
    50         </listitem>
    51         <listitem>
    5248          <para>[ken] - Update to Unicode-Collate-1.31 (perl module). Fixes
    5349          <ulink url="&blfs-ticket-root;15446">#15446</ulink>.</para>
     
    6662        </listitem>
    6763        <listitem>
    68           <para>[pierre] - Update to openssh-8.7p1, with ssh-askpass.
     64          <para>[pierre] - Update to openssh-8.7p1.
    6965          Fixes <ulink url="&blfs-ticket-root;15439">#15439</ulink>.</para>
    7066        </listitem>
  • postlfs/security/ssh-askpass.xml

    rf7e4cc69 rdf5a815  
    99  <!ENTITY ssh-askpass-download-ftp
    1010    "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&ssh-askpass-version;.tar.gz">
    11   <!ENTITY ssh-askpass-md5sum        "f545230799f131aecca04da56e61990a">
     11  <!ENTITY ssh-askpass-md5sum        "805f7048aec6dd752584e570383a6f00">
    1212  <!ENTITY ssh-askpass-size          "1.7 MB">
    13   <!ENTITY ssh-askpass-buildsize     "9.8 MB">
     13  <!ENTITY ssh-askpass-buildsize     "9.6 MB">
    1414  <!ENTITY ssh-askpass-time          "less than 0.1 SBU">
    1515]>
  • x/lib/gdk-pixbuf.xml

    rf7e4cc69 rdf5a815  
    101101    <para role="optional">
    102102       <!--<xref linkend="jasper"/> and-->
    103   <!--<xref linkend="gtk-doc"/> and-->
     103      <xref linkend="gtk-doc"/> and
    104104      <ulink url="https://gitlab.gnome.org/ebassi/gi-docgen">gi-docgen</ulink>
    105       (to generate documentation)
    106105    </para>
    107106
     
    122121cd build &amp;&amp;
    123122
    124 meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. &amp;&amp;
     123meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
    125124ninja</userinput></screen>
    126125
     
    154153      href="../../xincludes/meson-buildtype-release.xml"/>
    155154
    156     <!-- gi-docgen can get installed without this, if deps exist -->
    157     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    158       href="../../xincludes/meson-wrap-nofallback.xml"/>
    159 
    160     <!-- gtk_doc replaced by gi-docgen
    161155    <para>
    162156      <option>-Dgtk_doc=true</option>: Use this parameter if
    163157      <application>GTK-Doc</application> is installed and you wish to rebuild
    164158      and install the API documentation.
    165       <!\-\- -Dgtk_doc is set to "yield=true" in meson_options.txt \-\->
    166     </para>-->
     159      <!-- -Dgtk_doc is set to "yield=true" in meson_options.txt -->
     160    </para>
    167161<!-- Removed in 2.42.0
    168162    <para>
  • x/lib/pango.xml

    rf7e4cc69 rdf5a815  
    9494    <para role="optional">
    9595      <xref linkend="cantarell-fonts"/> (for tests),
    96   <!--<xref linkend="gtk-doc"/>,-->
     96      <xref linkend="gtk-doc"/>,
    9797      <xref linkend="sysprof"/>,
    98       <ulink url="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</ulink>
    99       (to generate documentation),
     98      <ulink url="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</ulink>,
    10099      <ulink url="https://ftpmirror.gnu.org/gnu/help2man">help2man</ulink>, and
    101100      <ulink url="https://linux.thai.net/projects/libthai">libthai</ulink>
     
    118117cd    build &amp;&amp;
    119118
    120 meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. &amp;&amp;
     119meson --prefix=/usr --buildtype=release .. &amp;&amp;
    121120ninja</userinput></screen>
    122121
     
    153152      href="../../xincludes/meson-buildtype-release.xml"/>
    154153
    155     <!-- gtk-doc replaced by gi-docgen
    156154    <para>
    157155      <option>-Dgtk_doc</option>: Use this switch if gtk-doc is
    158156      installed and you wish to rebuild and install the API documentation.
    159     </para>-->
     157    </para>
    160158
    161159    <para>
     
    164162    </para>
    165163
    166     <!-- gi-docgen can get installed without this, if deps exist -->
     164    <!-- gi-docgen is now included in the tarball with 1.48.4
    167165    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    168       href="../../xincludes/meson-wrap-nofallback.xml"/>
    169 
     166      href="../../xincludes/meson-wrap-nodownload.xml"/>
     167    -->
    170168  </sect2>
    171169
Note: See TracChangeset for help on using the changeset viewer.