xcb-util-wm: fix license, description, http->https, template layout

This commit is contained in:
Colin Booth 2021-06-29 12:01:10 -07:00 committed by Đoàn Trần Công Danh
parent d4f4b54433
commit d554109845

View file

@ -1,17 +1,20 @@
# Template build for 'xcb-util-wm'.
# Template file for 'xcb-util-wm'
pkgname=xcb-util-wm
version=0.4.1
revision=3
revision=4
build_style=gnu-configure
hostmakedepends="m4 pkg-config"
makedepends="libxcb-devel xcb-util-devel"
short_desc="Utility libraries for XC Binding - client and window-manager helpers for ICCCM"
short_desc="Utility libraries for XC Binding - window-manager helpers for ICCCM"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="http://xcb.freedesktop.org"
license="GPL-2"
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
license="X11"
homepage="https://xcb.freedesktop.org"
distfiles="https://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
checksum=28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f
post_install() {
vlicense COPYING LICENSE
}
xcb-util-wm-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"