Diff adwaita-icon-theme-44.0 with a adwaita-icon-theme-45.0

/usr/portage/x11-themes/adwaita-icon-theme/adwaita-icon-theme-45.0.ebuild 2023-10-09 14:52:35.984368514 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit gnome2 xdg
6
inherit gnome.org meson xdg
7 7

  
8 8
DESCRIPTION="GNOME default icon theme"
9 9
HOMEPAGE="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
......
17 17
"
18 18
SLOT="0"
19 19
IUSE="branding"
20
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
20
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
21 21

  
22 22
# gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
23 23
# librsvg is needed for gtk-encode-symbolic-svg to be able to read the source SVG via
......
46 46
			"${S}"/Adwaita/scalable/places/start-here.svg || die
47 47
	fi
48 48

  
49
	gnome2_src_prepare
50
}
51

  
52
src_configure() {
53
	gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
49
	default
54 50
}
55 51

  
56 52
src_test() {
......
58 54
}
59 55

  
60 56
src_install() {
61
	gnome2_src_install
57
	meson_src_install
62 58

  
63 59
	# Gentoo uses the following location for cursors too, but keep
64 60
	# upstream path to prevent issues like bugs #838451, #834277, #834001
Thank you!