mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Update to gtk-doc-1.34.0.
This commit is contained in:
parent
3e14aed902
commit
6306f35819
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY gtk-doc-download-http "&gnome-download-http;/gtk-doc/>k-doc-major;/gtk-doc->k-doc-version;.tar.xz">
|
||||
<!ENTITY gtk-doc-download-ftp " ">
|
||||
<!ENTITY gtk-doc-md5sum "ea6563421abe964d02135ca0d5b8dd8e">
|
||||
<!ENTITY gtk-doc-size "496 KB">
|
||||
<!ENTITY gtk-doc-buildsize "13 MB (with tests)">
|
||||
<!ENTITY gtk-doc-md5sum "f0e7385ba25eddb6ce0953e8cf63d1bf">
|
||||
<!ENTITY gtk-doc-size "484 KB">
|
||||
<!ENTITY gtk-doc-buildsize "14 MB (with tests)">
|
||||
<!ENTITY gtk-doc-time "0.2 SBU (with tests)">
|
||||
]>
|
||||
|
||||
@ -130,9 +130,11 @@
|
||||
the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>autoreconf -fiv &&
|
||||
./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
<screen><userinput>mkdir -p build &&
|
||||
cd build &&
|
||||
|
||||
meson setup --prefix=/usr --buildtype=release .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
The test suite will hang if the package (or a previous version)
|
||||
@ -143,10 +145,10 @@ make</userinput></screen>
|
||||
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>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
To test the results, issue: <command>ninja test</command>.
|
||||
Some tests will fail depending on optionally installed packages.
|
||||
</para>
|
||||
|
||||
|
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>March 6th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to gtk-doc-1.34.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;19410">#19410</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to gnome-maps-45.5. Fixes
|
||||
<ulink url="&blfs-ticket-root;19397">#19397</ulink>.</para>
|
||||
|
@ -247,8 +247,8 @@
|
||||
<!ENTITY desktop-file-utils-version "0.27">
|
||||
<!ENTITY dos2unix-version "7.5.2">
|
||||
<!ENTITY graphviz-version "10.0.1">
|
||||
<!ENTITY gtk-doc-major "1.33">
|
||||
<!ENTITY gtk-doc-version "1.33.2">
|
||||
<!ENTITY gtk-doc-major "1.34">
|
||||
<!ENTITY gtk-doc-version "1.34.0">
|
||||
<!ENTITY highlight-version "4.10">
|
||||
<!ENTITY ibus-version "1.5.29">
|
||||
<!ENTITY imagemagick-version "7.1.1">
|
||||
|
Loading…
Reference in New Issue
Block a user