Bump x86 to 13.1.8286, remove libdepend on x86_64

nmfix
Sebastian 'Swift Geek' Grzywna 2018-06-06 14:10:53 +02:00
parent 2390986afe
commit d5c36a513c
2 changed files with 20 additions and 22 deletions

View File

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Sun Apr 22 01:54:08 UTC 2018
# Wed Jun 6 12:10:06 UTC 2018
pkgbase = teamviewer
pkgdesc = All-In-One Software for Remote Support and Online Meetings
pkgver = 13.1.3026
pkgver = 13.1.8286
pkgrel = 9
url = http://www.teamviewer.com
install = teamviewer.install
@ -17,16 +17,10 @@ pkgbase = teamviewer
provides = teamviewer
conflicts = teamviewer-beta
options = !strip
source_i686 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.3026_i386.deb
sha256sums_i686 = 46f1b697a113f304ff8e5792f9893319c0de6b802355e7e5fdf7dba6f4b415c8
source_x86_64 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.3026_amd64.deb
depends_x86_64 = lib32-libxtst
depends_x86_64 = lib32-libxinerama
depends_x86_64 = lib32-libxrandr
depends_x86_64 = lib32-libxdamage
depends_x86_64 = lib32-fontconfig
depends_x86_64 = lib32-libsm
sha256sums_x86_64 = 33eacc8ebeaf34aea5fa932e3d80553f358629ad454740f05aafba267b50ea93
source_i686 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.8286_i386.deb
sha256sums_i686 = a884f6d1380376852b8cd37f6b4c167e0cc34ca233b0d9d74b947ccf393f295d
source_x86_64 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.8286_amd64.deb
sha256sums_x86_64 = 4465dd09a302ea11f40090b7efd8287bc3c4bfaf7336ad323bd3b8261123a4f9
source_armv7h = https://dl.tvcdn.de/download/linux/version_13x/teamviewer-host_13.1.1548_armhf.deb
sha256sums_armv7h = d887c4faae3b85542e982dbb8add5271fdeb1da98c669b230d82dd56e04724bf

View File

@ -1,7 +1,7 @@
# Maintainer: Alex Taber <aft dot pokemon at gmail dot com>
pkgname=teamviewer
pkgver=13.1.3026
pkgver=13.1.8286
pkgrel=9
pkgdesc='All-In-One Software for Remote Support and Online Meetings'
arch=('i686' 'x86_64' 'armv7h')
@ -18,14 +18,14 @@ depends=(
'qt5-x11extras'
'qt5-quickcontrols' # Doesn't appear in namcap, won't display UI without it.
)
depends_x86_64=(
#depends_x86_64=(
# libdepends:
'lib32-libxtst'
'lib32-libxinerama'
'lib32-libxrandr'
'lib32-libxdamage'
'lib32-fontconfig'
'lib32-libsm')
# 'lib32-libxtst'
# 'lib32-libxinerama'
# 'lib32-libxrandr'
# 'lib32-libxdamage'
# 'lib32-fontconfig'
# 'lib32-libsm')
#depends_i686=()
#depends_armv7h=()
install=teamviewer.install
@ -33,8 +33,8 @@ source_x86_64=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamvi
source_i686=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_i386.deb")
#source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_armhf.deb")
source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer-host_13.1.1548_armhf.deb")
sha256sums_i686=('46f1b697a113f304ff8e5792f9893319c0de6b802355e7e5fdf7dba6f4b415c8')
sha256sums_x86_64=('33eacc8ebeaf34aea5fa932e3d80553f358629ad454740f05aafba267b50ea93')
sha256sums_i686=('a884f6d1380376852b8cd37f6b4c167e0cc34ca233b0d9d74b947ccf393f295d')
sha256sums_x86_64=('4465dd09a302ea11f40090b7efd8287bc3c4bfaf7336ad323bd3b8261123a4f9')
sha256sums_armv7h=('d887c4faae3b85542e982dbb8add5271fdeb1da98c669b230d82dd56e04724bf')
prepare() {
@ -66,4 +66,8 @@ package() {
install -d -m0755 "${pkgdir}"/usr/{share/applications,share/licenses/teamviewer}
ln -s /opt/teamviewer/License.txt \
"${pkgdir}"/usr/share/licenses/teamviewer/LICENSE
if [ "$CARCH" = "x86_64" ] && [ -f "${pkgdir}/opt/teamviewer/tv_bin/script/libdepend" ]; then
msg2 "Removing libdepend to ditch lib32 dependencies"
rm "${pkgdir}/opt/teamviewer/tv_bin/script/libdepend"
fi
}