Diff xsnow-3.7.5 with a xsnow-3.8.1
/usr/portage/x11-misc/xsnow/xsnow-3.8.1.ebuild 2025-02-03 17:39:35.962678108 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | ||
5 | 6 |
inherit autotools xdg |
6 | 7 | |
7 | 8 |
DESCRIPTION="let it snow on your desktop and windows" |
... | ... | |
10 | 11 | |
11 | 12 |
LICENSE="freedist" |
12 | 13 |
SLOT="0" |
13 |
KEYWORDS="amd64 ~arm64 ~ppc ppc64 sparc ~x86" |
|
14 |
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86" |
|
15 | ||
16 |
IUSE="test" |
|
17 |
RESTRICT="!test? ( test )" |
|
14 | 18 | |
15 | 19 |
RDEPEND=" |
16 | 20 |
dev-libs/glib:2 |
... | ... | |
29 | 33 |
DEPEND=" |
30 | 34 |
${RDEPEND} |
31 | 35 |
x11-base/xorg-proto |
36 |
test? ( |
|
37 |
media-gfx/scrot |
|
38 |
x11-apps/xdpyinfo |
|
39 |
x11-base/xorg-server[xvfb] |
|
40 |
x11-misc/xdotool |
|
41 |
) |
|
32 | 42 |
" |
33 | 43 |
PATCHES=( |
34 | 44 |
"${FILESDIR}"/${PN}-3.0.7-gamesdir.patch |