xcb-util-renderutil: fix license, description, http->https
This commit is contained in:
parent
a453f1a9be
commit
9809286656
1 changed files with 9 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue