Changeset ee5db05 for x


Ignore:
Timestamp:
05/06/2021 06:45:36 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0dbcba9, f3e509d
Parents:
55dd726 (diff), 6679bb0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Location:
x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/tuning-fontconfig.xml

    r55dd726 ree5db05  
    329329    <para>
    330330      For more examples see the blfs-support thread which started at <ulink
    331       url="http://lists.linuxfromscratch.org/pipermail/blfs-support/2016-September/078422.html">/2016-September/078422</ulink>,
     331      url="https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2016-09/msg00128.html">2016-09/00128</ulink>,
    332332      particularly <ulink
    333       url="http://lists.linuxfromscratch.org/pipermail/blfs-support/2016-September/078425.html">2016-September/078425</ulink>,
     333      url="https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2016-09/msg00137.html">2016-09/00137</ulink>,
    334334      and the original poster's preferred solution at <ulink
    335       url="http://lists.linuxfromscratch.org/pipermail/blfs-support/2016-November/078658.html">2016-November/078658</ulink>.
     335      url="https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2016-09/msg00147.html">2016-09/00147</ulink>.
    336336      There are other examples in <xref linkend="arch-fontconfig"/> and <xref
    337337      linkend="gentoo-fontconfig"/>.
  • x/lib/gdk-pixbuf.xml

    r55dd726 ree5db05  
    99  <!ENTITY gdk-pixbuf-download-ftp
    1010           "&gnome-download-ftp;/gdk-pixbuf/2.42/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    11   <!ENTITY gdk-pixbuf-md5sum        "628e4767d1636a06dea5b0fa4838f723">
    12   <!ENTITY gdk-pixbuf-size          "7.2 MB">
    13   <!ENTITY gdk-pixbuf-buildsize     "70 MB (with tests)">
     11  <!ENTITY gdk-pixbuf-md5sum        "7cd2fdaa3c55e2302316fe36968f7425">
     12  <!ENTITY gdk-pixbuf-size          "7.4 MB">
     13  <!ENTITY gdk-pixbuf-buildsize     "71 MB (with tests)">
    1414  <!ENTITY gdk-pixbuf-time          "0.2 SBU (Using parallelism=4; with tests)">
    1515]>
     
    101101    <para role="optional">
    102102       <!--<xref linkend="jasper"/> and-->
    103       <xref linkend="gtk-doc"/>
     103      <xref linkend="gtk-doc"/> and
     104      <ulink url="https://gitlab.gnome.org/ebassi/gi-docgen">gi-docgen</ulink>
    104105    </para>
    105106
     
    120121cd build &amp;&amp;
    121122
    122 meson --prefix=/usr .. &amp;&amp;
     123meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
    123124ninja</userinput></screen>
    124125
     
    153154      <application>GTK-Doc</application> is installed and you wish to rebuild
    154155      and install the API documentation.
     156      <!-- -Dgtk_doc is set to "yield=true" in meson_options.txt -->
    155157    </para>
    156158<!-- Removed in 2.42.0
Note: See TracChangeset for help on using the changeset viewer.