testing/vice: switch to gtk3

Upstream considers the GTK3 UI the primary user interface for all major ports,
from version 3.3.
This commit is contained in:
Henrik Riomar 2019-02-16 15:41:00 +01:00
parent 16ca36459c
commit 2b48c5972d

View File

@ -7,8 +7,8 @@ pkgdesc="emulates the C64/DTV, C128, VIC20, almost all PETs, PLUS4 and CBM-II"
url="http://vice-emu.sourceforge.net/"
arch="all"
license="GPL-2.0"
makedepends="sdl2-dev giflib-dev ffmpeg-dev jpeg-dev libpng-dev alsa-lib-dev
linux-headers texinfo automake autoconf bison flex xa"
makedepends="gtk+3.0-dev giflib-dev ffmpeg-dev jpeg-dev libpng-dev alsa-lib-dev
linux-headers texinfo automake autoconf bison flex xa bdftopcf mkfontdir"
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/vice-emu/vice-$pkgver.tar.gz
disable-fc-cache.patch
@ -26,7 +26,7 @@ build() {
cd "$builddir"
./configure --prefix=/usr \
--libdir=/usr/lib \
--enable-sdlui2 \
--enable-native-gtk3ui \
--disable-no-pic \
--enable-external-ffmpeg
make