diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-22 23:58:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-23 10:47:09 +0700 |
commit | 75e203e270f091fa7fc0c393953b51ba436e72fa (patch) | |
tree | 3fde6090231bdc3ccbd1500d81fcdd49e87055c5 /system/gtk-vnc | |
parent | b070567d90a4d82b568c715ed7cc729bb74340dc (diff) | |
download | slackbuilds-75e203e270f091fa7fc0c393953b51ba436e72fa.tar.gz |
system/gtk-vnc: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gtk-vnc')
-rw-r--r-- | system/gtk-vnc/README | 5 | ||||
-rw-r--r-- | system/gtk-vnc/gtk-vnc.SlackBuild | 4 | ||||
-rw-r--r-- | system/gtk-vnc/gtk-vnc.info | 6 |
3 files changed, 5 insertions, 10 deletions
diff --git a/system/gtk-vnc/README b/system/gtk-vnc/README index d50eb7a259..fdf3c302dd 100644 --- a/system/gtk-vnc/README +++ b/system/gtk-vnc/README @@ -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 diff --git a/system/gtk-vnc/gtk-vnc.SlackBuild b/system/gtk-vnc/gtk-vnc.SlackBuild index 4f9f183cc9..d08e4180b9 100644 --- a/system/gtk-vnc/gtk-vnc.SlackBuild +++ b/system/gtk-vnc/gtk-vnc.SlackBuild @@ -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} diff --git a/system/gtk-vnc/gtk-vnc.info b/system/gtk-vnc/gtk-vnc.info index 9b3e51c6b9..58d061d285 100644 --- a/system/gtk-vnc/gtk-vnc.info +++ b/system/gtk-vnc/gtk-vnc.info @@ -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="" |