xcb-proto: update to 1.14.1
This commit is contained in:
parent
f30c750741
commit
63f45dc740
1 changed files with 10 additions and 5 deletions
|
@ -1,17 +1,22 @@
|
|||
# Template file for 'xcb-proto'
|
||||
pkgname=xcb-proto
|
||||
version=1.14
|
||||
revision=2
|
||||
version=1.14.1
|
||||
revision=1
|
||||
wrksrc="xcbproto-${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="python3"
|
||||
hostmakedepends="python3 automake"
|
||||
makedepends="libxml2"
|
||||
depends="python3"
|
||||
short_desc="XML-XCB (X C Bindings) protocol descriptions"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="http://xcb.freedesktop.org"
|
||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.xz"
|
||||
checksum=186a3ceb26f9b4a015f5a44dcc814c93033a5fc39684f36f1ecc79834416a605
|
||||
distfiles="https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/archive/${pkgname}-${version}/xcbproto-${pkgname}-${version}.tar.gz"
|
||||
checksum=1101be204eecfb6af6b4325c143b3da06a6929753418f161882e86ae1457ca57
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue