Add future optdepends
I hope this is alright. These programs will be required fairly soon for the features listed.
This commit is contained in:
parent
2ba881c1a7
commit
7d26a79c71
4
.SRCINFO
4
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = sway-git
|
pkgbase = sway-git
|
||||||
pkgdesc = i3 compatible window manager for Wayland
|
pkgdesc = i3 compatible window manager for Wayland
|
||||||
pkgver = r670.d729032
|
pkgver = r789.d95447f
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/SirCmpwn/sway
|
url = https://github.com/SirCmpwn/sway
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -18,6 +18,8 @@ pkgbase = sway-git
|
|||||||
depends = wayland
|
depends = wayland
|
||||||
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 = imagemagick: for taking screenshots
|
||||||
|
optdepends = ffmpeg: for recording screencasts
|
||||||
source = sway::git+https://github.com/SirCmpwn/sway.git
|
source = sway::git+https://github.com/SirCmpwn/sway.git
|
||||||
sha1sums = SKIP
|
sha1sums = SKIP
|
||||||
|
|
||||||
|
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=r670.d729032
|
pkgver=r789.d95447f
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
pkgdesc='i3 compatible window manager for Wayland'
|
pkgdesc='i3 compatible window manager for Wayland'
|
||||||
@ -10,6 +10,8 @@ depends=("wlc-git" "xorg-server-xwayland" "xcb-util-image" "json-c" "pango" "cai
|
|||||||
optdepends=(
|
optdepends=(
|
||||||
"rxvt-unicode: default terminal emulator"
|
"rxvt-unicode: default terminal emulator"
|
||||||
"dmenu: default for launching applications"
|
"dmenu: default for launching applications"
|
||||||
|
"imagemagick: for taking screenshots"
|
||||||
|
"ffmpeg: for recording screencasts"
|
||||||
)
|
)
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
url='https://github.com/SirCmpwn/sway'
|
url='https://github.com/SirCmpwn/sway'
|
||||||
|
Loading…
Reference in New Issue
Block a user