Сравнение gnome-klotski-3.38.2 с gnome-klotski-3.38.2-r1
| /usr/portage/games-puzzle/gnome-klotski/gnome-klotski-3.38.2-r1.ebuild 2026-05-01 00:17:34.721463247 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 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 | |
| 8 | 8 |
DESCRIPTION="Slide blocks to solve the puzzle" |
| 9 |
HOMEPAGE="https://wiki.gnome.org/Apps/Klotski" |
|
| 9 |
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-klotski" |
|
| 10 | 10 | |
| 11 | 11 |
LICENSE="GPL-3+ FDL-1.1+" |
| 12 | 12 |
SLOT="0" |
| 13 |
KEYWORDS="amd64 arm64 ~loong ~riscv x86" |
|
| 14 |
IUSE="" |
|
| 13 |
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" |
|
| 15 | 14 | |
| 16 | 15 |
RDEPEND=" |
| 17 | 16 |
dev-libs/libgee:0.8= |
| ... | ... | |
| 32 | 31 |
" |
| 33 | 32 | |
| 34 | 33 |
src_prepare() {
|
| 35 |
xdg_src_prepare |
|
| 36 |
vala_src_prepare |
|
| 34 |
default |
|
| 35 |
vala_setup |
|
| 37 | 36 |
} |
| 38 | 37 | |
| 39 | 38 |
pkg_postinst() {
|