Add swaylock/swayidle back as optdepends
This commit is contained in:
parent
54c712fdc1
commit
8cb5b3989a
4
.SRCINFO
4
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = sway-git
|
pkgbase = sway-git
|
||||||
pkgdesc = i3-compatible Wayland compositor
|
pkgdesc = i3-compatible Wayland compositor
|
||||||
pkgver = r4818.183a4b0d
|
pkgver = r5522.70637b40
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://swaywm.org
|
url = https://swaywm.org
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -26,6 +26,8 @@ pkgbase = sway-git
|
|||||||
optdepends = rxvt-unicode: Default terminal emulator.
|
optdepends = rxvt-unicode: Default terminal emulator.
|
||||||
optdepends = dmenu: Default for launching applications.
|
optdepends = dmenu: Default for launching applications.
|
||||||
optdepends = i3status: To display system information with a bar.
|
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
|
provides = sway
|
||||||
conflicts = sway
|
conflicts = sway
|
||||||
options = debug
|
options = debug
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||||
pkgname=sway-git
|
pkgname=sway-git
|
||||||
_pkgname=sway
|
_pkgname=sway
|
||||||
pkgver=r4818.183a4b0d
|
pkgver=r5522.70637b40
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
pkgdesc="i3-compatible Wayland compositor"
|
pkgdesc="i3-compatible Wayland compositor"
|
||||||
@ -14,6 +14,8 @@ optdepends=(
|
|||||||
"rxvt-unicode: Default terminal emulator."
|
"rxvt-unicode: Default terminal emulator."
|
||||||
"dmenu: Default for launching applications."
|
"dmenu: Default for launching applications."
|
||||||
"i3status: To display system information with a bar."
|
"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")
|
arch=("i686" "x86_64")
|
||||||
url="https://swaywm.org"
|
url="https://swaywm.org"
|
||||||
|
Loading…
Reference in New Issue
Block a user