diff options
author | Eric B. Pratt <eric.b.pratt@gmail.com> | 2019-10-05 05:57:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 05:57:55 +0700 |
commit | 3a494699cbedf22b3efc25c2eba43e96a84172fd (patch) | |
tree | f37165853aba7d514dfecfabae56d1e73e2c665f /system/vice/vice.SlackBuild | |
parent | 1d818ab65a8dcc0b6a1571224769202940c6203c (diff) |
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.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/vice/vice.SlackBuild b/system/vice/vice.SlackBuild index 72cab8efbd62..43c1de7bc416 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 |