network/teamviewer: Updated for version 12.0.71510.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-11-30 09:10:31 +07:00
parent c636877db0
commit 460f413533
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 8 additions and 8 deletions

View file

@ -16,7 +16,7 @@ NOTE:
to older version (version 3 and above), but not in the opposite direction.
The same things goes to meetings (version 7 and above).
2. Always stop teamviewerd service before attempting to upgrade as the path
may change on each major release.
2. Always stop teamviewerd service and remove the old version before
attempting to upgrade as the path and configs may change on each major release.
3. For multilib support, please read MULTILIB

View file

@ -26,13 +26,13 @@
# Modified by Mario Preksavec <mario@slackware.hr>
PRGNAM=teamviewer
VERSION=${VERSION:-11.0.67687}
VERSION=${VERSION:-12.0.71510}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -50,7 +50,7 @@ case "$ARCH" in
;;
x86_64)
echo "$ARCH is not supported, you will need 32bit compatibility libs..."
ARCH=i486
ARCH=i586
;;
*)
echo "$ARCH is not supported."
@ -91,7 +91,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
# Make a .desktop file
mkdir -p $PKG/usr/share/applications
cat $PKG/opt/teamviewer/tv_bin/desktop/teamviewer-teamviewer11.desktop \
cat $PKG/opt/teamviewer/tv_bin/desktop/com.teamviewer.TeamViewer.desktop \
| sed -e 's/EXEC/teamviewer/' -e 's/ICON/teamviewer/' \
> $PKG/usr/share/applications/teamviewer.desktop

View file

@ -1,8 +1,8 @@
PRGNAM="teamviewer"
VERSION="11.0.67687"
VERSION="12.0.71510"
HOMEPAGE="http://www.teamviewer.com/"
DOWNLOAD="http://download.teamviewer.com/download/teamviewer_i386.deb"
MD5SUM="312d6eea860a9314e19140a8a9378e1d"
MD5SUM="c380443acf784181f10a1296536b158c"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
REQUIRES="libpng-legacy12"