Add dependency on libxss

Without this dependency, joplin-desktop may fail to launch on some window managers.
This commit is contained in:
Ashok Gautham 2019-11-18 16:49:33 +05:30 committed by GitHub
parent b0c0a4869b
commit 62cf0bfbff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS." pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
arch=("x86_64" "i686") arch=("x86_64" "i686")
makedepends=("git" "nodejs" "rsync" "npm" "python") makedepends=("git" "nodejs" "rsync" "npm" "python")
depends=("nodejs" "gconf") depends=("nodejs" "gconf" "libxss")
provides=("joplin" "joplin-cli") provides=("joplin" "joplin-cli")
url="https://joplin.cozic.net" url="https://joplin.cozic.net"
license=("MIT") license=("MIT")