mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Package updates:
Update to pango-1.48.8 Update to gjs-1.68.2 Update to fetchmail-6.4.21 Update to gnome-autoar-0.4.0 Update to enchant-2.3.1
This commit is contained in:
parent
2c96c50973
commit
7f142f7887
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz">
|
||||
<!ENTITY enchant-download-ftp " ">
|
||||
<!ENTITY enchant-md5sum "212fc58ce26a983caed599a9a5d36d0e">
|
||||
<!ENTITY enchant-size "964 KB">
|
||||
<!ENTITY enchant-buildsize "7.4 MB (add 100 MB for tests)">
|
||||
<!ENTITY enchant-md5sum "0b9b60da3bf595ff07547c40668a7373">
|
||||
<!ENTITY enchant-size "968 KB">
|
||||
<!ENTITY enchant-buildsize "7.3 MB (add 100 MB for tests)">
|
||||
<!ENTITY enchant-time "0.2 SBU (add 0.5 SBU for tests)">
|
||||
]>
|
||||
|
||||
|
@ -25,8 +25,8 @@
|
||||
<!ENTITY yelp-xsl-version "40.2">
|
||||
<!ENTITY GConf-version "3.2.6">
|
||||
<!ENTITY geocode-glib-version "3.26.2">
|
||||
<!ENTITY gjs-version "1.68.1">
|
||||
<!ENTITY gnome-autoar-version "0.3.3">
|
||||
<!ENTITY gjs-version "1.68.2">
|
||||
<!ENTITY gnome-autoar-version "0.4.0">
|
||||
<!ENTITY gnome-desktop-version "40.3">
|
||||
<!ENTITY gnome-menus-version "3.36.0">
|
||||
<!ENTITY gnome-video-effects-version "0.5.0">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.68/gjs-&gjs-version;.tar.xz">
|
||||
<!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.68/gjs-&gjs-version;.tar.xz">
|
||||
<!ENTITY gjs-md5sum "2e41aeb154d62baab4a16a5042e09977">
|
||||
<!ENTITY gjs-md5sum "251a43e87032b49983e9e488e4c410e8">
|
||||
<!ENTITY gjs-size "548 KB">
|
||||
<!ENTITY gjs-buildsize "66 MB (with tests)">
|
||||
<!ENTITY gjs-buildsize "27 MB (with tests)">
|
||||
<!ENTITY gjs-time "0.8 SBU (with tests)">
|
||||
]>
|
||||
|
||||
@ -130,12 +130,9 @@ ninja</userinput></screen>
|
||||
<para>
|
||||
To test the results, issue: <command>ninja test</command>. The
|
||||
<application>GTK</application> and <application>Cairo</application>
|
||||
tests will fail if not running in an Xorg session. <!--Additionally, four
|
||||
tests are currently known to fail:
|
||||
<filename>gjs:C / API tests</filename>,
|
||||
<filename>gjs:JS / GIMarshalling</filename>,
|
||||
<filename>gjs:JS / Regress</filename>, and
|
||||
<filename>gjs:JS / Gtk3</filename>.-->
|
||||
tests will fail if not running in an Xorg session. The
|
||||
<filename>gjs:JS / Gtk4</filename> test is known to exit with an ERROR
|
||||
on some systems.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0.3/gnome-autoar-&gnome-autoar-version;.tar.xz">
|
||||
<!ENTITY gnome-autoar-download-ftp "&gnome-download-ftp;/gnome-autoar/0.3/gnome-autoar-&gnome-autoar-version;.tar.xz">
|
||||
<!ENTITY gnome-autoar-md5sum "5c3af53d0ceb077e1588788f491b0b78">
|
||||
<!ENTITY gnome-autoar-size "292 KB">
|
||||
<!ENTITY gnome-autoar-buildsize "5.1 MB">
|
||||
<!ENTITY gnome-autoar-time "0.1 SBU">
|
||||
<!ENTITY gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0.4/gnome-autoar-&gnome-autoar-version;.tar.xz">
|
||||
<!ENTITY gnome-autoar-download-ftp "&gnome-download-ftp;/gnome-autoar/0.4/gnome-autoar-&gnome-autoar-version;.tar.xz">
|
||||
<!ENTITY gnome-autoar-md5sum "bef689989c88e3f0712dd4cf1edeac8c">
|
||||
<!ENTITY gnome-autoar-size "52 KB">
|
||||
<!ENTITY gnome-autoar-buildsize "2.8 MB">
|
||||
<!ENTITY gnome-autoar-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<!-- Try to keep the indentation used in this file-->
|
||||
@ -100,36 +100,49 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-debug \
|
||||
--disable-static &&
|
||||
make</userinput></screen>
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --buildtype=release -Dvapi=true -Dtests=true &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
To test the results, issue: <command>ninja test</command>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<!--
|
||||
<para>
|
||||
<parameter>--disable-debug</parameter>: Disable the debug mode,
|
||||
<parameter>- -disable-debug</parameter>: Disable the debug mode,
|
||||
in which this package would be built with <option>-O0 -g</option>.
|
||||
</para>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
-->
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/meson-buildtype-release.xml"/>
|
||||
|
||||
<para>
|
||||
<option>-Dgtk_doc=true</option>: Use this parameter if GTK-Doc is
|
||||
installed and you wish to rebuild and install the API documentation.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -41,6 +41,32 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>August 12th, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to pango-1.48.8. Fixes
|
||||
<ulink url="&blfs-ticket-root;15384">#15384</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to enchant-2.3.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;15376">#15376</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to gnome-autoar-0.4.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;15375">#15375</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to fetchmail-6.4.21. Fixes
|
||||
<ulink url="&blfs-ticket-root;15370">#15370</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to gjs-1.68.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;15363">#15363</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>August 11th, 2021</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY fetchmail-download-http "&sourceforge-dl;/fetchmail/fetchmail-&fetchmail-version;.tar.xz">
|
||||
<!ENTITY fetchmail-download-ftp " ">
|
||||
<!ENTITY fetchmail-md5sum "01f1e16772933fc4833e7cf4f42284ba">
|
||||
<!ENTITY fetchmail-md5sum "091dcd5462f205dbc0597e7ad73d3e15">
|
||||
<!ENTITY fetchmail-size "1.3 MB">
|
||||
<!ENTITY fetchmail-buildsize "17 MB including tests">
|
||||
<!ENTITY fetchmail-buildsize "16 MB including tests">
|
||||
<!ENTITY fetchmail-time "0.1 SBU including tests">
|
||||
]>
|
||||
|
||||
|
@ -89,7 +89,7 @@
|
||||
<!ENTITY clucene-version "2.3.3.4">
|
||||
<!ENTITY dbus-glib-version "0.112">
|
||||
<!ENTITY double-conversion-version "3.1.5">
|
||||
<!ENTITY enchant-version "2.3.0">
|
||||
<!ENTITY enchant-version "2.3.1">
|
||||
<!ENTITY exempi-version "2.5.2">
|
||||
<!ENTITY expat-version "2.1.0">
|
||||
<!ENTITY fftw-version "3.3.9">
|
||||
@ -654,7 +654,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!-- Chapter 19 -->
|
||||
<!ENTITY mailx-version "12.5">
|
||||
<!ENTITY procmail-version "3.22">
|
||||
<!ENTITY fetchmail-version "6.4.20">
|
||||
<!ENTITY fetchmail-version "6.4.21">
|
||||
<!ENTITY mutt-version "2.1.1">
|
||||
<!ENTITY alpine-version "2.21">
|
||||
|
||||
@ -764,7 +764,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY libhandy1-version "1.2.3">
|
||||
<!ENTITY libnotify-version "0.7.9">
|
||||
<!ENTITY libxklavier-version "5.4">
|
||||
<!ENTITY pango-version "1.48.7">
|
||||
<!ENTITY pango-version "1.48.8">
|
||||
<!ENTITY pangomm-version "2.46.1">
|
||||
<!ENTITY qt5-version "5.15.2">
|
||||
<!ENTITY qtwebengine-version "20210401">
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY pango-download-http "&gnome-download-http;/pango/1.48/pango-&pango-version;.tar.xz">
|
||||
<!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.48/pango-&pango-version;.tar.xz">
|
||||
<!ENTITY pango-md5sum "01b2902c42313032784e1d1f99b0d9be">
|
||||
<!ENTITY pango-md5sum "ddc73e2f8fdf01e98f1dcf11799c80dd">
|
||||
<!ENTITY pango-size "2.0 MB">
|
||||
<!ENTITY pango-buildsize "43 MB (with tests)">
|
||||
<!ENTITY pango-time "0.2 SBU (with tests)">
|
||||
@ -120,11 +120,13 @@ meson --prefix=/usr --buildtype=release .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>ninja test</command>. Three tests,
|
||||
To test the results, issue: <command>ninja test</command>. One test,
|
||||
<filename>test-font</filename>,
|
||||
<filename>test-layout</filename>, and
|
||||
<!--<filename>test-layout</filename>, and
|
||||
<filename>test-itemize</filename>, are known to fail if
|
||||
<xref linkend="cantarell-fonts"/> are not installed.
|
||||
<xref linkend="cantarell-fonts"/> are not installed.-->
|
||||
is known to fail.
|
||||
<!-- the problematic tests get skipped now -->
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user