mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
parent
cd90d75142
commit
d28b07ba8a
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'xcb-util-errors'
|
# Template file for 'xcb-util-errors'
|
||||||
pkgname=xcb-util-errors
|
pkgname=xcb-util-errors
|
||||||
version=1.0
|
version=1.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config m4"
|
hostmakedepends="pkg-config m4 python3"
|
||||||
makedepends="libxcb-devel"
|
makedepends="libxcb-devel xcb-proto"
|
||||||
short_desc="XCB errors library"
|
short_desc="XCB errors library"
|
||||||
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://xcb.freedesktop.org"
|
homepage="https://xcb.freedesktop.org"
|
||||||
distfiles="https://xcb.freedesktop.org/dist/${pkgname}-${version}.tar.bz2"
|
distfiles="https://xcb.freedesktop.org/dist/xcb-util-errors-${version}.tar.xz"
|
||||||
checksum=682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995
|
checksum=5628c87b984259ad927bacd8a42958319c36bdf4b065887803c9d820fb80f357
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue