Add swaybg-git dependency
This commit is contained in:
parent
1a20243208
commit
4037cf2d5c
3
.SRCINFO
3
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = sway-git
|
pkgbase = sway-git
|
||||||
pkgdesc = i3-compatible Wayland compositor
|
pkgdesc = i3-compatible Wayland compositor
|
||||||
pkgver = r5747.9032be4f
|
pkgver = r5893.e6fbb3c6
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://swaywm.org
|
url = https://swaywm.org
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -18,6 +18,7 @@ pkgbase = sway-git
|
|||||||
depends = gdk-pixbuf2
|
depends = gdk-pixbuf2
|
||||||
depends = pam
|
depends = pam
|
||||||
depends = xorg-server-xwayland
|
depends = xorg-server-xwayland
|
||||||
|
depends = swaybg-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.
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,14 +1,14 @@
|
|||||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||||
pkgname=sway-git
|
pkgname=sway-git
|
||||||
_pkgname=sway
|
_pkgname=sway
|
||||||
pkgver=r5747.9032be4f
|
pkgver=r5893.e6fbb3c6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
pkgdesc="i3-compatible Wayland compositor"
|
pkgdesc="i3-compatible Wayland compositor"
|
||||||
makedepends=("meson" "git" "scdoc" "wayland-protocols")
|
makedepends=("meson" "git" "scdoc" "wayland-protocols")
|
||||||
depends=(
|
depends=(
|
||||||
"json-c" "pcre" "wlroots-git" "cairo" "pango" "gdk-pixbuf2" "pam"
|
"json-c" "pcre" "wlroots-git" "cairo" "pango" "gdk-pixbuf2" "pam"
|
||||||
"xorg-server-xwayland"
|
"xorg-server-xwayland" "swaybg-git"
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
"rxvt-unicode: Default terminal emulator."
|
"rxvt-unicode: Default terminal emulator."
|
||||||
|
Loading…
Reference in New Issue
Block a user