From 2b48c5972dfc221012b0d10ca7df161bf9feaf84 Mon Sep 17 00:00:00 2001 From: Henrik Riomar Date: Sat, 16 Feb 2019 15:41:00 +0100 Subject: [PATCH] testing/vice: switch to gtk3 Upstream considers the GTK3 UI the primary user interface for all major ports, from version 3.3. --- testing/vice/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/vice/APKBUILD b/testing/vice/APKBUILD index e394ac5a660..56db7dde609 100644 --- a/testing/vice/APKBUILD +++ b/testing/vice/APKBUILD @@ -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