system/gtk-vnc: Updated for version 1.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-04-22 23:58:42 +07:00
parent b070567d90
commit 75e203e270
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 5 additions and 10 deletions

View File

@ -3,9 +3,4 @@ coroutines allowing it to be completely asynchronous while
remaining single threaded. It provides a core C library, and
bindings for Python (PyGTK)
This script builds both the gtk+2 and gtk+3 versions of the
library. To avoid building the gtk+3 version, pass "GTK3=no"
when launching the SlackBuild. For example:
GTK3=no ./gtk-vnc.SlackBuild
Optional dependency: perl-Text-CSV

View File

@ -3,7 +3,7 @@
# Slackware build script for gtk-vnc
# Copyright 2014 Will Brokenbourgh U.S.A.
# Copyright 2014-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gtk-vnc
VERSION=${VERSION:-1.0.0}
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="gtk-vnc"
VERSION="1.0.0"
VERSION="1.2.0"
HOMEPAGE="https://wiki.gnome.org/Projects/gtk-vnc"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/1.0/gtk-vnc-1.0.0.tar.xz"
MD5SUM="ff2e531525f6200be613643b9ee87fbf"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/1.2/gtk-vnc-1.2.0.tar.xz"
MD5SUM="37c36412593d73f6a090b4545d1b0364"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""