blob: 92c8aadd17546191c90e12cee2576634d23b7ee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# Maintainer: yjun <jerrysteve1101 at gmail dot com>
pkgname=zhumu
_name=${pkgname}intl
pkgver=5.5.188.0612
pkgrel=2
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=("x86_64")
url="https://www.zhumu.me"
license=('unknown')
depends=('fontconfig'
'glib2'
'libpulse'
'libsm'
'libx11'
'libxcb'
'libxcomposite'
'libxfixes'
'libxi'
'libxcursor'
'libxkbcommon-x11'
'libxrandr'
'libxrender'
'libxslt'
'mesa'
'nss'
'xcb-util-image'
'xcb-util-keysyms')
optdepends=('pulseaudio-alsa: audio via PulseAudio'
'qt5-webengine: SSO login support'
'picom: extra compositor needed by some window managers for screen sharing'
'xcompmgr: extra compositor needed by some window managers for screen sharing')
source_x86_64=("${_name}_${pkgver}_amd64.deb::http://d.zhumu.com/client/latest/${_name}_amd64.deb")
sha256sums_x86_64=('d6c4f8cac55c2ee91901c90306b03a6abe504b7bffcc34b0cdc4d29c591f2152')
package(){
cd ${srcdir}
tar -xf data.tar.xz -C ${pkgdir}
#fix icon display
sed -i "s/Icon=${_name}.png/Icon=${_name}/g" ${pkgdir}/usr/share/applications/${_name}.desktop
}
# vim:set sw=2 ts=2 et:
|