Add dependency on libxss
Without this dependency, joplin-desktop may fail to launch on some window managers.main
parent
b0c0a4869b
commit
62cf0bfbff
2
PKGBUILD
2
PKGBUILD
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue