summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMehrad Mahmoudian2021-09-02 17:35:23 +0300
committerMehrad Mahmoudian2021-09-02 17:35:23 +0300
commit7852383940e4cd15f024e99ff4a8055bb1b5bcd4 (patch)
tree06d8f72dfd56c2b1f71681ca2b61731e6fc59dbc
parentd72eb6df0d96b46588328d991ae5718a08cf62f1 (diff)
downloadaur-7852383940e4cd15f024e99ff4a8055bb1b5bcd4.tar.gz
[add] some optional dependencies for Wayland users
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16f9f2622a7d..599d2bd4f58c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,6 +56,9 @@ url="https://github.com/flameshot-org/flameshot"
license=('GPL')
depends=(qt5-base hicolor-icon-theme qt5-svg)
makedepends=(qt5-tools git cmake)
+optdepends=('xdg-desktop-portal: To make Sway and wlroots work'
+ 'xdg-desktop-portal-wlr: To make Sway and wlroots work'
+ 'grim: To make Sway and wlroots work')
provides=(flameshot-git)
conflicts=(flameshot)
source=("git+https://github.com/flameshot-org/flameshot.git")