Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ThePowderToy-94.1
Date: Mon, 02 Sep 2019 19:11:19 +0200	[thread overview]
Message-ID: <20190902171119.XVlaqs5y93eYkqK1uoNR-CLEgVSEWqLof7Amz2xXHrs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14167@inbox.vuxu.org>

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

There is an updated pull request by singul0 against master on the void-packages repository

https://github.com/singul0/void-packages ThePowderToy-94.1
https://github.com/void-linux/void-packages/pull/14167

New package: ThePowderToy-94.1


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

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

From 880e19a2609b5a56210a1e2e3dc17b8159f7f255 Mon Sep 17 00:00:00 2001
From: Illia Shestakov <ishestakov@airmail.cc>
Date: Mon, 2 Sep 2019 17:43:52 +0300
Subject: [PATCH] New package: ThePowderToy-94.1

---
 srcpkgs/ThePowderToy/template | 37 +++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/ThePowderToy/template

diff --git a/srcpkgs/ThePowderToy/template b/srcpkgs/ThePowderToy/template
new file mode 100644
index 00000000000..08301725c7b
--- /dev/null
+++ b/srcpkgs/ThePowderToy/template
@@ -0,0 +1,37 @@
+# Template file for 'ThePowderToy'
+pkgname=ThePowderToy
+version=94.1
+revision=1
+wrksrc=The-Powder-Toy-${version}
+build_style=scons
+makedepends="SDL2-devel lua51-devel fftw-devel bzip2-devel zlib-devel"
+short_desc="Falling sand physics sandbox, simulates air pressure, velocity & heat"
+maintainer="Illia Shestakov <ishestakov@airmail.cc>"
+license="GPL-3.0-or-later"
+homepage="https://powdertoy.co.uk/"
+distfiles="https://github.com/The-Powder-Toy/The-Powder-Toy/archive/v${version}.tar.gz"
+checksum=9770c0732c97e4e89a1e53330c969e9675595f78e6673c519c3724d6df591e72
+CPPDEFINES=IGNORE_UPDATES
+
+do_build() {
+	case "$XBPS_TARGET_MACHINE" in aarch64*|arm*|ppc*)
+		export SCONS_ARGS="--no-sse";;
+	esac
+
+	scons -j${XBPS_MAKEJOBS} ${SCONS_ARGS}
+}
+
+do_install() {
+	case "$XBPS_TARGET_MACHINE" in
+	x86_64*)
+		vbin build/powder64 powder;;
+	i686*)
+		vbin build/powder powder;;
+	*)
+		vbin build/powder-legacy powder;;
+	esac
+	vdoc README.md
+	vlicense LICENSE
+	vinstall resources/powder.desktop 664 /usr/share/applications/
+	vinstall resources/icon/powder-256.png 644 /usr/share/pixmaps/ powder.png
+}

  parent reply	other threads:[~2019-09-02 17:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02 14:47 [PR PATCH] " voidlinux-github
2019-09-02 15:35 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-02 15:35 ` voidlinux-github
2019-09-02 15:39 ` voidlinux-github
2019-09-02 15:39 ` voidlinux-github
2019-09-02 15:49 ` voidlinux-github
2019-09-02 15:49 ` voidlinux-github
2019-09-02 17:11 ` voidlinux-github
2019-09-02 17:11 ` voidlinux-github [this message]
2019-09-08 12:05 ` voidlinux-github
2019-09-08 12:05 ` voidlinux-github
2019-09-08 12:12 ` [PR PATCH] [Updated] New package: The-Powder-Toy-94.1 voidlinux-github
2019-09-08 12:12 ` voidlinux-github
2019-09-08 12:55 ` voidlinux-github
2019-09-08 18:14 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-08 18:14 ` voidlinux-github
2019-09-10 21:28 ` voidlinux-github
2019-09-10 21:28 ` voidlinux-github
2019-09-24 15:34 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190902171119.XVlaqs5y93eYkqK1uoNR-CLEgVSEWqLof7Amz2xXHrs@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).