From 45de33d76d52d54197b1b427b55586ad7b3ee013 Mon Sep 17 00:00:00 2001 From: Jorenz Paragas Date: Sat, 16 Mar 2024 19:23:55 -0700 Subject: [PATCH] angband: update to 4.2.5. In addition, enable SDL2 support and disable SDL1 support. --- srcpkgs/angband/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/angband/template b/srcpkgs/angband/template index 1a77dd88b6b689..3b0f4a701f73a2 100644 --- a/srcpkgs/angband/template +++ b/srcpkgs/angband/template @@ -1,19 +1,19 @@ # Template file for 'angband' pkgname=angband -version=4.2.4 +version=4.2.5 revision=1 build_style=gnu-configure -configure_args="--enable-sdl --enable-sdl-mixer" +configure_args="--enable-sdl2 --enable-sdl2-mixer" make_check_target="tests" 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 " 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=8cf30b0f5c4d096e18a2896b81e5a8fa82215ebdcd3037502673fb70a6c30779 +checksum=2a27ce296310c4cbf960e2eb41ef55d383e546f24533446cf224119498a99651 pre_configure() { NOCONFIGURE=1 ./autogen.sh