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: The-Powder-Toy-94.1
Date: Sun, 08 Sep 2019 20:14:44 +0200	[thread overview]
Message-ID: <20190908181444.WGWy1i1nSLrB-HXsl8iEM4LLdXuq3rQk4YFitXoDsa0@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: 332 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: The-Powder-Toy-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: 1580 bytes --]

From 8f08ff2337f88c2029ebbd1f7599990bbc3b09c1 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: The-Powder-Toy-94.1

---
 srcpkgs/The-Powder-Toy/template | 34 +++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 srcpkgs/The-Powder-Toy/template

diff --git a/srcpkgs/The-Powder-Toy/template b/srcpkgs/The-Powder-Toy/template
new file mode 100644
index 00000000000..8f1983977a6
--- /dev/null
+++ b/srcpkgs/The-Powder-Toy/template
@@ -0,0 +1,34 @@
+# Template file for 'The-Powder-Toy'
+pkgname=The-Powder-Toy
+version=94.1
+revision=1
+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/${pkgname}/archive/v${version}.tar.gz"
+checksum=9770c0732c97e4e89a1e53330c969e9675595f78e6673c519c3724d6df591e72
+CPPDEFINES=IGNORE_UPDATES
+
+case "$XBPS_TARGET_MACHINE"
+	in x86_64*|i686*)
+		;;
+	*)
+		make_build_args="--no-sse";;
+esac
+
+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
+	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-08 18:14 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02 14:47 [PR PATCH] New package: ThePowderToy-94.1 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
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 ` voidlinux-github [this message]
2019-09-08 18:14 ` [PR PATCH] [Updated] " 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=20190908181444.WGWy1i1nSLrB-HXsl8iEM4LLdXuq3rQk4YFitXoDsa0@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).