From 9d10c84593200c4d9678d9524c369aa239b3d3e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 31 Oct 2025 13:16:56 +0100 Subject: [PATCH] x11-misc/xsnow: package requires gtk+ x11 interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/958076 Signed-off-by: Andreas K. Hüttel --- .../xsnow/{xsnow-3.8.5.ebuild => xsnow-3.8.5-r1.ebuild} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename x11-misc/xsnow/{xsnow-3.8.5.ebuild => xsnow-3.8.5-r1.ebuild} (90%) diff --git a/x11-misc/xsnow/xsnow-3.8.5.ebuild b/x11-misc/xsnow/xsnow-3.8.5-r1.ebuild similarity index 90% rename from x11-misc/xsnow/xsnow-3.8.5.ebuild rename to x11-misc/xsnow/xsnow-3.8.5-r1.ebuild index ca9dc684c7a65..fc2d2a06fcbdf 100644 --- a/x11-misc/xsnow/xsnow-3.8.5.ebuild +++ b/x11-misc/xsnow/xsnow-3.8.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools xdg +inherit autotools xdg flag-o-matic DESCRIPTION="let it snow on your desktop and windows" HOMEPAGE="https://www.ratrabbit.nl/ratrabbit/xsnow/" @@ -22,7 +22,7 @@ RDEPEND=" sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 + x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama @@ -49,6 +49,11 @@ src_prepare() { eautoreconf } +src_configure() { + append-flags -DGENTOO_GTK_HIDE_WAYLAND + default +} + src_install() { default