summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2015-08-16 10:51:19 -0400
committerDrew DeVault2015-08-16 10:51:19 -0400
commit4d579622c6e50a50f101878d952caff7b9dded03 (patch)
tree07cecd13fbb227574548e6cdfad526c8e7b17e1b
parent6fa25a4f499df2952fa8ddf7542a8c547032ceb3 (diff)
downloadaur-4d579622c6e50a50f101878d952caff7b9dded03.tar.gz
Add more optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dede1711fc4c..92d06e3cc259 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = sway-git
makedepends = git
depends = wlc-git
optdepends = xorg-server-xwayland: running xorg windows under sway
+ optdepends = rxvt-unicode: default terminal emulator
+ optdepends = dmenu: default for launching applications
source = sway::git+https://github.com/SirCmpwn/sway.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7f8c9f2dbd5a..ac35e4dfba80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,11 @@ license=('MIT')
pkgdesc='i3 compatible window manager for Wayland'
makedepends=("cmake" "git")
depends=("wlc-git")
-optdepends=("xorg-server-xwayland: running xorg windows under sway")
+optdepends=(
+ "xorg-server-xwayland: running xorg windows under sway"
+ "rxvt-unicode: default terminal emulator"
+ "dmenu: default for launching applications"
+)
arch=("i386" "x86_64")
url='https://github.com/SirCmpwn/sway'
source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git")