Github messages for voidlinux
 help / color / mirror / Atom feed
From: Emru1 <Emru1@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] angband: update to 4.2.4.
Date: Sat, 20 May 2023 12:23:00 +0200	[thread overview]
Message-ID: <20230520102300.iJ77f2l635hZb3xGcRk1y7i7EVbm7XGNDDviVetj3Xg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43597@inbox.vuxu.org>

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

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

https://github.com/Emru1/void-packages angband
https://github.com/void-linux/void-packages/pull/43597

angband: update to 4.2.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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)

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

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

From cc3165c32bdebcd77992494df8bed870a26c4a9e Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Mon, 24 Apr 2023 19:42:26 +0200
Subject: [PATCH] angband: update to 4.2.4.

---
 srcpkgs/angband/template | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/angband/template b/srcpkgs/angband/template
index 97db9b40a869..13879a323d16 100644
--- a/srcpkgs/angband/template
+++ b/srcpkgs/angband/template
@@ -1,28 +1,20 @@
 # Template file for 'angband'
 pkgname=angband
-version=4.2.1
+version=4.2.4
 revision=1
 build_style=gnu-configure
-configure_args="--enable-sdl --enable-sdl-mixer"
+configure_args="--enable-sdl2 --enable-sdl2-mixer"
 hostmakedepends="automake"
-makedepends="SDL_image-devel SDL_mixer-devel SDL_ttf-devel ncurses-devel"
+makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel ncurses-devel"
 short_desc="Free, single-player dungeon exploration game"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://rephial.org/"
 changelog="https://rephial.org/release/"
-distfiles="https://github.com/angband/angband/archive/refs/tags/${version}.tar.gz"
-checksum=acd735c9d46bf86ee14337c71c56f743ad13ec2a95d62e7115604621e7560d0f
-
-pre_configure() {
-	NOCONFIGURE=1 ./autogen.sh
-}
+distfiles="https://github.com/angband/angband/releases/download/${version}/Angband-${version}.tar.gz"
+checksum=a07c78c1dd05e48ddbe4d8ef5d1880fcdeab55fd05f1336d9cba5dd110b15ff3
 
 do_check() {
-	# XXX: Fix failing tests
-	rm -rf src/tests/{game,monster}
-
-	sed -i '/graphics/d' src/tests/parse/suite.mk
-
+	cp lib/gamedata/constants.txt src/
 	make tests
 }

  reply	other threads:[~2023-05-20 10:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-24 17:43 [PR PATCH] " Emru1
2023-05-20 10:23 ` Emru1 [this message]
2023-08-09  9:27 ` [PR PATCH] [Closed]: " Emru1

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=20230520102300.iJ77f2l635hZb3xGcRk1y7i7EVbm7XGNDDviVetj3Xg@z \
    --to=emru1@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).