i3: update to 4.3.
This commit is contained in:
parent
8bb50c8c07
commit
25014e64e8
|
@ -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-util.so.1
|
||||||
libxcb-icccm.so.4
|
libxcb-icccm.so.4
|
||||||
libxcb.so.1
|
libxcb.so.1
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'i3'
|
# Template file for 'i3'
|
||||||
pkgname=i3
|
pkgname=i3
|
||||||
version=4.2
|
version=4.3
|
||||||
revision=3
|
revision=1
|
||||||
subpackages="${pkgname}-devel"
|
subpackages="${pkgname}-devel"
|
||||||
depends="i3status"
|
depends="i3status rxvt-terminal"
|
||||||
makedepends="which perl pkg-config pcre-devel>=8.30 yajl-devel libxcb-devel libev-devel
|
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
|
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"
|
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"
|
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=e02c832820e8922a44e744e555294f8580c2f8e218c5c1029e52f1bde048732b
|
checksum=895bf586092535efb2bc723ba599c71a027768115e56052f111fc8bb148db925
|
||||||
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
|
||||||
|
@ -25,7 +26,7 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make ${makejobs} DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
vmkdir usr/share/man/man1
|
vmkdir usr/share/man/man1
|
||||||
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
|
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue