Add more optdepends
This commit is contained in:
parent
6fa25a4f49
commit
4d579622c6
2
.SRCINFO
2
.SRCINFO
@ -10,6 +10,8 @@ pkgbase = sway-git
|
|||||||
makedepends = git
|
makedepends = git
|
||||||
depends = wlc-git
|
depends = wlc-git
|
||||||
optdepends = xorg-server-xwayland: running xorg windows under sway
|
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
|
source = sway::git+https://github.com/SirCmpwn/sway.git
|
||||||
sha1sums = SKIP
|
sha1sums = SKIP
|
||||||
|
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -7,7 +7,11 @@ license=('MIT')
|
|||||||
pkgdesc='i3 compatible window manager for Wayland'
|
pkgdesc='i3 compatible window manager for Wayland'
|
||||||
makedepends=("cmake" "git")
|
makedepends=("cmake" "git")
|
||||||
depends=("wlc-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")
|
arch=("i386" "x86_64")
|
||||||
url='https://github.com/SirCmpwn/sway'
|
url='https://github.com/SirCmpwn/sway'
|
||||||
source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git")
|
source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git")
|
||||||
|
Loading…
Reference in New Issue
Block a user