mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
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'
|
# Template file for 'xcb-util-renderutil'
|
||||||
pkgname=xcb-util-renderutil
|
pkgname=xcb-util-renderutil
|
||||||
version=0.3.9
|
version=0.3.9
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libxcb-devel xcb-util-devel"
|
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>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="X11"
|
license="X11, MIT"
|
||||||
homepage="http://xcb.freedesktop.org"
|
homepage="https://xcb.freedesktop.org"
|
||||||
distfiles="http://xcb.freedesktop.org/dist/xcb-util-renderutil-${version}.tar.bz2"
|
distfiles="https://xcb.freedesktop.org/dist/xcb-util-renderutil-${version}.tar.bz2"
|
||||||
checksum=c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b
|
checksum=c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
xcb-util-renderutil-devel_package() {
|
xcb-util-renderutil-devel_package() {
|
||||||
depends="libxcb-devel ${sourcepkg}>=${version}"
|
depends="libxcb-devel ${sourcepkg}>=${version}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue