2015-12-02 16:13:37 -08:00
|
|
|
# Maintainer: Alex Taber <aft dot pokemon at gmail dot com>
|
2015-06-08 03:58:09 -07:00
|
|
|
|
|
|
|
pkgname=teamviewer
|
2016-10-12 09:58:25 -07:00
|
|
|
pkgver=11.0.67687
|
2016-04-29 13:02:26 -07:00
|
|
|
pkgrel=4
|
2015-12-02 16:13:37 -08:00
|
|
|
pkgdesc='All-In-One Software for Remote Support and Online Meetings'
|
2015-06-08 03:58:09 -07:00
|
|
|
arch=('i686' 'x86_64')
|
2015-12-02 16:13:37 -08:00
|
|
|
url='http://www.teamviewer.com'
|
2015-06-08 03:58:09 -07:00
|
|
|
license=('custom')
|
|
|
|
options=('!strip')
|
2015-12-02 16:13:37 -08:00
|
|
|
provides=('teamviewer')
|
2015-12-02 17:32:31 -08:00
|
|
|
conflicts=('teamviewer-beta')
|
2015-12-02 16:13:37 -08:00
|
|
|
depends_x86_64=(
|
|
|
|
'lib32-fontconfig'
|
2016-03-07 06:23:18 -08:00
|
|
|
'lib32-libpng12'
|
2015-12-02 16:13:37 -08:00
|
|
|
'lib32-libsm'
|
|
|
|
'lib32-libxinerama'
|
2016-04-29 13:02:26 -07:00
|
|
|
'lib32-libxrender'
|
2016-06-28 04:24:24 -07:00
|
|
|
'lib32-libjpeg6-turbo'
|
2016-10-15 05:30:12 -07:00
|
|
|
'lib32-libxtst'
|
2016-06-28 04:24:24 -07:00
|
|
|
'libxtst')
|
2015-12-02 16:13:37 -08:00
|
|
|
depends_i686=(
|
|
|
|
'fontconfig'
|
2016-03-08 04:25:48 -08:00
|
|
|
'libpng12'
|
2015-12-02 16:13:37 -08:00
|
|
|
'libsm'
|
|
|
|
'libxinerama'
|
2016-04-29 13:02:26 -07:00
|
|
|
'libxrender'
|
2016-06-28 04:24:24 -07:00
|
|
|
'libjpeg6-turbo'
|
|
|
|
'libxtst')
|
2015-12-02 16:13:37 -08:00
|
|
|
install=teamviewer.install
|
2016-01-27 04:12:49 -08:00
|
|
|
source_x86_64=("https://download.teamviewer.com/download/version_${pkgver%%.*}x/teamviewer_${pkgver}_amd64.deb")
|
|
|
|
source_i686=("https://download.teamviewer.com/download/version_${pkgver%%.*}x/teamviewer_${pkgver}_i386.deb")
|
2016-10-12 09:58:25 -07:00
|
|
|
md5sums_i686=('312d6eea860a9314e19140a8a9378e1d')
|
|
|
|
md5sums_x86_64=('2504895aa8e50da78d68235630402c51')
|
2015-06-08 03:58:09 -07:00
|
|
|
|
2015-12-02 16:13:37 -08:00
|
|
|
prepare() {
|
2015-12-03 13:59:09 -08:00
|
|
|
echo "If the install fails, you need to uninstall Teamviewer 10"
|
2015-12-03 13:52:16 -08:00
|
|
|
tar -xf data.tar.bz2
|
2015-06-08 03:58:09 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2015-12-02 16:13:37 -08:00
|
|
|
# Install
|
2015-12-03 13:50:53 -08:00
|
|
|
echo "If the install fails here, you need to uninstall Teamviewer 10"
|
2015-12-02 16:13:37 -08:00
|
|
|
cp -dr --no-preserve=ownership {etc,opt,usr,var} "${pkgdir}"/
|
2015-06-08 03:58:09 -07:00
|
|
|
|
2015-12-02 16:13:37 -08:00
|
|
|
# Additional files
|
|
|
|
rm "${pkgdir}"/opt/teamviewer/tv_bin/xdg-utils/xdg-email
|
|
|
|
install -D -m0644 "${pkgdir}"/opt/teamviewer/tv_bin/script/teamviewerd.service \
|
|
|
|
"${pkgdir}"/usr/lib/systemd/system/teamviewerd.service
|
|
|
|
install -d -m0755 "${pkgdir}"/usr/{share/applications,share/licenses/teamviewer}
|
|
|
|
ln -s /opt/teamviewer/tv_bin/desktop/teamviewer-teamviewer${pkgver%%.*}.desktop \
|
|
|
|
"${pkgdir}"/usr/share/applications/teamviewer.desktop
|
|
|
|
ln -s /opt/teamviewer/License.txt \
|
|
|
|
"${pkgdir}"/usr/share/licenses/teamviewer/LICENSE
|
2015-06-08 03:58:09 -07:00
|
|
|
}
|