xcb-util-keysyms: fix license, description, http->https
This commit is contained in:
parent
266ea84045
commit
a453f1a9be
1 changed files with 9 additions and 4 deletions
|
@ -1,18 +1,23 @@
|
|||
# Template file for 'xcb-util-keysyms'
|
||||
pkgname=xcb-util-keysyms
|
||||
version=0.4.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libxcb-devel xcb-util-devel"
|
||||
short_desc="Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes"
|
||||
short_desc="Utility libraries for XCB - key constants and keycode conversion"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="X11"
|
||||
homepage="http://xcb.freedesktop.org"
|
||||
distfiles="http://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.bz2"
|
||||
homepage="https://xcb.freedesktop.org"
|
||||
distfiles="https://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.bz2"
|
||||
checksum=0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9
|
||||
|
||||
post_install() {
|
||||
head -n30 keysyms/keysyms.c > LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
xcb-util-keysyms-devel_package() {
|
||||
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue