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

View File

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

View File

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