mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
xcb-util-image: fix license, description, http->https
This commit is contained in:
parent
4936d6c276
commit
266ea84045
1 changed files with 8 additions and 4 deletions
|
@ -1,18 +1,22 @@
|
||||||
# Template file for 'xcb-util-image'
|
# Template file for 'xcb-util-image'
|
||||||
pkgname=xcb-util-image
|
pkgname=xcb-util-image
|
||||||
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"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xcb-util-devel"
|
makedepends="xcb-util-devel"
|
||||||
short_desc="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
|
short_desc="Utility libraries for XCB - XImage and XShmImage functions"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="X11"
|
license="X11"
|
||||||
homepage="http://xcb.freedesktop.org"
|
homepage="https://xcb.freedesktop.org"
|
||||||
distfiles="http://xcb.freedesktop.org/dist/xcb-util-image-${version}.tar.bz2"
|
distfiles="https://xcb.freedesktop.org/dist/xcb-util-image-${version}.tar.bz2"
|
||||||
checksum=2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc
|
checksum=2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
xcb-util-image-devel_package() {
|
xcb-util-image-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue