i3: add perl-AnyEvent-I3 dep
This commit is contained in:
parent
9d369b24ed
commit
dd2ad3bda2
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'i3'
|
||||
pkgname=i3
|
||||
version=4.15
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-builddir"
|
||||
hostmakedepends="pkg-config perl"
|
||||
|
@ -9,6 +9,7 @@ makedepends="pcre-devel yajl-devel libxcb-devel libev-devel
|
|||
pango-devel startup-notification-devel libxkbcommon-devel
|
||||
xcb-util-keysyms-devel xcb-util-wm-devel xcb-util-cursor-devel
|
||||
xcb-util-xrm-devel"
|
||||
depends="perl-AnyEvent-I3"
|
||||
conf_files="/etc/i3/config /etc/i3/config.keycodes"
|
||||
short_desc="Improved tiling window manager"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
Loading…
Reference in New Issue