xorgproto: remove XKBgeom.h, provided by libX11-devel now

This commit is contained in:
Frank Steinborn 2019-10-13 00:36:16 +02:00 committed by Johannes
parent 99d6432f6f
commit 5e96007f8e

View file

@ -1,7 +1,7 @@
# Template file for 'xorgproto'
pkgname=xorgproto
version=2019.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-legacy"
hostmakedepends="xorg-util-macros"
@ -52,4 +52,7 @@ post_install() {
rm -f ${DESTDIR}/usr/include/X11/extensions/{apple,windows}*
rm -f ${DESTDIR}/usr/share/licenses/${pkgname}/COPYING-{apple,windows}wmproto
rm -f ${DESTDIR}/usr/share/pkgconfig/{apple,windows}wmproto.pc
# provided by libX11-devel
rm -f ${DESTDIR}/usr/include/X11/extensions/XKBgeom.h
}