system/gtk-vnc: Updated for version 0.5.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-05-31 14:42:20 +07:00
parent 14b6914d45
commit 9e29810cb0
3 changed files with 10 additions and 5 deletions

View File

@ -10,3 +10,5 @@ when launching the SlackBuild. For example:
NOTE: gtk-vnc requires cairo 1.12.16 or greater to perform
correctly, especially with pygtk bindings.
Optional dependency: pulseaudio

View File

@ -3,7 +3,7 @@
# Slackware build script for gtk-vnc
# Copyright 2014 Will Brokenbourgh U.S.A.
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
# ** Version 2014-01-11: Fixed broken 'GTK3=no' processing
PRGNAM=gtk-vnc
VERSION=${VERSION:-0.5.3}
VERSION=${VERSION:-0.5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -135,6 +135,9 @@ fi
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING.LIB ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="gtk-vnc"
VERSION="0.5.3"
VERSION="0.5.4"
HOMEPAGE="https://wiki.gnome.org/Projects/gtk-vnc"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.5/gtk-vnc-0.5.3.tar.xz"
MD5SUM="1dccd918a4d633020e4afaf6c9352cde"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.5/gtk-vnc-0.5.4.tar.xz"
MD5SUM="bc7b79c4b8124294dacf91b8128a158c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="vala"