mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libxcb: update to 1.16.1.
This commit is contained in:
parent
deda6bc3a8
commit
11d06ecfce
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libxcb'
|
# Template file for 'libxcb'
|
||||||
pkgname=libxcb
|
pkgname=libxcb
|
||||||
version=1.16
|
version=1.16.1
|
||||||
revision=1
|
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"
|
||||||
|
@ -12,13 +12,12 @@ license="MIT"
|
||||||
homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb"
|
homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb"
|
||||||
changelog="https://gitlab.freedesktop.org/xorg/lib/libxcb/-/raw/master/NEWS"
|
changelog="https://gitlab.freedesktop.org/xorg/lib/libxcb/-/raw/master/NEWS"
|
||||||
distfiles="https://xorg.freedesktop.org/archive/individual/lib/libxcb-${version}.tar.xz"
|
distfiles="https://xorg.freedesktop.org/archive/individual/lib/libxcb-${version}.tar.xz"
|
||||||
checksum=4348566aa0fbf196db5e0a576321c65966189210cb51328ea2bb2be39c711d71
|
checksum=f24d187154c8e027b358fc7cb6588e35e33e6a92f11c668fe77396a7ae66e311
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" xcb-proto"
|
makedepends+=" xcb-proto"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue