diff --git a/srcpkgs/i3-gaps/template b/srcpkgs/i3-gaps/template index 000e814366d..86d07b7e4c4 100644 --- a/srcpkgs/i3-gaps/template +++ b/srcpkgs/i3-gaps/template @@ -1,13 +1,13 @@ # Template file for 'i3-gaps' pkgname=i3-gaps version=4.11 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="pkg-config perl git" makedepends="pcre-devel yajl-devel libxcb-devel libev-devel pango-devel startup-notification-devel libxkbcommon-devel xcb-util-keysyms-devel xcb-util-wm-devel xcb-util-cursor-devel" -short_desc="Improved tiling window manager - gaps branch with additional features" +short_desc="Improved tiling window manager - i3 fork with more features" maintainer="ian c. " license="BSD" homepage="https://github.com/Airblader/i3" @@ -25,7 +25,6 @@ do_fetch() { git clone ${url} ${pkgname}-${version} cd ${pkgname}-${version} ; git checkout gaps ; git pull ; cd .. } - pre_build() { case "$XBPS_TARGET_MACHINE" in *-musl) @@ -36,5 +35,7 @@ pre_build() { ;; esac } - -post_install() { vlicense LICENSE; } +post_install() { + rm -rf ${DESTDIR}/usr/include + vlicense LICENSE +}