# Maintainer: prspkt pkgname=i3wm-gaps pkgver=4.17 pkgrel=0 pkgdesc="Improved dynamic tiling window manager with additional features" url="https://github.com/Airblader/i3" arch="all" license="BSD-3-Clause" replaces="i3wm" makedepends="bison flex libxcb-dev xcb-util-cursor-dev xcb-util-keysyms-dev xcb-util-wm-dev libev-dev pango-dev cairo-dev yajl-dev startup-notification-dev pcre-dev libxkbcommon-dev xcb-util-xrm-dev asciidoc perl xmlto autoconf automake libtool" subpackages="$pkgname-doc" source="i3wm-$pkgver.tar.gz::https://github.com/Airblader/i3/archive/$pkgver.tar.gz i3wm-musl-glob-tilde.patch " builddir="$srcdir/i3-$pkgver" options="!check" # missing perl bindings for libxcb prepare() { default_prepare autoreconf -vfi } build() { ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --disable-builddir make } package() { make DESTDIR="$pkgdir/" install install -d "$pkgdir/usr/share/man/man1" install -m644 man/*.1 "$pkgdir"/usr/share/man/man1/ } sha512sums="aa18a33d13ca66dab0855ff1eab3a5bf9e60f125deaafee4a1688311142e04c13d16b1e81c49edc24a1caa7fefa736b2e0ff4a7925532716222da097935c9294 i3wm-4.17.tar.gz c6ae3f22d0303da5de7ca4c92734b043a76d7447559fe2ffc308a8d135076cf05ee53ef63eb28c1bd628a1edfb2d1a0ed2d090836cb5fc70f2b882ee1105dad3 i3wm-musl-glob-tilde.patch"