Add dependency on libxss

Without this dependency, joplin-desktop may fail to launch on some window managers.
main
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
1 changed files with 1 additions and 1 deletions

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."
arch=("x86_64" "i686")
makedepends=("git" "nodejs" "rsync" "npm" "python")
depends=("nodejs" "gconf")
depends=("nodejs" "gconf" "libxss")
provides=("joplin" "joplin-cli")
url="https://joplin.cozic.net"
license=("MIT")