xcb-util-renderutil: fix license, description, http->https

This commit is contained in:
Colin Booth 2021-06-29 11:52:49 -07:00 committed by Đoàn Trần Công Danh
parent a453f1a9be
commit 9809286656

View file

@ -1,18 +1,22 @@
# Template file for 'xcb-util-renderutil'
pkgname=xcb-util-renderutil
version=0.3.9
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
makedepends="libxcb-devel xcb-util-devel"
short_desc="Utility libraries for XC Binding - Convenience functions for the Render extension"
short_desc="Utility libraries for XCB - Render extension convenience functions"
maintainer="Orphaned <orphan@voidlinux.org>"
license="X11"
homepage="http://xcb.freedesktop.org"
distfiles="http://xcb.freedesktop.org/dist/xcb-util-renderutil-${version}.tar.bz2"
license="X11, MIT"
homepage="https://xcb.freedesktop.org"
distfiles="https://xcb.freedesktop.org/dist/xcb-util-renderutil-${version}.tar.bz2"
checksum=c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b
post_install() {
vlicense COPYING LICENSE
}
xcb-util-renderutil-devel_package() {
depends="libxcb-devel ${sourcepkg}>=${version}"
short_desc+=" - development files"