libxcb: update to 1.15;adopt.

This commit is contained in:
André Cerqueira 2023-01-22 15:43:07 +00:00 committed by classabbyamp
parent 43913cf26c
commit 166cdaf36f

View file

@ -1,24 +1,30 @@
# Template file for 'libxcb' # Template file for 'libxcb'
pkgname=libxcb pkgname=libxcb
version=1.14 version=1.15
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-build-docs --enable-xinput --enable-xkb" configure_args="--disable-build-docs --enable-xinput --enable-xkb"
hostmakedepends="libtool pkg-config xorg-util-macros xcb-proto" hostmakedepends="libtool pkg-config xorg-util-macros xcb-proto"
makedepends="xcb-proto libXdmcp-devel libXau-devel" makedepends="libXdmcp-devel libXau-devel"
short_desc="X protocol C-language Binding" short_desc="X protocol C-language Binding"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="MIT" license="MIT"
homepage="https://xcb.freedesktop.org" homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb"
distfiles="${homepage}/dist/${pkgname}-${version}.tar.xz" changelog="https://gitlab.freedesktop.org/xorg/lib/libxcb/-/raw/master/NEWS"
checksum=a55ed6db98d43469801262d81dc2572ed124edc3db31059d4e9916eb9f844c34 distfiles="https://xorg.freedesktop.org/archive/individual/lib/libxcb-${version}.tar.xz"
checksum=cc38744f817cf6814c847e2df37fcb8997357d72fa4bcbc228ae0fe47219a059
if [ "$CROSS_BUILD" ]; then
makedepends+=" xcb-proto"
fi
post_install() { post_install() {
vlicense COPYING vlicense COPYING
} }
libxcb-devel_package() { libxcb-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}" depends="libXdmcp-devel libXau-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include