Сравнение xsnow-3.8.1 с xsnow-3.8.5-r1
| /usr/portage/x11-misc/xsnow/xsnow-3.8.5-r1.ebuild 2026-02-19 11:18:08.304635730 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 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 |
inherit autotools xdg flag-o-matic |
|
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="let it snow on your desktop and windows" |
| 9 | 9 |
HOMEPAGE="https://www.ratrabbit.nl/ratrabbit/xsnow/" |
| ... | ... | |
| 22 | 22 |
sys-apps/dbus |
| 23 | 23 |
x11-libs/cairo |
| 24 | 24 |
x11-libs/gdk-pixbuf:2 |
| 25 |
x11-libs/gtk+:3 |
|
| 25 |
x11-libs/gtk+:3[X] |
|
| 26 | 26 |
x11-libs/libX11 |
| 27 | 27 |
x11-libs/libXext |
| 28 | 28 |
x11-libs/libXinerama |
| ... | ... | |
| 49 | 49 |
eautoreconf |
| 50 | 50 |
} |
| 51 | 51 | |
| 52 |
src_configure() {
|
|
| 53 |
append-flags -DGENTOO_GTK_HIDE_WAYLAND |
|
| 54 |
default |
|
| 55 |
} |
|
| 56 | ||
| 52 | 57 |
src_install() {
|
| 53 | 58 |
default |
| 54 | 59 | |