Add swaylock/swayidle back as optdepends

This commit is contained in:
Stephen Gregoratto 2019-01-16 23:20:40 +11:00 committed by Drew DeVault
parent 54c712fdc1
commit 8cb5b3989a
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = sway-git
pkgdesc = i3-compatible Wayland compositor
pkgver = r4818.183a4b0d
pkgver = r5522.70637b40
pkgrel = 1
url = https://swaywm.org
arch = i686
@ -26,6 +26,8 @@ pkgbase = sway-git
optdepends = rxvt-unicode: Default terminal emulator.
optdepends = dmenu: Default for launching applications.
optdepends = i3status: To display system information with a bar.
optdepends = swayidle-git: Idle management daemon for Sway.
optdepends = swaylock-git: Screen locker for Sway.
provides = sway
conflicts = sway
options = debug

View File

@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sway-git
_pkgname=sway
pkgver=r4818.183a4b0d
pkgver=r5522.70637b40
pkgrel=1
license=("MIT")
pkgdesc="i3-compatible Wayland compositor"
@ -14,6 +14,8 @@ optdepends=(
"rxvt-unicode: Default terminal emulator."
"dmenu: Default for launching applications."
"i3status: To display system information with a bar."
"swayidle-git: Idle management daemon for Sway."
"swaylock-git: Screen locker for Sway."
)
arch=("i686" "x86_64")
url="https://swaywm.org"