Сравнение gnome-tweaks-40.10-r1 с gnome-tweaks-42_beta
/usr/portage/gnome-extra/gnome-tweaks/gnome-tweaks-42_beta.ebuild 2023-10-09 14:52:31.160368392 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
5 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
6 | 6 | |
7 | 7 |
inherit gnome.org gnome2-utils meson python-single-r1 xdg |
8 | 8 | |
... | ... | |
14 | 14 | |
15 | 15 |
REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
16 | 16 | |
17 |
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" |
|
17 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" |
|
18 | 18 | |
19 | 19 |
DEPEND="${PYTHON_DEPS}" |
20 | 20 |
# See README.md for list of deps |
... | ... | |
30 | 30 |
>=gnome-base/gnome-desktop-3.30:3[introspection] |
31 | 31 |
gui-libs/libhandy:1[introspection] |
32 | 32 |
x11-libs/libnotify[introspection] |
33 | ||
33 |
x11-libs/pango[introspection] |
|
34 | 34 |
>=gnome-base/gsettings-desktop-schemas-40.0 |
35 | 35 |
>=gnome-base/gnome-shell-3.24 |
36 | 36 |
x11-wm/mutter |
37 | 37 |
" |
38 | 38 |
BDEPEND=">=sys-devel/gettext-0.19.8" |
39 | 39 | |
40 |
PATCHES=( |
|
41 |
"${FILESDIR}"/3.28.1-gentoo-cursor-themes.patch # Add contents of Gentoo's cursor theme directory to cursor theme list |
|
42 |
) |
|
43 | ||
44 | 40 |
src_install() { |
45 | 41 |
meson_src_install |
46 | 42 |
python_optimize |