diff --git a/srcpkgs/i3/i3.rshlibs b/srcpkgs/i3/i3.rshlibs index 29ac3189a87..e5bac67cf50 100644 --- a/srcpkgs/i3/i3.rshlibs +++ b/srcpkgs/i3/i3.rshlibs @@ -1,3 +1,8 @@ +libcairo.so.2 +libpangocairo-1.0.so.0 +libpango-1.0.so.0 +libgobject-2.0.so.0 +libpthread.so.0 libxcb-util.so.1 libxcb-icccm.so.4 libxcb.so.1 diff --git a/srcpkgs/i3/template b/srcpkgs/i3/template index 27e4bc06e5d..71abde7b0e4 100644 --- a/srcpkgs/i3/template +++ b/srcpkgs/i3/template @@ -1,19 +1,20 @@ # Template file for 'i3' pkgname=i3 -version=4.2 -revision=3 +version=4.3 +revision=1 subpackages="${pkgname}-devel" -depends="i3status" +depends="i3status rxvt-terminal" makedepends="which perl pkg-config pcre-devel>=8.30 yajl-devel libxcb-devel libev-devel flex asciidoc xmlto docbook-xml libXcursor-devel libX11-devel xcb-util-devel>=0.3.9 -xcb-util-keysyms-devel>=0.3.9 xcb-util-wm-devel>=0.3.9 startup-notification-devel>=0.12_3" -conf_files="/etc/i3/config" +xcb-util-keysyms-devel>=0.3.9 xcb-util-wm-devel>=0.3.9 startup-notification-devel>=0.12_3 +pango-devel cairo-devel" +conf_files="/etc/i3/config /etc/i3/config.keycodes" short_desc="Improved tiling window manager." maintainer="davehome " license="BSD" homepage="http://i3wm.org/" distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2" -checksum=e02c832820e8922a44e744e555294f8580c2f8e218c5c1029e52f1bde048732b +checksum=895bf586092535efb2bc723ba599c71a027768115e56052f111fc8bb148db925 long_desc=" i3 is a tiling window manager, completely written from scratch. The target platforms are GNU/Linux and BSD operating systems, our code is Free and Open @@ -25,7 +26,7 @@ do_build() { } do_install() { - make ${makejobs} DESTDIR=${DESTDIR} install + make DESTDIR=${DESTDIR} install vmkdir usr/share/man/man1 install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1 }