network/teamviewer: Updated for version 11.0.52520.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-12-03 01:49:26 +07:00
parent 3b24e74b48
commit 2306df159a
3 changed files with 8 additions and 10 deletions

View file

@ -20,4 +20,3 @@ The same things goes to meetings (version 7 and above).
may change on each major release. may change on each major release.
3. If you are running 64-bit machines, you will need a multilib system. 3. If you are running 64-bit machines, you will need a multilib system.
it requires these 32-bit packages: glibc, zlib, freetype, alsa-lib, GConf.

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=teamviewer PRGNAM=teamviewer
VERSION=${VERSION:-10.0.46203} VERSION=${VERSION:-11.0.52520}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -64,7 +64,7 @@ fi
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $PKG cd $PKG
ar p $CWD/teamviewer_${VERSION}_${DEBARCH}.deb data.tar.gz | gzip -d | tar xv ar p $CWD/teamviewer_${VERSION}_${DEBARCH}.deb data.tar.bz2 | tar xjv
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
@ -78,7 +78,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-teamviewer10.desktop \ cat $PKG/opt/teamviewer/tv_bin/desktop/teamviewer-teamviewer11.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
@ -104,10 +104,9 @@ install -m 0644 $CWD/rc.teamviewerd $PKG/etc/rc.d/rc.teamviewerd.new
# Let's flip-flop the actual locations vs. symlinks of a couple of things: # Let's flip-flop the actual locations vs. symlinks of a couple of things:
# First remove the dangling symlink made by Debian packages: # First remove the dangling symlink made by Debian packages:
rm -f $PKG/var/log/teamviewer $PKG/etc/teamviewer rm -rf $PKG/var/log/teamviewer $PKG/etc/teamviewer
mkdir -p $PKG/var/log/teamviewer $PKG/etc/teamviewer mkdir -p $PKG/var/log/teamviewer11 $PKG/etc/teamviewer
rm -rf $PKG/opt/teamviewer/logfiles/ $PKG/opt/teamviewer/config/ rm -rf $PKG/opt/teamviewer/logfiles/ $PKG/opt/teamviewer/config/
ln -s /var/log/teamviewer $PKG/opt/teamviewer/logfiles
ln -s /etc/teamviewer $PKG/opt/teamviewer/config ln -s /etc/teamviewer $PKG/opt/teamviewer/config
mkdir -p $PKG/install mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="teamviewer" PRGNAM="teamviewer"
VERSION="10.0.46203" VERSION="11.0.52520"
HOMEPAGE="http://www.teamviewer.com/" HOMEPAGE="http://www.teamviewer.com/"
DOWNLOAD="http://downloadap1.teamviewer.com/download/version_10x/teamviewer_10.0.46203_i386.deb" DOWNLOAD="http://download.teamviewer.com/download/teamviewer_i386.deb"
MD5SUM="cdcb6776e6a8c099c19be0c3ca01c50d" MD5SUM="69520c11b4db8700617b5344cb8d4daa"
DOWNLOAD_x86_64="UNSUPPORTED" DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""