mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
xorgproto: remove XKBgeom.h, provided by libX11-devel now
This commit is contained in:
parent
99d6432f6f
commit
5e96007f8e
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xorgproto'
|
# Template file for 'xorgproto'
|
||||||
pkgname=xorgproto
|
pkgname=xorgproto
|
||||||
version=2019.1
|
version=2019.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-legacy"
|
configure_args="--enable-legacy"
|
||||||
hostmakedepends="xorg-util-macros"
|
hostmakedepends="xorg-util-macros"
|
||||||
|
@ -52,4 +52,7 @@ post_install() {
|
||||||
rm -f ${DESTDIR}/usr/include/X11/extensions/{apple,windows}*
|
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/licenses/${pkgname}/COPYING-{apple,windows}wmproto
|
||||||
rm -f ${DESTDIR}/usr/share/pkgconfig/{apple,windows}wmproto.pc
|
rm -f ${DESTDIR}/usr/share/pkgconfig/{apple,windows}wmproto.pc
|
||||||
|
|
||||||
|
# provided by libX11-devel
|
||||||
|
rm -f ${DESTDIR}/usr/include/X11/extensions/XKBgeom.h
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue