mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
mgba: update to 0.9.2
This commit is contained in:
parent
af6f6e0531
commit
84747ec214
2 changed files with 8 additions and 3 deletions
|
@ -2566,7 +2566,7 @@ libfirm.so.1.22 libfirm-1.22.0_1
|
||||||
libaudiofile.so.1 audiofile-0.3.6_1
|
libaudiofile.so.1 audiofile-0.3.6_1
|
||||||
libbs2b.so.0 libbs2b-3.1.0_1
|
libbs2b.so.0 libbs2b-3.1.0_1
|
||||||
libmunge.so.2 munge-libs-0.5.14_3
|
libmunge.so.2 munge-libs-0.5.14_3
|
||||||
libmgba.so.0.8 libmgba-0.8.1_1
|
libmgba.so.0.9 libmgba-0.9.2_1
|
||||||
libglabels-3.0.so.8 libglabels30-3.2.1_1
|
libglabels-3.0.so.8 libglabels30-3.2.1_1
|
||||||
libglbarcode-3.0.so.0 libglabels30-3.2.1_1
|
libglbarcode-3.0.so.0 libglabels30-3.2.1_1
|
||||||
libjim.so.0.80 jimtcl-0.80_1
|
libjim.so.0.80 jimtcl-0.80_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mgba'
|
# Template file for 'mgba'
|
||||||
pkgname=mgba
|
pkgname=mgba
|
||||||
version=0.8.4
|
version=0.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils"
|
hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils"
|
||||||
|
@ -12,7 +12,12 @@ license="MPL-2.0"
|
||||||
homepage="https://www.mgba.io/"
|
homepage="https://www.mgba.io/"
|
||||||
changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES"
|
||||||
distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=6b94873dac9040fd6fd9f13f76dc48f342e954f3b4cf82717b59601c3a32b72c
|
checksum=29ca22ebc56b26a4e7224efbb5fa12c9c006563d41990afb0874d048db76add4
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
makedepends+=" libatomic-devel"
|
||||||
|
configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic"
|
||||||
|
fi
|
||||||
|
|
||||||
libmgba_package() {
|
libmgba_package() {
|
||||||
short_desc+=" - shared library"
|
short_desc+=" - shared library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue