summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsukanka2023-03-08 20:15:36 +0800
committersukanka2023-03-08 20:15:36 +0800
commit7c5dc54d2b78dbc1cebe08a41fe9580af94c5de4 (patch)
tree9ce29cbe49da6d76779c63f03ab3398240b6c535 /PKGBUILD
parent7b89e01ef587cac1d6f4150a654b060ab4aa72f6 (diff)
downloadaur-7c5dc54d2b78dbc1cebe08a41fe9580af94c5de4.tar.gz
add libxss to optdepends for gnome.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4ca956a4440..c214fc5f62cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,16 @@ pkgname=dingtalk-bin
_pkgname=dingtalk
_pkgname2=com.alibabainc.dingtalk
pkgver=1.6.0.230113
-pkgrel=2
+pkgrel=3
pkgdesc="钉钉"
arch=("x86_64")
url="https://www.dingtalk.com/"
license=("custom")
depends=("glu" 'gtk2' 'libxcrypt-compat')
#makedepends=("icoutils")
-optdepends=('zenity: fix crashes when downloading files, not required on kde.')
+optdepends=('zenity: fix crashes when downloading files, not required on kde.'
+'libxss: fix tray icon functionality in gnome.'
+)
provides=('com.alibabainc.dingtalk' 'dingtalk')
conflicts=('com.alibabainc.dingtalk')
replaces=('com.alibabainc.dingtalk')