mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
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'
|
# Template file for 'xcb-util-keysyms'
|
||||||
pkgname=xcb-util-keysyms
|
pkgname=xcb-util-keysyms
|
||||||
version=0.4.0
|
version=0.4.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libxcb-devel xcb-util-devel"
|
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>"
|
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-keysyms-${version}.tar.bz2"
|
distfiles="https://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.bz2"
|
||||||
checksum=0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9
|
checksum=0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
head -n30 keysyms/keysyms.c > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
xcb-util-keysyms-devel_package() {
|
xcb-util-keysyms-devel_package() {
|
||||||
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue