2011-11-22 10:11:39 +00:00
|
|
|
# Template file for 'i3'
|
|
|
|
pkgname=i3
|
2012-09-20 14:05:40 +00:00
|
|
|
version=4.3
|
|
|
|
revision=1
|
2012-06-05 12:50:15 +00:00
|
|
|
subpackages="${pkgname}-devel"
|
2012-09-20 14:05:40 +00:00
|
|
|
depends="i3status rxvt-terminal"
|
2012-07-07 12:21:35 +00:00
|
|
|
makedepends="which perl pkg-config pcre-devel>=8.30 yajl-devel libxcb-devel libev-devel
|
2012-09-17 15:58:28 +00:00
|
|
|
flex asciidoc xmlto docbook-xml libXcursor-devel libX11-devel xcb-util-devel>=0.3.9
|
2012-09-20 14:05:40 +00:00
|
|
|
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"
|
2011-11-22 10:11:39 +00:00
|
|
|
short_desc="Improved tiling window manager."
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="BSD"
|
2012-09-17 15:58:28 +00:00
|
|
|
homepage="http://i3wm.org/"
|
|
|
|
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
|
2012-09-20 14:05:40 +00:00
|
|
|
checksum=895bf586092535efb2bc723ba599c71a027768115e56052f111fc8bb148db925
|
2011-11-22 10:11:39 +00:00
|
|
|
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
|
|
|
|
Source Software (FOSS) under the BSD license. i3 is primarily targeted at
|
|
|
|
advanced users and developers."
|
|
|
|
|
|
|
|
do_build() {
|
2012-06-05 12:50:15 +00:00
|
|
|
make ${makejobs} && make ${makejobs} -C man
|
2011-11-22 10:11:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
2012-09-20 14:05:40 +00:00
|
|
|
make DESTDIR=${DESTDIR} install
|
2011-11-22 10:11:39 +00:00
|
|
|
vmkdir usr/share/man/man1
|
2012-06-05 12:50:15 +00:00
|
|
|
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
|
2011-11-22 10:11:39 +00:00
|
|
|
}
|