summaryrefslogtreecommitdiffstats
path: root/system/vice/vice.SlackBuild
diff options
context:
space:
mode:
author Eric B. Pratt2019-10-05 00:57:55 +0200
committer Willy Sudiarto Raharjo2019-10-05 00:57:55 +0200
commit3a494699cbedf22b3efc25c2eba43e96a84172fd (patch)
treef37165853aba7d514dfecfabae56d1e73e2c665f /system/vice/vice.SlackBuild
parent1d818ab65a8dcc0b6a1571224769202940c6203c (diff)
downloadslackbuilds-3a494699cbedf22b3efc25c2eba43e96a84172fd.tar.gz
system/vice: Updated for version 3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/vice/vice.SlackBuild')
-rw-r--r--system/vice/vice.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/vice/vice.SlackBuild b/system/vice/vice.SlackBuild
index 72cab8efbd..43c1de7bc4 100644
--- a/system/vice/vice.SlackBuild
+++ b/system/vice/vice.SlackBuild
@@ -24,7 +24,7 @@
# Initialize variables
PRGNAM=vice
-VERSION=${VERSION:-3.2}
+VERSION=${VERSION:-3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -82,7 +82,7 @@ find -L . \
sed -i "s/\/usr\/local\/lib\//\/usr\/lib${LIBDIRSUFFIX}\//g" \
man/vice.1
sed -i 's/"\/vice_toc\.html"/"\/html\/vice_toc\.html"/g' \
- src/arch/unix/gui/uicommands.c
+ src/arch/gtk3/uicommands.c
sed -i "s/\/usr\/local/\/usr/g" doc/vice.* doc/html/*html
sed -i "s/\/usr\/lib\//\/usr\/lib${LIBDIRSUFFIX}\//g" doc/vice.* doc/html/*html
@@ -107,13 +107,10 @@ CXXFLAGS="$SLKCFLAGS" \
--infodir=/usr/info \
$ffmpeg \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --with-sdlsound \
--with-x \
- --enable-fullscreen \
--enable-quicktime \
--enable-ethernet \
--enable-parsid \
- --enable-gnomeui \
--enable-cpuhistory \
--build=$ARCH-slackware-linux