extra/vbam to 2.1.9-3

This commit is contained in:
Kevin Mihelich 2024-06-21 23:03:18 +00:00
parent 0333b6cfcc
commit a0e178f331
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = vbam
pkgdesc = Nintendo GameBoy Advance emulator
pkgver = 2.1.9
pkgrel = 2
pkgrel = 3
url = https://visualboyadvance-m.org
arch = x86_64
license = GPL2

View file

@ -12,7 +12,7 @@ pkgname=(
)
_pkgname=visualboyadvance-m
pkgver=2.1.9
pkgrel=2
pkgrel=3
pkgdesc='Nintendo GameBoy Advance emulator'
arch=(x86_64)
url='https://visualboyadvance-m.org'
@ -43,6 +43,7 @@ validpgpkeys=(A0C0E526E36FD2138C149D4D08AB596679D86240) # Rafael Kitover <rkitov
prepare() {
cd ${_pkgname}
git cherry-pick -n 6766b9ca54e736e200ec652b4d4ff78fca6326dd
# Unbundle doctest (bundled one is not glibc 2.34 compatible)
sed -e 's|${CMAKE_SOURCE_DIR}/third_party|/usr|' -i src/wx/tests/CMakeLists.txt
}