From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsnow/
Date: Fri, 17 Oct 2025 20:49:55 +0000 (UTC) [thread overview]
Message-ID: <1760734163.a1f58b735bda0f08016d654fd76f3af57c36058e.dilfridge@gentoo> (raw)
commit: a1f58b735bda0f08016d654fd76f3af57c36058e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 17 20:49:23 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 20:49:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f58b73
x11-misc/xsnow: remove 3.6.0, 3.7.5; add 3.8.5
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
x11-misc/xsnow/Manifest | 3 +-
x11-misc/xsnow/xsnow-3.7.5.ebuild | 54 ----------------------
.../{xsnow-3.6.0-r1.ebuild => xsnow-3.8.5.ebuild} | 12 ++++-
3 files changed, 12 insertions(+), 57 deletions(-)
diff --git a/x11-misc/xsnow/Manifest b/x11-misc/xsnow/Manifest
index d144de6a85e6..58039d5bfc3e 100644
--- a/x11-misc/xsnow/Manifest
+++ b/x11-misc/xsnow/Manifest
@@ -1,3 +1,2 @@
-DIST xsnow-3.6.0.tar.gz 495875 BLAKE2B 9ebc87254ce81b7fd051bbc0170faa7198390679a8dbaccdfa3674b1f584ad298fa73506b7eb8ff63fe04f168ebafcd30bc2101510c4e912e029edefe4813c65 SHA512 e2684e6d011a8add8819e16b6b649f8d501525c41a4baa0ef32d90b7603e30910a77093c2d21f52a7adb72f0ba18076f9265557e70dc246b365e0fd2b8ed4ab1
-DIST xsnow-3.7.5.tar.gz 1375177 BLAKE2B 7ee2100abcff7d5224315f0fe1ce906c0d1cc24f0e695e3d3914d5eb58f50ab39c0d8e2dc89185c887175a018c3732ef3c943c3184fb10b87106105612bb37bb SHA512 68683d0de9380d990580049b300f326bd9ee6a3debbc3cb0323a21a26a2eda07e6475596070a7cbe8946074b781bc3b374ec3a5fdd587b851d9cdf55d768bffb
DIST xsnow-3.8.1.tar.gz 1414930 BLAKE2B 67cfbf91697cebd23c85beb2d8439c7a965424377e9278eb5687f3fb11537bbdc80e4b7455edfc882e3e7963d3d65ad86d2eefa794e7840d45bc24c1b4a638d4 SHA512 6c20d56356da0da53cf2f8dcce28ac3776d48fe94bcc85f14e847d4278d319f661366d0c5effc56fa1866d35d183c8425d8822822dcb07d6aa8ac6363b3d3678
+DIST xsnow-3.8.5.tar.gz 1423250 BLAKE2B 74ffd4bf0e75d5bda66518006fd2e5dcbaec64538d49f5ff7690c7e4098c935d10f71c9a294f1ba95f30f81b8f11179b66030bac27f6658c14197f24f91d1b03 SHA512 f19614544724875995f2e232bfb8f7a853da4763f72f8c6e95cbaa0e28d433f0975ae8bb496758bfe19867809117a481b093723e027955c499ffe3b8525deafc
diff --git a/x11-misc/xsnow/xsnow-3.7.5.ebuild b/x11-misc/xsnow/xsnow-3.7.5.ebuild
deleted file mode 100644
index 8ec22036f7a3..000000000000
--- a/x11-misc/xsnow/xsnow-3.7.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit autotools xdg
-
-DESCRIPTION="let it snow on your desktop and windows"
-HOMEPAGE="https://www.ratrabbit.nl/ratrabbit/xsnow/"
-SRC_URI="https://www.ratrabbit.nl/downloads/xsnow/${P}.tar.gz"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ppc64 ~sparc ~x86"
-
-RDEPEND="
- dev-libs/glib:2
- sci-libs/gsl:=
- sys-apps/dbus
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXinerama
- x11-libs/libXpm
- x11-libs/libXtst
- x11-libs/libxkbcommon
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-3.0.7-gamesdir.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- default
-
- # Install xscreensaver hack, which calls xsnow with the correct
- # arguments. xscreensaver calls all hacks with --root, however xsnow
- # only understands -root and will exit with an error if an unknown
- # argument (--root) is provided.
- exeinto usr/$(get_libdir)/misc/xscreensaver
- newexe - xsnow <<-EOF
- #/usr/bin/env bash
- exec "${EPREFIX}/usr/bin/xsnow" -nomenu -root
-EOF
-}
diff --git a/x11-misc/xsnow/xsnow-3.6.0-r1.ebuild b/x11-misc/xsnow/xsnow-3.8.5.ebuild
similarity index 85%
rename from x11-misc/xsnow/xsnow-3.6.0-r1.ebuild
rename to x11-misc/xsnow/xsnow-3.8.5.ebuild
index 8ec22036f7a3..ca9dc684c7a6 100644
--- a/x11-misc/xsnow/xsnow-3.6.0-r1.ebuild
+++ b/x11-misc/xsnow/xsnow-3.8.5.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
inherit autotools xdg
DESCRIPTION="let it snow on your desktop and windows"
@@ -10,7 +11,10 @@ SRC_URI="https://www.ratrabbit.nl/downloads/xsnow/${P}.tar.gz"
LICENSE="freedist"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/glib:2
@@ -29,6 +33,12 @@ RDEPEND="
DEPEND="
${RDEPEND}
x11-base/xorg-proto
+ test? (
+ media-gfx/scrot
+ x11-apps/xdpyinfo
+ x11-base/xorg-server[xvfb]
+ x11-misc/xdotool
+ )
"
PATCHES=(
"${FILESDIR}"/${PN}-3.0.7-gamesdir.patch
next reply other threads:[~2025-10-17 20:49 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 20:49 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 16:42 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsnow/ Arthur Zamarin
2025-03-08 15:01 Arthur Zamarin
2025-03-08 14:25 Sam James
2024-12-28 11:46 Arthur Zamarin
2024-12-23 23:47 Jakov Smolić
2024-12-14 15:24 Florian Schmaus
2024-12-13 8:25 Florian Schmaus
2024-12-13 8:25 Florian Schmaus
2024-12-08 20:06 Arthur Zamarin
2024-12-02 14:50 Sam James
2023-09-18 10:02 Florian Schmaus
2023-09-18 10:00 Florian Schmaus
2023-06-09 15:06 Arthur Zamarin
2023-06-03 11:15 Arthur Zamarin
2023-04-29 17:43 Arthur Zamarin
2023-04-02 17:33 Sam James
2023-04-02 17:33 Sam James
2023-04-02 16:30 Sam James
2023-04-02 16:30 Sam James
2023-04-02 13:15 Andreas K. Hüttel
2023-04-02 13:15 Andreas K. Hüttel
2022-12-21 10:07 Florian Schmaus
2022-12-20 18:59 Florian Schmaus
2022-12-20 18:59 Florian Schmaus
2022-12-20 18:59 Florian Schmaus
2022-10-03 18:43 Andreas K. Hüttel
2022-10-03 18:43 Andreas K. Hüttel
2022-03-12 13:17 Arthur Zamarin
2022-03-02 3:44 Sam James
2022-03-01 11:29 Agostino Sarubbo
2022-03-01 9:44 Jakov Smolić
2022-02-28 23:59 Sam James
2022-02-07 6:32 Sam James
2021-04-10 9:58 Andreas K. Hüttel
2021-04-10 9:58 Andreas K. Hüttel
2021-03-02 2:32 Sam James
2021-02-28 23:22 Sam James
2021-02-28 21:37 Sam James
2021-02-28 21:37 Sam James
2021-02-28 21:35 Sam James
2021-01-21 20:59 Andreas K. Hüttel
2021-01-21 20:59 Andreas K. Hüttel
2020-12-17 12:48 Sam James
2020-12-13 12:06 Sergei Trofimovich
2020-12-04 18:31 Sergei Trofimovich
2020-12-02 23:31 Thomas Deutschmann
2020-12-02 22:39 Sam James
2020-12-01 17:29 Andreas K. Hüttel
2020-01-13 10:07 David Seifert
2017-05-13 12:17 Jeroen Roovers
2017-05-13 12:15 Jeroen Roovers
2017-05-12 14:55 Agostino Sarubbo
2017-03-22 7:30 Michael Weber
2017-03-21 14:34 Agostino Sarubbo
2017-03-21 10:08 Michael Weber
2017-03-20 11:04 Agostino Sarubbo
2016-07-24 11:54 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1760734163.a1f58b735bda0f08016d654fd76f3af57c36058e.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox