* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsnow/files/, x11-misc/xsnow/
@ 2020-09-04 12:41 Jeroen Roovers
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers @ 2020-09-04 12:41 UTC (permalink / raw
To: gentoo-commits
commit: 3ce4311b7b37ff992b3ffd95ffa9b50a21d84d7b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 12:40:22 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 12:41:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce4311b
x11-misc/xsnow: Version 3.0.7
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Closes: https://bugs.gentoo.org/show_bug.cgi?id=726216
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-misc/xsnow/Manifest | 1 +
x11-misc/xsnow/files/xsnow-3.0.7-gamesdir.patch | 12 +++++++++
x11-misc/xsnow/xsnow-3.0.7.ebuild | 34 +++++++++++++++++++++++++
3 files changed, 47 insertions(+)
diff --git a/x11-misc/xsnow/Manifest b/x11-misc/xsnow/Manifest
index 63341784f64..433f4d3d6bf 100644
--- a/x11-misc/xsnow/Manifest
+++ b/x11-misc/xsnow/Manifest
@@ -1 +1,2 @@
DIST xsnow-1.42.tar.gz 56752 BLAKE2B b6feefa4aabc464097b099a0e48d27b9bd5d1b82bc02ca187ffd8ab810f3562c1d11ad01f18f79994699e1fb1fa520269976a35634388fbab2838e2e2bb122bd SHA512 7833f3c1834d64944a578dc71bbf09966d47a1b4878fb826cf121606e76c69544d96d73665572b45c47e0e017dd0cb0bf49f76799aeb859c1dc72348da4ff257
+DIST xsnow-3.0.7.tar.gz 322314 BLAKE2B 21c754daddb989a2f0771199d15342d0c08d23669525bbd9672537c200f7ff06d92708c256f2f89b483bb91947374195e4e95c2291425e630883cfe3b9898563 SHA512 1bc58d8c4542839ccc80c7612e472754f7471d2d72c61785b27d8a89d5e6826d40b892628bcea8c7dcfcf22e4c13db76a825a8c580a32f1ea74785f6c478fb79
diff --git a/x11-misc/xsnow/files/xsnow-3.0.7-gamesdir.patch b/x11-misc/xsnow/files/xsnow-3.0.7-gamesdir.patch
new file mode 100644
index 00000000000..9272ad83ab4
--- /dev/null
+++ b/x11-misc/xsnow/files/xsnow-3.0.7-gamesdir.patch
@@ -0,0 +1,12 @@
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -19,8 +19,7 @@
+ #-#
+ SUBDIRS = Pixmaps
+
+-gamesdir = $(exec_prefix)/games
+-games_PROGRAMS = xsnow
++bin_PROGRAMS = xsnow
+
+ xsnow_CPPFLAGS = $(XML_CFLAGS) $(GTK_CFLAGS) $(DBUS_CFLAGS) -DUSE_LIST_NODE_ALLOCATOR
+ xsnow_LDADD = $(XML_LIBS) $(GTK_LIBS) $(DBUS_LIBS)
diff --git a/x11-misc/xsnow/xsnow-3.0.7.ebuild b/x11-misc/xsnow/xsnow-3.0.7.ebuild
new file mode 100644
index 00000000000..e5540612626
--- /dev/null
+++ b/x11-misc/xsnow/xsnow-3.0.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools xdg
+
+DESCRIPTION="let it snow on your desktop and windows"
+HOMEPAGE="https://janswaal.home.xs4all.nl/Xsnow/ https://sourceforge.net/projects/xsnow/"
+SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-libs/libxml2
+ sys-apps/dbus
+ x11-libs/gtk+:3
+ x11-libs/libX11
+ x11-libs/libXpm
+"
+DEPEND="
+ ${RDEPEND}
+ x11-base/xorg-proto
+"
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.0.7-gamesdir.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-04 12:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-04 12:41 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsnow/files/, x11-misc/xsnow/ Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox