xcb-util: fix license, http->https
This commit is contained in:
parent
f092bb6a6f
commit
4936d6c276
@ -1,18 +1,22 @@
|
|||||||
# Template file for 'xcb-util'
|
# Template file for 'xcb-util'
|
||||||
pkgname=xcb-util
|
pkgname=xcb-util
|
||||||
version=0.4.0
|
version=0.4.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config gperf"
|
hostmakedepends="pkg-config gperf"
|
||||||
makedepends="libxcb-devel"
|
makedepends="libxcb-devel"
|
||||||
short_desc="XCB utilities library"
|
short_desc="XCB utilities library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="X11"
|
||||||
homepage="http://xcb.freedesktop.org"
|
homepage="https://xcb.freedesktop.org"
|
||||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
distfiles="https://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||||
checksum=46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9
|
checksum=46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
xcb-util-devel_package() {
|
xcb-util-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" -- development files"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user