Update to xorgproto-2023.2

This commit is contained in:
Pierre Labastie 2023-06-17 14:00:58 +02:00
parent 92b263cd6b
commit 6167879d52
3 changed files with 10 additions and 6 deletions

View File

@ -42,6 +42,10 @@
<listitem>
<para>June 17th, 2023</para>
<itemizedlist>
<listitem>
<para>[pierre] - Update to xorgproto-2023.2. Fixes
<ulink url="&blfs-ticket-root;18177">#18177</ulink></para>
</listitem>
<listitem>
<para>[pierre] - Update to gjs-1.76.2. Fixes
<ulink url="&blfs-ticket-root;18175">#18175</ulink></para>

View File

@ -756,7 +756,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!-- Chapter 24 --> <!-- stable lt .90 micro version -->
<!ENTITY xorg-version "7"> <!-- applies to all xorg packages -->
<!ENTITY util-macros-version "1.20.0">
<!ENTITY xorgproto-version "2023.1">
<!ENTITY xorgproto-version "2023.2">
<!ENTITY libXau-version "1.0.11">
<!ENTITY libXdmcp-version "1.1.4">
<!ENTITY xcb-proto-version "1.15.2">

View File

@ -6,9 +6,9 @@
<!ENTITY xorgproto-download-http "https://xorg.freedesktop.org/archive/individual/proto/xorgproto-&xorgproto-version;.tar.xz">
<!ENTITY xorgproto-download-ftp " ">
<!ENTITY xorgproto-md5sum "c1ba00071316114b7dac58a2aa9b81db">
<!ENTITY xorgproto-size "744 KB">
<!ENTITY xorgproto-buildsize "8.5 MB">
<!ENTITY xorgproto-md5sum "2e266a49ce3f56669d014cf284901e6e">
<!ENTITY xorgproto-size "741 KB">
<!ENTITY xorgproto-buildsize "10 MB">
<!ENTITY xorgproto-time "less than 0.1 SBU">
]>
@ -107,7 +107,7 @@
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson setup --prefix=$XORG_PREFIX -Dlegacy=true .. &amp;&amp;
meson setup --prefix=$XORG_PREFIX .. &amp;&amp;
ninja</userinput></screen>
<para>
@ -130,7 +130,7 @@ install -vm 644 ../[^m]*.txt ../PM_spec $XORG_PREFIX/share/doc/xorgproto-&xorgpr
<title>Command Explanations</title>
<para>
<parameter>-Dlegacy=true</parameter>: Installs legacy headers needed
<option>-Dlegacy=true</option>: Installs legacy headers needed
by old programs (such as <ulink
url="https://lesstif.sourceforge.net/">LessTif</ulink>).
</para>