xcb-util-keysyms: update to 0.4.1;adopt.
This commit is contained in:
parent
251ed7665c
commit
7a14e475bb
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'xcb-util-keysyms'
|
||||
pkgname=xcb-util-keysyms
|
||||
version=0.4.0
|
||||
revision=4
|
||||
version=0.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libxcb-devel xcb-util-devel"
|
||||
short_desc="Utility libraries for XCB - key constants and keycode conversion"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||
license="X11"
|
||||
homepage="https://xcb.freedesktop.org"
|
||||
distfiles="https://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.bz2"
|
||||
checksum=0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9
|
||||
homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms"
|
||||
distfiles="https://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.xz"
|
||||
checksum=7c260a5294412aed429df1da2f8afd3bd07b7cba3fec772fba15a613a6d5c638
|
||||
|
||||
post_install() {
|
||||
head -n30 keysyms/keysyms.c > LICENSE
|
||||
vlicense LICENSE
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
||||
xcb-util-keysyms-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue