mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mgba: update to 0.10.0, adopt
This commit is contained in:
parent
89d8ffb5e4
commit
a6cee91408
2 changed files with 5 additions and 5 deletions
|
@ -2575,7 +2575,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.9 libmgba-0.9.2_1
|
libmgba.so.0.10 libmgba-0.10.0_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.81 jimtcl-0.81_1
|
libjim.so.0.81 jimtcl-0.81_1
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'mgba'
|
# Template file for 'mgba'
|
||||||
pkgname=mgba
|
pkgname=mgba
|
||||||
version=0.9.3
|
version=0.10.0
|
||||||
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"
|
||||||
makedepends="SDL2-devel ffmpeg-devel libedit-devel libepoxy-devel libmagick-devel
|
makedepends="SDL2-devel ffmpeg-devel libedit-devel libepoxy-devel libmagick-devel
|
||||||
libzip-devel qt5-multimedia-devel qt5-tools-devel"
|
libzip-devel qt5-multimedia-devel qt5-tools-devel"
|
||||||
short_desc="Game Boy Advance emulator written in C"
|
short_desc="Game Boy Advance emulator written in C"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="fanyx <fanyx@pm.me>"
|
||||||
license="MPL-2.0"
|
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=692ff0ac50e18380df0ff3ee83071f9926715200d0dceedd9d16a028a59537a0
|
checksum=e2d66d9ce7c51b1ef3b339b04e871287bf166f6a1d7125ef112dbf53ab8bbd48
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
@ -41,7 +41,7 @@ mgba-qt_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/mgba-qt
|
vmove usr/bin/mgba-qt
|
||||||
vmove usr/share/man/man6/mgba-qt.6
|
vmove usr/share/man/man6/mgba-qt.6
|
||||||
vmove usr/share/applications/mgba-qt.desktop
|
vmove usr/share/applications/io.mgba.mGBA.desktop
|
||||||
vmove usr/share/icons
|
vmove usr/share/icons
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue