bspwm: update to 0.9.3

Closes: #7047 [via git-merge-pr]
This commit is contained in:
cr6git 2017-07-15 08:30:52 +02:00 committed by Michael Gehring
parent e29b3bda5c
commit 170a0b05f0

View file

@ -1,18 +1,19 @@
# Template file for 'bspwm' # Template file for 'bspwm'
pkgname=bspwm pkgname=bspwm
version=0.9.2 version=0.9.3
revision=1 revision=1
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel xcb-util-keysyms-devel" makedepends="xcb-util-wm-devel xcb-util-keysyms-devel"
short_desc="A tiling window manager based on binary space partitioning" short_desc="Tiling window manager based on binary space partitioning"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD" license="BSD"
homepage="https://github.com/baskerville/bspwm" homepage="https://github.com/baskerville/bspwm"
distfiles="https://github.com/baskerville/bspwm/archive/${version}.tar.gz" distfiles="https://github.com/baskerville/bspwm/archive/${version}.tar.gz"
checksum=33689d138d50f42444820b3a76b84fee7fa3af58e33ad589319c84e51fefdcf0 checksum=b356e3ff5754c63c94b36d904274c0ba16f9a8494e78a1c93bb23113f891bc9d
do_build() { do_build() {
make CC=$CC make CC=$CC
} }
do_install() { do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install make PREFIX=/usr DESTDIR=${DESTDIR} install
vlicense LICENSE vlicense LICENSE