Diff libgnome-games-support-1.8.2 with a libgnome-games-support-2.0.0
/usr/portage/dev-libs/libgnome-games-support/libgnome-games-support-2.0.0.ebuild 2023-10-09 14:52:29.516368351 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2022 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 meson vala xdg |
7 | 7 | |
... | ... | |
9 | 9 |
HOMEPAGE="https://gitlab.gnome.org/GNOME/libgnome-games-support" |
10 | 10 | |
11 | 11 |
LICENSE="LGPL-3+" |
12 |
SLOT="1/3" |
|
13 |
KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86" |
|
14 |
IUSE="" |
|
12 |
SLOT="2/4" |
|
13 |
KEYWORDS="amd64 ~arm arm64 ~riscv x86" |
|
15 | 14 | |
16 | 15 |
# glib dep in meson is 2.40, but vala is passed 2.44 target |
17 | 16 |
RDEPEND=" |
18 | 17 |
>=dev-libs/libgee-0.14.0:0.8= |
19 | 18 |
>=dev-libs/glib-2.44:2 |
20 |
>=x11-libs/gtk+-3.19.2:3 |
|
19 |
>=gui-libs/gtk-4.2:4 |
|
21 | 20 |
" |
22 | 21 |
DEPEND="${RDEPEND}" |
23 | 22 |
BDEPEND=" |
... | ... | |
27 | 26 |
" |
28 | 27 | |
29 | 28 |
src_prepare() { |
30 |
vala_src_prepare |
|
31 |
xdg_src_prepare |
|
29 |
default |
|
30 |
vala_setup |
|
31 |
xdg_environment_reset |
|
32 | 32 |
} |