mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libxcb: update to 1.15;adopt.
This commit is contained in:
parent
43913cf26c
commit
166cdaf36f
1 changed files with 14 additions and 8 deletions
|
@ -1,24 +1,30 @@
|
|||
# Template file for 'libxcb'
|
||||
pkgname=libxcb
|
||||
version=1.14
|
||||
revision=2
|
||||
version=1.15
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-build-docs --enable-xinput --enable-xkb"
|
||||
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"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://xcb.freedesktop.org"
|
||||
distfiles="${homepage}/dist/${pkgname}-${version}.tar.xz"
|
||||
checksum=a55ed6db98d43469801262d81dc2572ed124edc3db31059d4e9916eb9f844c34
|
||||
homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb"
|
||||
changelog="https://gitlab.freedesktop.org/xorg/lib/libxcb/-/raw/master/NEWS"
|
||||
distfiles="https://xorg.freedesktop.org/archive/individual/lib/libxcb-${version}.tar.xz"
|
||||
checksum=cc38744f817cf6814c847e2df37fcb8997357d72fa4bcbc228ae0fe47219a059
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
makedepends+=" xcb-proto"
|
||||
fi
|
||||
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libxcb-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
depends="libXdmcp-devel libXau-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue