mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
xcb-util-wm: fix license, description, http->https, template layout
This commit is contained in:
parent
d4f4b54433
commit
d554109845
1 changed files with 9 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue