Add libuv to polybar-git PKGBUILD
This commit is contained in:
parent
c29e4837df
commit
069036fa5a
@ -7,13 +7,15 @@ pkgdesc="A fast and easy-to-use status bar"
|
|||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
url="https://github.com/polybar/polybar"
|
url="https://github.com/polybar/polybar"
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor"
|
depends=("libuv" "cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm"
|
||||||
"alsa-lib" "libpulse" "libmpdclient" "libnl" "jsoncpp" "curl")
|
"xcb-util-cursor" "alsa-lib" "libpulse" "libmpdclient" "libnl"
|
||||||
|
"jsoncpp" "curl")
|
||||||
optdepends=("i3-wm: i3 module support"
|
optdepends=("i3-wm: i3 module support"
|
||||||
"ttf-unifont: Font used in example config"
|
"ttf-unifont: Font used in example config"
|
||||||
"siji-git: Font used in example config"
|
"siji-git: Font used in example config"
|
||||||
"xorg-fonts-misc: Font used in example config")
|
"xorg-fonts-misc: Font used in example config")
|
||||||
makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "python-packaging" "i3-wm")
|
makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx"
|
||||||
|
"python-packaging" "i3-wm")
|
||||||
provides=("polybar")
|
provides=("polybar")
|
||||||
conflicts=("polybar")
|
conflicts=("polybar")
|
||||||
install="${_pkgname}.install"
|
install="${_pkgname}.install"
|
||||||
|
Loading…
Reference in New Issue
Block a user