Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsnow/
Date: Sat, 10 Apr 2021 09:58:47
Message-Id: 1618048706.b078be025685616592237e74ba45810684862371.dilfridge@gentoo
1 commit: b078be025685616592237e74ba45810684862371
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 09:58:26 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 10 09:58:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b078be02
7
8 x11-misc/xsnow: Version bump 3.3.0
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 x11-misc/xsnow/Manifest | 1 +
14 x11-misc/xsnow/xsnow-3.3.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
15 2 files changed, 36 insertions(+)
16
17 diff --git a/x11-misc/xsnow/Manifest b/x11-misc/xsnow/Manifest
18 index 1e363a592e2..cf99389b91a 100644
19 --- a/x11-misc/xsnow/Manifest
20 +++ b/x11-misc/xsnow/Manifest
21 @@ -1 +1,2 @@
22 DIST xsnow-3.2.2.tar.gz 410575 BLAKE2B 212eec5744657ece2393c92c8210df23a323deb86e58cba7ecce191da23ee094590603cb267c8325ba8915a386325561ecbc165e27acf442426374abd113c441 SHA512 767aad07834b5af0be08f2e0f205cb4bb796b4ecfd4c38a187fea26b4d8c752d231a1f870494ba70b3437e54e8b5f0f745b69aa45f99d7b32d52a0d4b4cc8ba0
23 +DIST xsnow-3.3.0.tar.gz 405967 BLAKE2B d2b6d87b781c894c09157ff2f06389d0b1cf401eff735b812ec324560d295195c5afaa3c9c755f569f10f4ff4cd9738dbcc393044dbdebc13454bfeb8e1a9065 SHA512 b2674039ed26c5788a137cf44396b18f07458e926ea0552034d2c78cefaeaffce35ef42f2da386ee48b8b4d8f98960a4a31edfcf737c6d269485785699f9227a
24
25 diff --git a/x11-misc/xsnow/xsnow-3.3.0.ebuild b/x11-misc/xsnow/xsnow-3.3.0.ebuild
26 new file mode 100644
27 index 00000000000..b088c85f491
28 --- /dev/null
29 +++ b/x11-misc/xsnow/xsnow-3.3.0.ebuild
30 @@ -0,0 +1,35 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +inherit autotools xdg
36 +
37 +DESCRIPTION="let it snow on your desktop and windows"
38 +HOMEPAGE="https://janswaal.home.xs4all.nl/Xsnow/ https://sourceforge.net/projects/xsnow/"
39 +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
40 +
41 +LICENSE="freedist"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
44 +
45 +RDEPEND="
46 + dev-libs/glib:2
47 + dev-libs/libxml2
48 + sys-apps/dbus
49 + x11-libs/cairo
50 + x11-libs/gtk+:3
51 + x11-libs/libX11
52 + x11-libs/libXpm
53 +"
54 +DEPEND="
55 + ${RDEPEND}
56 + x11-base/xorg-proto
57 +"
58 +PATCHES=(
59 + "${FILESDIR}"/${PN}-3.0.7-gamesdir.patch
60 +)
61 +
62 +src_prepare() {
63 + default
64 + eautoreconf
65 +}