Changeset a8e1b4ab
- Timestamp:
- 08/26/2021 05:49:43 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 95d46832
- Parents:
- 1eccbd9
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r1eccbd9 ra8e1b4ab 45 45 <para>August 26th, 2021</para> 46 46 <itemizedlist> 47 <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> 47 51 <listitem> 48 52 <para>[ken] - Update to Unicode-Collate-1.31 (perl module). Fixes -
x/lib/gdk-pixbuf.xml
r1eccbd9 ra8e1b4ab 101 101 <para role="optional"> 102 102 <!--<xref linkend="jasper"/> and--> 103 <xref linkend="gtk-doc"/> and103 <!--<xref linkend="gtk-doc"/> and--> 104 104 <ulink url="https://gitlab.gnome.org/ebassi/gi-docgen">gi-docgen</ulink> 105 (to generate documentation) 105 106 </para> 106 107 … … 121 122 cd build && 122 123 123 meson --prefix=/usr --buildtype=release - Dgtk_doc=false.. &&124 meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. && 124 125 ninja</userinput></screen> 125 126 … … 153 154 href="../../xincludes/meson-buildtype-release.xml"/> 154 155 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 155 161 <para> 156 162 <option>-Dgtk_doc=true</option>: Use this parameter if 157 163 <application>GTK-Doc</application> is installed and you wish to rebuild 158 164 and install the API documentation. 159 <! -- -Dgtk_doc is set to "yield=true" in meson_options.txt -->160 </para> 165 <!\-\- -Dgtk_doc is set to "yield=true" in meson_options.txt \-\-> 166 </para>--> 161 167 <!-- Removed in 2.42.0 162 168 <para> -
x/lib/pango.xml
r1eccbd9 ra8e1b4ab 94 94 <para role="optional"> 95 95 <xref linkend="cantarell-fonts"/> (for tests), 96 <xref linkend="gtk-doc"/>,96 <!--<xref linkend="gtk-doc"/>,--> 97 97 <xref linkend="sysprof"/>, 98 <ulink url="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</ulink>, 98 <ulink url="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</ulink> 99 (to generate documentation), 99 100 <ulink url="https://ftpmirror.gnu.org/gnu/help2man">help2man</ulink>, and 100 101 <ulink url="https://linux.thai.net/projects/libthai">libthai</ulink> … … 117 118 cd build && 118 119 119 meson --prefix=/usr --buildtype=release .. &&120 meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. && 120 121 ninja</userinput></screen> 121 122 … … 152 153 href="../../xincludes/meson-buildtype-release.xml"/> 153 154 155 <!-- gtk-doc replaced by gi-docgen 154 156 <para> 155 157 <option>-Dgtk_doc</option>: Use this switch if gtk-doc is 156 158 installed and you wish to rebuild and install the API documentation. 157 </para> 159 </para>--> 158 160 159 161 <para> … … 162 164 </para> 163 165 164 <!-- gi-docgen is now included in the tarball with 1.48.4166 <!-- gi-docgen can get installed without this, if deps exist --> 165 167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 166 href="../../xincludes/meson-wrap-no download.xml"/>167 --> 168 href="../../xincludes/meson-wrap-nofallback.xml"/> 169 168 170 </sect2> 169 171
Note:
See TracChangeset
for help on using the changeset viewer.