network/teamviewer: Updated for version 8.0.20931.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
d1c0c6b5dc
commit
c40c0d3d28
|
@ -6,6 +6,11 @@
|
|||
#
|
||||
# To make TeamViewer Daemon start automatically at boot, make this
|
||||
# file executable: chmod 755 /etc/rc.d/rc.teamviewerd
|
||||
# Also, add this line in your /etc/rc.d/rc.local:
|
||||
#
|
||||
# if [ -x /etc/rc.d/rc.teamviewerd ]; then
|
||||
# /etc/rc.d/rc.teamviewerd start
|
||||
# fi
|
||||
#
|
||||
|
||||
teamviewerd_start() {
|
||||
|
|
|
@ -29,9 +29,10 @@
|
|||
# January 12, Rebuilt to create symlink in /usr/bin, thanks to Ponce
|
||||
# January 17, Rebuilt to change the default behaviour on rc.teamviewerd when no parameter is given
|
||||
# February 16: Upgraded to 8.0.17147
|
||||
# September 22: Upgraded to 8.0.20931
|
||||
|
||||
PRGNAM=teamviewer
|
||||
VERSION=${VERSION:-8.0.17147}
|
||||
VERSION=${VERSION:-8.0.20931}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -103,14 +104,11 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
|||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
# Move docs to official place
|
||||
mv $PKG/opt/teamviewer8/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv $PKG/opt/teamviewer8/doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
mkdir -p $PKG/etc/rc.d/
|
||||
install -m 0644 $CWD/rc.teamviewerd $PKG/etc/rc.d/rc.teamviewerd.new
|
||||
|
||||
# Remove duplicate file
|
||||
rm -f $PKG/opt/teamviewer8/tv_bin/xdg-utils/xdg-email~
|
||||
|
||||
# Let's flip-flop the actual locations vs. symlinks of a couple of things:
|
||||
# First remove the dangling symlink made by Debian packages:
|
||||
rm -f $PKG/var/log/teamviewer $PKG/etc/teamviewer
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="teamviewer"
|
||||
VERSION="8.0.17147"
|
||||
VERSION="8.0.20931"
|
||||
HOMEPAGE="http://www.teamviewer.com/"
|
||||
DOWNLOAD="https://www.teamviewer.com/download/teamviewer_linux.deb"
|
||||
MD5SUM="47790ed345a7b7970fc1f2ac50c97002"
|
||||
DOWNLOAD_x86_64="http://www.teamviewer.com/download/teamviewer_linux_x64.deb"
|
||||
MD5SUM_x86_64="a252c5cbb8703eed113b51ce0fe66419"
|
||||
MD5SUM="218ecec198d5e6ce30958736d88e6645"
|
||||
DOWNLOAD_x86_64="http://www.teamviewer.com/download/version/teamviewer_linux_x64.deb"
|
||||
MD5SUM_x86_64="bb2c1f70b6d58379aca987e57435293c"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackware-id.org"
|
||||
|
|
Loading…
Reference in New Issue