summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2017-03-25 20:57:02 +0100
committerRuben De Smet2017-03-25 20:57:02 +0100
commit9045ef9f22ceeba037b1c7db9fcd9fd62dc3edad (patch)
tree1c016f9af116fa4d637b1ad6b9b293844a3d8a90
parent3e24f10df5f1fb80861335fee655ab9b0331acd1 (diff)
downloadaur-9045ef9f22ceeba037b1c7db9fcd9fd62dc3edad.tar.gz
Optional dep on wall-injector
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2500b37e039d..f06ebdf4577a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 25 19:55:08 UTC 2017
+# Sat Mar 25 19:57:00 UTC 2017
pkgbase = rofi-wayland-git
pkgdesc = A window switcher, run dialog and dmenu replacement
pkgver = 1.3.1.r337.gbb56bf3
@@ -15,6 +15,7 @@ pkgbase = rofi-wayland-git
depends = xcb-util-xrm
depends = wayland-wall
optdepends = sway: use as application runner
+ optdepends = wlc-wall-injector: injects wall wayland protocol in wlc based compositors
optdepends = orbment: use as application runner
provides = rofi
conflicts = rofi
diff --git a/PKGBUILD b/PKGBUILD
index cbe0835b3927..53990e6fdfb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ url="https://davedavenport.github.io/rofi/"
license=('MIT')
depends=(freetype2 libxdg-basedir pango xcb-util-xrm wayland-wall)
optdepends=('sway: use as application runner'
+ 'wlc-wall-injector: injects wall wayland protocol in wlc based compositors'
'orbment: use as application runner')
makedepends=('git')
provides=('rofi')