mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libxkbcommon: update to 1.7.0.
This commit is contained in:
parent
d7d1d8a716
commit
8bac3932b9
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libxkbcommon'
|
# Template file for 'libxkbcommon'
|
||||||
pkgname=libxkbcommon
|
pkgname=libxkbcommon
|
||||||
version=1.6.0
|
version=1.7.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
# b_ndebug=false is needed to pass the test suite, as it relies on side effects
|
# b_ndebug=false is needed to pass the test suite, as it relies on side effects
|
||||||
# in the arguments of assert calls.
|
# in the arguments of assert calls.
|
||||||
|
@ -11,13 +11,14 @@ hostmakedepends="pkg-config bison wayland-protocols wayland-devel"
|
||||||
makedepends="xkeyboard-config libxcb-devel wayland-devel wayland-protocols
|
makedepends="xkeyboard-config libxcb-devel wayland-devel wayland-protocols
|
||||||
xorgproto libxml2-devel"
|
xorgproto libxml2-devel"
|
||||||
depends="xkeyboard-config"
|
depends="xkeyboard-config"
|
||||||
|
checkdepends="${depends} xvfb-run"
|
||||||
short_desc="Library to handle keyboard descriptions"
|
short_desc="Library to handle keyboard descriptions"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://xkbcommon.org/"
|
homepage="https://xkbcommon.org/"
|
||||||
changelog="https://raw.githubusercontent.com/xkbcommon/libxkbcommon/master/NEWS"
|
changelog="https://github.com/xkbcommon/libxkbcommon/blob/master/NEWS.md"
|
||||||
distfiles="https://xkbcommon.org/download/libxkbcommon-${version}.tar.xz"
|
distfiles="https://xkbcommon.org/download/libxkbcommon-${version}.tar.xz"
|
||||||
checksum=0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b
|
checksum=65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue