Add new dependencies
This commit is contained in:
parent
64b1be04a9
commit
2ba881c1a7
5
.SRCINFO
5
.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 = r468.eb53f17
|
pkgver = r670.d729032
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/SirCmpwn/sway
|
url = https://github.com/SirCmpwn/sway
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -13,6 +13,9 @@ pkgbase = sway-git
|
|||||||
depends = xorg-server-xwayland
|
depends = xorg-server-xwayland
|
||||||
depends = xcb-util-image
|
depends = xcb-util-image
|
||||||
depends = json-c
|
depends = json-c
|
||||||
|
depends = pango
|
||||||
|
depends = cairo
|
||||||
|
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
|
||||||
source = sway::git+https://github.com/SirCmpwn/sway.git
|
source = sway::git+https://github.com/SirCmpwn/sway.git
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@ -6,7 +6,7 @@ pkgrel=1
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
pkgdesc='i3 compatible window manager for Wayland'
|
pkgdesc='i3 compatible window manager for Wayland'
|
||||||
makedepends=("cmake" "git" "asciidoc")
|
makedepends=("cmake" "git" "asciidoc")
|
||||||
depends=("wlc-git" "xorg-server-xwayland" "xcb-util-image" "json-c")
|
depends=("wlc-git" "xorg-server-xwayland" "xcb-util-image" "json-c" "pango" "cairo" "wayland")
|
||||||
optdepends=(
|
optdepends=(
|
||||||
"rxvt-unicode: default terminal emulator"
|
"rxvt-unicode: default terminal emulator"
|
||||||
"dmenu: default for launching applications"
|
"dmenu: default for launching applications"
|
||||||
|
Loading…
Reference in New Issue
Block a user