qmc2: remove dependency on mame

Since mame is currently broken for i686, qmc2 won't build either.
A user with an i686 machine and enough RAM can still build mame
and would perhaps like to find qmc2 in the repository.
This commit is contained in:
Jürgen Buchmüller 2016-07-04 22:40:17 +02:00
parent 2154ad8883
commit 6c8fb50f41

View File

@ -1,7 +1,7 @@
# Template file for 'qmc2'
pkgname=qmc2
version=0.65
revision=1
revision=2
wrksrc=${pkgname}
build_style=gnu-makefile
make_build_args="PREFIX=/usr DATADIR=/usr/share MAN_DIR=/usr/share/man TARGET=qmc2-mame"
@ -9,7 +9,7 @@ make_install_args="${make_build_args}"
hostmakedepends="rsync unzip"
makedepends="SDL2-devel qt5-multimedia-devel qt5-script-devel qt5-svg-devel
qt5-webkit-devel qt5-xmlpatterns-devel qt5-x11extras-devel"
depends="rsync ${pkgname}-data mame qmc2-flyers qmc2-snapshots"
depends="rsync ${pkgname}-data qmc2-flyers qmc2-snapshots"
conf_files="/etc/${pkgname}/${pkgname}.ini"
short_desc="Qt M.A.M.E. Catalog/Launcher II"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"