Diff gnome-mahjongg-3.38.3 with a gnome-mahjongg-3.40.0

/usr/portage/games-board/gnome-mahjongg/gnome-mahjongg-3.40.0.ebuild 2023-10-09 14:52:31.072368390 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit gnome.org gnome2-utils meson vala xdg
7 7

  
......
10 10

  
11 11
LICENSE="GPL-2+ CC-BY-SA-3.0"
12 12
SLOT="0"
13
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
14
IUSE=""
13
KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
15 14

  
16 15
RDEPEND="
17 16
	>=dev-libs/glib-2.40.0:2
18
	>=x11-libs/gtk+-3.13.2:3
19
	>=gnome-base/librsvg-2.32.0:2
17
	>=gui-libs/gtk-4.5.0:4
18
	gui-libs/libadwaita:1
19
	>=gnome-base/librsvg-2.46.0:2
20 20
"
21 21
DEPEND="${RDEPEND}
22 22
	gnome-base/librsvg:2[vala]
......
29 29
	virtual/pkgconfig
30 30
"
31 31

  
32
PATCHES=(
33
	"${FILESDIR}"/${PN}-3.38.3-meson-0.61.patch
34
)
35

  
36 32
src_prepare() {
37
	xdg_src_prepare
38
	vala_src_prepare
39
}
40

  
41
src_configure() {
42
	local emesonargs=(
43
		-Dcompile-schemas=disabled
44
		-Dupdate-icon-cache=disabled
45
	)
46
	meson_src_configure
33
	default
34
	vala_setup
35
	xdg_environment_reset
47 36
}
48 37

  
49 38
pkg_postinst() {
Thank you!