mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Update to adwaita-icon-theme-45.0
This commit is contained in:
parent
973bdfe245
commit
7f79ef7999
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>September 21st, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to adwaita-icon-theme-45.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;18607">#18607</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to unrar-6.2.11. Fixes
|
||||
<ulink url="&blfs-ticket-root;18606">#18606</ulink>.</para>
|
||||
|
@ -868,7 +868,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!-- <!ENTITY sawfish-version "1.13.0">-->
|
||||
|
||||
<!-- Chapter 28 -->
|
||||
<!ENTITY adwaita-icon-theme-version "44.0">
|
||||
<!ENTITY adwaita-icon-theme-version "45.0">
|
||||
<!-- breeze-icons version is the same as kf5-frameworks -->
|
||||
<!ENTITY gnome-icon-theme-version "3.12.0">
|
||||
<!ENTITY gnome-icon-theme-extras-version "3.12.0">
|
||||
|
@ -5,13 +5,13 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY adwaita-icon-theme-download-http
|
||||
"&gnome-download-http;/adwaita-icon-theme/&gnome-44;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">
|
||||
"&gnome-download-http;/adwaita-icon-theme/&gnome-45;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">
|
||||
<!ENTITY adwaita-icon-theme-download-ftp
|
||||
"&gnome-download-ftp;/adwaita-icon-theme/&gnome-44;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">
|
||||
<!ENTITY adwaita-icon-theme-md5sum "1abae78e6cd50d4055b5c88ffe8b56a5">
|
||||
<!ENTITY adwaita-icon-theme-size "2.4 MB">
|
||||
<!ENTITY adwaita-icon-theme-buildsize "31 MB">
|
||||
<!ENTITY adwaita-icon-theme-time "0.1 SBU (Using parallelism=4)">
|
||||
"&gnome-download-ftp;/adwaita-icon-theme/&gnome-45;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">
|
||||
<!ENTITY adwaita-icon-theme-md5sum "5407d7921f717e837341bca9bb1bc50b">
|
||||
<!ENTITY adwaita-icon-theme-size "4.1 MB">
|
||||
<!ENTITY adwaita-icon-theme-buildsize "72 MB">
|
||||
<!ENTITY adwaita-icon-theme-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="adwaita-icon-theme" xreflabel="adwaita-icon-theme-&adwaita-icon-theme-version;">
|
||||
@ -29,7 +29,7 @@
|
||||
<para>
|
||||
The <application>Adwaita Icon Theme</application> package contains an
|
||||
icon theme for <application>GTK+ 3</application> and
|
||||
<application>GTK 4</application>applications.
|
||||
<application>GTK 4</application> applications.
|
||||
</para>
|
||||
|
||||
&lfs120_checked;
|
||||
@ -73,7 +73,8 @@
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="git"/>,
|
||||
<xref linkend="gtk3"/> (if present, <xref linkend="librsvg"/> is also
|
||||
<xref linkend="gtk4"/> or <xref linkend="gtk3"/>
|
||||
(if present, <xref linkend="librsvg"/> is also
|
||||
required, and <command>gtk-update-icon-cache
|
||||
</command> and <command>gtk-encode-symbolic-svg</command> are run
|
||||
after installing),
|
||||
@ -91,8 +92,11 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson setup --prefix=/usr .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
@ -102,7 +106,7 @@ 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>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user