xorgproto: update to 2022.1.
This commit is contained in:
parent
71efc34ed2
commit
f3f12d3a44
1 changed files with 4 additions and 9 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'xorgproto'
|
# Template file for 'xorgproto'
|
||||||
pkgname=xorgproto
|
pkgname=xorgproto
|
||||||
version=2021.5
|
version=2022.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--enable-legacy"
|
configure_args="-Dlegacy=true"
|
||||||
hostmakedepends="xorg-util-macros"
|
hostmakedepends="xorg-util-macros"
|
||||||
short_desc="Combined X.Org X11 Protocol headers"
|
short_desc="Combined X.Org X11 Protocol headers"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://xorg.freedesktop.org"
|
homepage="https://xorg.freedesktop.org"
|
||||||
distfiles="${XORG_SITE}/proto/xorgproto-${version}.tar.gz"
|
distfiles="${XORG_SITE}/proto/xorgproto-${version}.tar.gz"
|
||||||
checksum=be6ddd6590881452fdfa170c1c9ff87209a98d36155332cbf2ccbc431add86ff
|
checksum=2a399e77d98fe53e9056726a1934b62cbaa6c41d7b1f41a354911b0925363343
|
||||||
replaces="bigreqsproto>=0 compositeproto>=0 damageproto>=0 dmxproto>=0 dri2proto>=0
|
replaces="bigreqsproto>=0 compositeproto>=0 damageproto>=0 dmxproto>=0 dri2proto>=0
|
||||||
dri3proto>=0 fixesproto>=0 fontsproto>=0 glproto>=0 inputproto>=0 kbproto>=0 presentproto>=0
|
dri3proto>=0 fixesproto>=0 fontsproto>=0 glproto>=0 inputproto>=0 kbproto>=0 presentproto>=0
|
||||||
printproto>=0 randrproto>=0 recordproto>=0 renderproto>=0 resourceproto>=0 scrnsaverproto>=0
|
printproto>=0 randrproto>=0 recordproto>=0 renderproto>=0 resourceproto>=0 scrnsaverproto>=0
|
||||||
|
@ -32,11 +32,6 @@ provides="bigreqsproto-${version}_${revision} compositeproto-${version}_${revisi
|
||||||
xproto-${version}_${revision} xf86bigfontproto-${version}_${revision}
|
xproto-${version}_${revision} xf86bigfontproto-${version}_${revision}
|
||||||
fontcacheproto-${version}_${revision}"
|
fontcacheproto-${version}_${revision}"
|
||||||
|
|
||||||
post_configure() {
|
|
||||||
# man/Xprint.7 is can't be generated thus remove the rule
|
|
||||||
sed -i Makefile -e "s;\(miscman_DATA =\).*;\1;"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for license in COPYING-* ; do
|
for license in COPYING-* ; do
|
||||||
vlicense $license
|
vlicense $license
|
||||||
|
|
Loading…
Reference in a new issue