i3: update to 4.7.
This commit is contained in:
parent
4e5e612ee0
commit
a88dbeb992
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'i3'
|
||||
pkgname=i3
|
||||
version=4.6
|
||||
revision=2
|
||||
version=4.7
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Improved tiling window manager"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="BSD"
|
||||
homepage="http://i3wm.org/"
|
||||
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
|
||||
checksum=f5d2118441cec8b623d18610f3793c55df9da6af15b4df8523e86309096956e1
|
||||
checksum=e29acafdf7c7d3483c13ea80e45b407f62244b355e425c7161fdfc915c9f83c5
|
||||
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
|
||||
|
@ -17,8 +17,8 @@ long_desc="
|
|||
|
||||
hostmakedepends="which perl pkg-config asciidoc xmlto"
|
||||
makedepends="pcre-devel>=8.30 yajl-devel libxcb-devel libev-devel
|
||||
libXcursor-devel pango-devel startup-notification-devel>=0.12_3
|
||||
xcb-util-devel>=0.3.9 xcb-util-keysyms-devel>=0.3.9 xcb-util-wm-devel>=0.3.9"
|
||||
pango-devel startup-notification-devel>=0.12_3 xcb-util-devel>=0.3.9
|
||||
xcb-util-keysyms-devel>=0.3.9 xcb-util-wm-devel>=0.3.9 xcb-util-cursor-devel"
|
||||
|
||||
post_build() {
|
||||
make ${makejobs} -C man
|
||||
|
|
Loading…
Reference in New Issue