Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / libxkbcommon
Commits: e06e0338 by Jan Alexander Steffens (heftig) at 2025-02-09T00:17:22+01:00 1.8.0-1 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libxkbcommon pkgdesc = Keymap handling library for toolkits and window systems - pkgver = 1.7.0 - pkgrel = 2 + pkgver = 1.8.0 + pkgrel = 1 url = https://xkbcommon.org/ arch = x86_64 license = MIT @@ -11,6 +11,7 @@ pkgbase = libxkbcommon makedepends = doxygen makedepends = git makedepends = glibc + makedepends = graphviz makedepends = libxcb makedepends = libxml2 makedepends = meson @@ -18,8 +19,8 @@ pkgbase = libxkbcommon makedepends = wayland-protocols makedepends = xkeyboard-config makedepends = xorgproto - source = git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-1.7.0 - b2sums = 70da3ad61589c68a06c6456034f17afad3962045552641ab9e099cee821eb935d84b11de9ac52af8f79111ef222466f39cfc9a6f5ae9cac610c474a9305cd50a + source = git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-1.8.0 + b2sums = 3e808e01cfe0f1f423b2d751fcae7e27ab538150f116db95c7cc01070cf7c7cc0c79bcdaad2c998ed3d449a995084d2b1bb3934ecfab57a053a4809fbc3e6e81 pkgname = libxkbcommon depends = glibc ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[libxkbcommon] +source = "git" +git = "https://github.com/xkbcommon/libxkbcommon.git" +prefix = "xkbcommon-" ===================================== PKGBUILD ===================================== @@ -8,8 +8,8 @@ pkgname=( libxkbcommon-x11 libxkbcommon-doc ) -pkgver=1.7.0 -pkgrel=2 +pkgver=1.8.0 +pkgrel=1 pkgdesc='Keymap handling library for toolkits and window systems' url='https://xkbcommon.org/' arch=(x86_64) @@ -19,6 +19,7 @@ makedepends=( doxygen git glibc + graphviz libxcb libxml2 meson @@ -32,7 +33,7 @@ checkdepends=( xorg-server-xvfb ) source=("git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-$pkgver") -b2sums=('70da3ad61589c68a06c6456034f17afad3962045552641ab9e099cee821eb935d84b11de9ac52af8f79111ef222466f39cfc9a6f5ae9cac610c474a9305cd50a') +b2sums=('3e808e01cfe0f1f423b2d751fcae7e27ab538150f116db95c7cc01070cf7c7cc0c79bcdaad2c998ed3d449a995084d2b1bb3934ecfab57a053a4809fbc3e6e81') prepare() { cd libxkbcommon @@ -48,7 +49,7 @@ build() { } check() { - xvfb-run -s '-nolisten local' meson test -C build --print-errorlogs + meson test -C build --print-errorlogs } _pick() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxkbcommon/-/commit/e06e03386b678527a8dcdb744826299535d0f838 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxkbcommon/-/commit/e06e03386b678527a8dcdb744826299535d0f838 You're receiving this email because of your account on gitlab.archlinux.org.