aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2019-02-16 15:41:00 +0100
committerHenrik Riomar <henrik.riomar@gmail.com>2019-02-16 16:22:32 +0100
commit2b48c5972dfc221012b0d10ca7df161bf9feaf84 (patch)
tree548d7eca661a6edef07c4f0ebb912edb8da32771 /testing
parent16ca36459c2ee731e378ab493ca29bf3b0af6211 (diff)
downloadaports-2b48c5972dfc221012b0d10ca7df161bf9feaf84.tar.bz2
aports-2b48c5972dfc221012b0d10ca7df161bf9feaf84.tar.xz
testing/vice: switch to gtk3
Upstream considers the GTK3 UI the primary user interface for all major ports, from version 3.3.
Diffstat (limited to 'testing')
-rw-r--r--testing/vice/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/vice/APKBUILD b/testing/vice/APKBUILD
index e394ac5a66..56db7dde60 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