i3-gaps: improve descr; remove headers; fix style.
This commit is contained in:
parent
371d71fbb4
commit
a82e1a4fea
1 changed files with 6 additions and 5 deletions
|
@ -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. <ian@airmail.cc>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue