mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
vice: update to 3.2. (#1417)
This commit is contained in:
parent
d8203e785b
commit
7b1dab4220
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vice'
|
# Template file for 'vice'
|
||||||
pkgname=vice
|
pkgname=vice
|
||||||
version=3.1
|
version=3.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
$(vopt_enable sdl2 sdlui2)
|
$(vopt_enable sdl2 sdlui2)
|
||||||
|
@ -10,7 +10,7 @@ configure_args="
|
||||||
$(vopt_with gtk3 pulse)
|
$(vopt_with gtk3 pulse)
|
||||||
--disable-option-checking
|
--disable-option-checking
|
||||||
--enable-cpuhistory"
|
--enable-cpuhistory"
|
||||||
hostmakedepends="pkg-config bdftopcf mkfontdir flex"
|
hostmakedepends="bdftopcf flex mkfontdir perl pkg-config xa"
|
||||||
makedepends="
|
makedepends="
|
||||||
zlib-devel
|
zlib-devel
|
||||||
readline-devel
|
readline-devel
|
||||||
|
@ -23,10 +23,10 @@ makedepends="
|
||||||
$(vopt_if gtk3 pango-devel)"
|
$(vopt_if gtk3 pango-devel)"
|
||||||
short_desc="Emulator for C64, C128, CBM-II, PET, VIC20, Plus4 and C16"
|
short_desc="Emulator for C64, C128, CBM-II, PET, VIC20, Plus4 and C16"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://vice-emu.sourceforge.net/"
|
homepage="http://vice-emu.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/vice-emu/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/vice-emu/$pkgname-$version.tar.gz"
|
||||||
checksum=3eb8159633816095006dec36c5c3edd055a87fd8bda193a1194a6801685d1240
|
checksum=28d99f5e110720c97ef16d8dd4219cf9a67661d58819835d19378143697ba523
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="sdl2 gtk3"
|
build_options="sdl2 gtk3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue