Github messages for voidlinux
 help / color / mirror / Atom feed
From: kawaiiamber <kawaiiamber@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] xsnow: update to 3.4.2
Date: Sun, 26 Dec 2021 21:11:09 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34709@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1308 bytes --]

There is a new pull request by kawaiiamber against master on the void-packages repository

https://github.com/kawaiiamber/void-packages xsnow
https://github.com/void-linux/void-packages/pull/34709

xsnow: update to 3.4.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) **YES**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

xsnow is now on version 3.4.2 and GPL licensed. It should be able to cross-build now.

A patch file from https://github.com/void-linux/void-packages/pull/34709.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xsnow-34709.patch --]
[-- Type: text/x-diff, Size: 1623 bytes --]

From 06b1afd15c0c919aa25adb377d5c54b0e590bc5d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sun, 26 Dec 2021 13:10:29 -0700
Subject: [PATCH] xsnow: update to 3.4.2

---
 srcpkgs/xsnow/template | 28 +++++++++-------------------
 1 file changed, 9 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/xsnow/template b/srcpkgs/xsnow/template
index 965986d92842..f0608fe3391d 100644
--- a/srcpkgs/xsnow/template
+++ b/srcpkgs/xsnow/template
@@ -1,23 +1,13 @@
 # Template file for 'xsnow'
 pkgname=xsnow
-version=1.42
-revision=3
-hostmakedepends="imake xorg-cf-files"
-makedepends="libXext-devel libXpm-devel libXt-devel"
+version=3.4.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="libXext-devel libXpm-devel libXt-devel libX11-devel gtk+3-devel"
 short_desc="Snow for your X11 sessions"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="custom:xsnow"
-homepage="https://janswaal.home.xs4all.nl/Xsnow"
-distfiles="https://janswaal.home.xs4all.nl/Xsnow/${pkgname}-${version}.tar.gz"
-checksum=d0d7c8f1fb91ca096995b1c30797e8f443c2e97d6f1e5f574b31318ed05d561a
-repository=nonfree
-nocross=yes  # imake
-
-do_build() {
-	xmkmf
-	make CC=$CC CDEBUGFLAGS="-D_DEFAULT_SOURCE ${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
-}
-do_install() {
-	make MANSUFFIX=1 DESTDIR=${DESTDIR} install install.man
-	vlicense README
-}
+license="GPL-3.0-or-later"
+homepage="https://ratrabbit.nl/ratrabbit/xsnow/index.html"
+distfiles="https://ratrabbit.nl/downloads/xsnow/${pkgname}-${version}.tar.gz"
+checksum=c618d7a73cef7070755f38ddc3665487afa8c71a9c82ae9055723e594a62fd9e

             reply	other threads:[~2021-12-26 20:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-26 20:11 kawaiiamber [this message]
2021-12-26 20:28 ` kawaiiamber
2021-12-26 20:34 ` kawaiiamber
2021-12-26 20:42 ` kawaiiamber
2021-12-26 20:44 ` kawaiiamber
2021-12-26 20:50 ` [PR PATCH] [Updated] " kawaiiamber
2021-12-27  4:55 ` [PR REVIEW] " abenson
2021-12-27  5:21 ` kawaiiamber
2021-12-30 14:29 ` leahneukirchen
2021-12-30 15:58 ` Chocimier
2021-12-30 23:14 ` kawaiiamber
2021-12-31  0:03 ` [PR PATCH] [Updated] " kawaiiamber
2021-12-31  0:06 ` [PR REVIEW] " kawaiiamber
2021-12-31  0:12 ` kawaiiamber
2021-12-31  0:16 ` [PR PATCH] [Updated] " kawaiiamber
2021-12-31  0:17 ` kawaiiamber
2021-12-31  0:18 ` [PR REVIEW] " kawaiiamber
2022-01-01 17:37 ` [PR PATCH] [Merged]: " leahneukirchen

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34709@inbox.vuxu.org \
    --to=kawaiiamber@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).