i3: update to 4.4.
This commit is contained in:
parent
225968710c
commit
1d2c1f4e65
1 changed files with 10 additions and 8 deletions
|
@ -1,26 +1,28 @@
|
||||||
# Template file for 'i3'
|
# Template file for 'i3'
|
||||||
pkgname=i3
|
pkgname=i3
|
||||||
version=4.3
|
version=4.4
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="${pkgname}-devel"
|
subpackages="${pkgname}-devel"
|
||||||
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
|
|
||||||
pango-devel cairo-devel"
|
|
||||||
conf_files="/etc/i3/config /etc/i3/config.keycodes"
|
|
||||||
short_desc="Improved tiling window manager."
|
short_desc="Improved tiling window manager."
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://i3wm.org/"
|
homepage="http://i3wm.org/"
|
||||||
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=895bf586092535efb2bc723ba599c71a027768115e56052f111fc8bb148db925
|
checksum=99875749eab6d6f5a3058f3325532cd223a9fa22771a54c2fd06c0ded97f481b
|
||||||
long_desc="
|
long_desc="
|
||||||
i3 is a tiling window manager, completely written from scratch. The target
|
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
|
platforms are GNU/Linux and BSD operating systems, our code is Free and Open
|
||||||
Source Software (FOSS) under the BSD license. i3 is primarily targeted at
|
Source Software (FOSS) under the BSD license. i3 is primarily targeted at
|
||||||
advanced users and developers."
|
advanced users and developers."
|
||||||
|
|
||||||
|
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 pango-devel cairo-devel"
|
||||||
|
|
||||||
|
conf_files="/etc/i3/config /etc/i3/config.keycodes"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} && make ${makejobs} -C man
|
make ${makejobs} && make ${makejobs} -C man
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue