Github messages for voidlinux
 help / color / mirror / Atom feed
From: beltofdespair <beltofdespair@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] opentyrian: update to 2.1.20220318.
Date: Thu, 21 Apr 2022 21:00:23 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36807@inbox.vuxu.org> (raw)

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

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

https://github.com/beltofdespair/void-packages master
https://github.com/void-linux/void-packages/pull/36807

opentyrian: update to 2.1.20220318.
<!-- 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 add ci skip tag as described in
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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l


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

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

From 0170684f564b59571cb387b2176e36ee97756cd9 Mon Sep 17 00:00:00 2001
From: beltofdespair <mogwinglodot@protonmail.com>
Date: Thu, 21 Apr 2022 13:37:43 -0500
Subject: [PATCH] opentyrian: update to 2.1.20220318.

---
 srcpkgs/opentyrian/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/opentyrian/template b/srcpkgs/opentyrian/template
index 2f70a3b2a0a2..742aee8c2b3e 100644
--- a/srcpkgs/opentyrian/template
+++ b/srcpkgs/opentyrian/template
@@ -1,28 +1,29 @@
 # Template file for 'opentyrian'
 pkgname=opentyrian
-version=2.1.20130907
-revision=3
+version=2.1.20220318
+revision=1
 _dataver=21
 create_wrksrc=yes
 build_wrksrc=$pkgname-$version
 build_style=gnu-makefile
 hostmakedepends="pkg-config unzip"
-makedepends="SDL_net-devel"
+makedepends="SDL2_net-devel"
 short_desc="OSS port of the DOS shoot-em-up Tyrian"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/opentyrian/opentyrian"
-distfiles="http://www.camanis.net/${pkgname}/releases/${pkgname}-${version}-src.tar.gz
+distfiles="https://github.com/${pkgname}/${pkgname}/archive/refs/tags/v${version}.tar.gz
  http://camanis.net/tyrian/tyrian${_dataver}.zip"
-checksum="f54b6b3cedcefa187c9f605d6164aae29ec46a731a6df30d351af4c008dee45f
+checksum="e0c6afbb5d395c919f9202f4c9b3b4da7bd6e993e9da6152f995012577e1ccbd
  7790d09a2a3addcd33c66ef063d5900eb81cc9c342f4807eb8356364dd1d9277"
 replaces="opentyrian-data>=0"
 
-CFLAGS="-Wno-error -fcommon"
+_FLAGS="\n-Wno-error \\\\\n-fcommon \\\\"
 
 pre_build() {
-	vsed -i Makefile -e "s;-g0;$CFLAGS;"
+	vsed -i Makefile -e "s/pedantic \\\\/&${_FLAGS}/"
 }
+
 do_install() {
 	vbin ${pkgname}
 	vman linux/man/${pkgname}.6

             reply	other threads:[~2022-04-21 19:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-21 19:00 beltofdespair [this message]
2022-04-25  5:37 ` [PR PATCH] [Updated] " beltofdespair
2022-04-25  6:38 ` beltofdespair
  -- strict thread matches above, loose matches on Subject: below --
2022-04-20 16:22 [PR PATCH] " iamacatnotaperson

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-36807@inbox.vuxu.org \
    --to=beltofdespair@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).