i3-gaps: improve descr; remove headers; fix style.
This commit is contained in:
parent
371d71fbb4
commit
a82e1a4fea
@ -1,13 +1,13 @@
|
|||||||
# Template file for 'i3-gaps'
|
# Template file for 'i3-gaps'
|
||||||
pkgname=i3-gaps
|
pkgname=i3-gaps
|
||||||
version=4.11
|
version=4.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config perl git"
|
hostmakedepends="pkg-config perl git"
|
||||||
makedepends="pcre-devel yajl-devel libxcb-devel libev-devel
|
makedepends="pcre-devel yajl-devel libxcb-devel libev-devel
|
||||||
pango-devel startup-notification-devel libxkbcommon-devel
|
pango-devel startup-notification-devel libxkbcommon-devel
|
||||||
xcb-util-keysyms-devel xcb-util-wm-devel xcb-util-cursor-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>"
|
maintainer="ian c. <ian@airmail.cc>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/Airblader/i3"
|
homepage="https://github.com/Airblader/i3"
|
||||||
@ -25,7 +25,6 @@ do_fetch() {
|
|||||||
git clone ${url} ${pkgname}-${version}
|
git clone ${url} ${pkgname}-${version}
|
||||||
cd ${pkgname}-${version} ; git checkout gaps ; git pull ; cd ..
|
cd ${pkgname}-${version} ; git checkout gaps ; git pull ; cd ..
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
@ -36,5 +35,7 @@ pre_build() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
post_install() { vlicense LICENSE; }
|
rm -rf ${DESTDIR}/usr/include
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user