xcb-util-keysyms: update to 0.4.1;adopt.

This commit is contained in:
André Cerqueira 2023-01-22 15:16:54 +00:00 committed by classabbyamp
parent 251ed7665c
commit 7a14e475bb

View file

@ -1,21 +1,20 @@
# 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.1
revision=4 revision=1
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 XCB - key constants and keycode conversion" short_desc="Utility libraries for XCB - key constants and keycode conversion"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="X11" license="X11"
homepage="https://xcb.freedesktop.org" homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms"
distfiles="https://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.bz2" distfiles="https://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.xz"
checksum=0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9 checksum=7c260a5294412aed429df1da2f8afd3bd07b7cba3fec772fba15a613a6d5c638
post_install() { post_install() {
head -n30 keysyms/keysyms.c > LICENSE vlicense COPYING LICENSE
vlicense LICENSE
} }
xcb-util-keysyms-devel_package() { xcb-util-keysyms-devel_package() {