Simplify deps
This commit is contained in:
parent
a0fb39ec23
commit
0f9a14242e
26
.SRCINFO
26
.SRCINFO
|
@ -1,5 +1,5 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Wed Apr 4 12:19:08 UTC 2018
|
# Sun Apr 22 01:49:05 UTC 2018
|
||||||
pkgbase = teamviewer
|
pkgbase = teamviewer
|
||||||
pkgdesc = All-In-One Software for Remote Support and Online Meetings
|
pkgdesc = All-In-One Software for Remote Support and Online Meetings
|
||||||
pkgver = 13.1.3026
|
pkgver = 13.1.3026
|
||||||
|
@ -10,20 +10,14 @@ pkgbase = teamviewer
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
license = custom
|
license = custom
|
||||||
|
depends = hicolor-icon-theme
|
||||||
|
depends = qt5-webkit
|
||||||
|
depends = qt5-x11extras
|
||||||
|
depends = qt5-quickcontrols
|
||||||
provides = teamviewer
|
provides = teamviewer
|
||||||
conflicts = teamviewer-beta
|
conflicts = teamviewer-beta
|
||||||
options = !strip
|
options = !strip
|
||||||
source_i686 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.3026_i386.deb
|
source_i686 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.3026_i386.deb
|
||||||
depends_i686 = hicolor-icon-theme
|
|
||||||
depends_i686 = qt5-webkit
|
|
||||||
depends_i686 = qt5-x11extras
|
|
||||||
depends_i686 = qt5-quickcontrols
|
|
||||||
depends_i686 = libxtst
|
|
||||||
depends_i686 = libxinerama
|
|
||||||
depends_i686 = libxrandr
|
|
||||||
depends_i686 = libxdamage
|
|
||||||
depends_i686 = fontconfig
|
|
||||||
depends_i686 = libsm
|
|
||||||
sha256sums_i686 = 46f1b697a113f304ff8e5792f9893319c0de6b802355e7e5fdf7dba6f4b415c8
|
sha256sums_i686 = 46f1b697a113f304ff8e5792f9893319c0de6b802355e7e5fdf7dba6f4b415c8
|
||||||
source_x86_64 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.3026_amd64.deb
|
source_x86_64 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.3026_amd64.deb
|
||||||
depends_x86_64 = hicolor-icon-theme
|
depends_x86_64 = hicolor-icon-theme
|
||||||
|
@ -38,16 +32,6 @@ pkgbase = teamviewer
|
||||||
depends_x86_64 = lib32-libsm
|
depends_x86_64 = lib32-libsm
|
||||||
sha256sums_x86_64 = 33eacc8ebeaf34aea5fa932e3d80553f358629ad454740f05aafba267b50ea93
|
sha256sums_x86_64 = 33eacc8ebeaf34aea5fa932e3d80553f358629ad454740f05aafba267b50ea93
|
||||||
source_armv7h = https://dl.tvcdn.de/download/linux/version_13x/teamviewer-host_13.1.1548_armhf.deb
|
source_armv7h = https://dl.tvcdn.de/download/linux/version_13x/teamviewer-host_13.1.1548_armhf.deb
|
||||||
depends_armv7h = hicolor-icon-theme
|
|
||||||
depends_armv7h = qt5-webkit
|
|
||||||
depends_armv7h = qt5-x11extras
|
|
||||||
depends_armv7h = qt5-quickcontrols
|
|
||||||
depends_armv7h = libxtst
|
|
||||||
depends_armv7h = libxinerama
|
|
||||||
depends_armv7h = libxrandr
|
|
||||||
depends_armv7h = libxdamage
|
|
||||||
depends_armv7h = fontconfig
|
|
||||||
depends_armv7h = libsm
|
|
||||||
sha256sums_armv7h = d887c4faae3b85542e982dbb8add5271fdeb1da98c669b230d82dd56e04724bf
|
sha256sums_armv7h = d887c4faae3b85542e982dbb8add5271fdeb1da98c669b230d82dd56e04724bf
|
||||||
|
|
||||||
pkgname = teamviewer
|
pkgname = teamviewer
|
||||||
|
|
21
PKGBUILD
21
PKGBUILD
|
@ -12,29 +12,26 @@ provides=('teamviewer')
|
||||||
conflicts=('teamviewer-beta')
|
conflicts=('teamviewer-beta')
|
||||||
# /opt/teamviewer/tv_bin/script/teamviewer_setup checklibs can check deps for each TV component:
|
# /opt/teamviewer/tv_bin/script/teamviewer_setup checklibs can check deps for each TV component:
|
||||||
# TV_DMN, TV_DESK, TV_GUI
|
# TV_DMN, TV_DESK, TV_GUI
|
||||||
|
depends=(
|
||||||
|
'hicolor-icon-theme'
|
||||||
|
'qt5-webkit'
|
||||||
|
'qt5-x11extras'
|
||||||
|
'qt5-quickcontrols'
|
||||||
|
)
|
||||||
depends_x86_64=(
|
depends_x86_64=(
|
||||||
'hicolor-icon-theme'
|
'hicolor-icon-theme'
|
||||||
'qt5-webkit'
|
'qt5-webkit'
|
||||||
'qt5-x11extras'
|
'qt5-x11extras'
|
||||||
'qt5-quickcontrols' # Doesn't appear in namcap, won't display UI without it.
|
'qt5-quickcontrols' # Doesn't appear in namcap, won't display UI without it.
|
||||||
|
# libdepends:
|
||||||
'lib32-libxtst'
|
'lib32-libxtst'
|
||||||
'lib32-libxinerama'
|
'lib32-libxinerama'
|
||||||
'lib32-libxrandr'
|
'lib32-libxrandr'
|
||||||
'lib32-libxdamage'
|
'lib32-libxdamage'
|
||||||
'lib32-fontconfig'
|
'lib32-fontconfig'
|
||||||
'lib32-libsm')
|
'lib32-libsm')
|
||||||
depends_i686=(
|
#depends_i686=()
|
||||||
'hicolor-icon-theme'
|
#depends_armv7h=()
|
||||||
'qt5-webkit'
|
|
||||||
'qt5-x11extras'
|
|
||||||
'qt5-quickcontrols'
|
|
||||||
'libxtst'
|
|
||||||
'libxinerama'
|
|
||||||
'libxrandr'
|
|
||||||
'libxdamage'
|
|
||||||
'fontconfig'
|
|
||||||
'libsm')
|
|
||||||
depends_armv7h=(${depends_i686[*]})
|
|
||||||
install=teamviewer.install
|
install=teamviewer.install
|
||||||
source_x86_64=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_amd64.deb")
|
source_x86_64=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_amd64.deb")
|
||||||
source_i686=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_i386.deb")
|
source_i686=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_i386.deb")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user