mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Upgrade to pango-1.52.2
This commit is contained in:
parent
7478665ef7
commit
4f93e5ed70
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>April 4th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[thomas] - Update to pango-1.52.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;19585">#19585</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[thomas] - Update to cmake-3.29.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;19584">#19584</ulink>.</para>
|
||||
|
@ -868,7 +868,7 @@
|
||||
<!ENTITY libglade-version "2.6.4">
|
||||
<!ENTITY libnotify-version "0.8.3">
|
||||
<!ENTITY libxklavier-version "5.4">
|
||||
<!ENTITY pango-minor "1.51">
|
||||
<!ENTITY pango-minor "1.52">
|
||||
<!ENTITY pango-version "&pango-minor;.2">
|
||||
<!ENTITY pangomm-version "2.46.4">
|
||||
<!ENTITY qt5-version "5.15.12">
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
<!ENTITY pango-download-http "&gnome-download-http;/pango/&pango-minor;/pango-&pango-version;.tar.xz">
|
||||
<!ENTITY pango-download-ftp " ">
|
||||
<!ENTITY pango-md5sum "dad79982a79badc27901d90400a32324">
|
||||
<!ENTITY pango-size "1.9 MB">
|
||||
<!ENTITY pango-md5sum "ed3c57bdaff980ddc4c840919ce512ac">
|
||||
<!ENTITY pango-size "1.8 MB">
|
||||
<!ENTITY pango-buildsize "28 MB (with tests)">
|
||||
<!ENTITY pango-time "0.1 SBU (Using parallelism=4; with tests)">
|
||||
]>
|
||||
@ -125,10 +125,14 @@ meson configure -Dgtk_doc=true &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>ninja test</command>. One test,
|
||||
To test the results, issue: <command>ninja test</command>.
|
||||
One test (test-layout) is known to fail on i686 systems for
|
||||
unknown reason.
|
||||
<!-- One test,
|
||||
<filename>test-font</filename> is known to fail. Some tests may
|
||||
fail if no Opentype or Truetype fonts are installed in
|
||||
<filename class='directory'>/usr/share/fonts</filename>.
|
||||
-->
|
||||
<!--<filename>test-itemize</filename>, are are known to fail. if
|
||||
<xref linkend="cantarell-fonts"/> are not installed.-->
|
||||
<!-- the other problematic tests get skipped now -->
|
||||
|
Loading…
Reference in New Issue
Block a user