From 62cf0bfbffaffdaa374d4bb55ebab6b9fca35e68 Mon Sep 17 00:00:00 2001 From: Ashok Gautham Date: Mon, 18 Nov 2019 16:49:33 +0530 Subject: [PATCH] Add dependency on libxss Without this dependency, joplin-desktop may fail to launch on some window managers. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index e2b83ca..f2aef44 100644 --- a/PKGBUILD +++ b/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")