Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / kbd
Commits: b87a6746 by Christian Hesse at 2023-12-11T10:04:57+01:00 upgpkg: 2.6.3-2: fix loadkeys deadlock for systemd - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = kbd + pkgdesc = Keytable files and keyboard utilities + pkgver = 2.6.3 + pkgrel = 2 + url = http://www.kbd-project.org + arch = x86_64 + license = GPL + makedepends = check + makedepends = git + depends = glibc + depends = pam + provides = vlock + conflicts = vlock + replaces = vlock + backup = etc/pam.d/vlock + source = git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v2.6.3?signed + source = fix-euro2.patch + source = vlock.pam + validpgpkeys = 7F2A3D07298149A0793C9A4EA45ABA544CFFD434 + sha256sums = SKIP + sha256sums = a5e0167b6a82a9eb4d581d56baab930c2d80f5541dc34630460b73e1115384b8 + sha256sums = 5c2d377a87121e7c399534fb91e2ffc0cc1e75d44a8f07ee6f55c9c089bc81e4 + +pkgname = kbd ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=kbd pkgver=2.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="Keytable files and keyboard utilities" arch=('x86_64') url="http://www.kbd-project.org" @@ -38,6 +38,8 @@ prepare() { mv data/keymaps/i386/colemak/{en-latin9,colemak}.map # fix euro2 #28213 patch -Np1 -i ../fix-euro2.patch + # Do not look up include files in the current working directory + git cherry-pick -n '8b7f70904343153b658b8640ba14fc7d583cdc57' autoreconf -if } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kbd/-/commit/b87a6746e03c544c1c59696d0d97308409ef0c8e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kbd/-/commit/b87a6746e03c544c1c59696d0d97308409ef0c8e You're receiving this email because of your account on gitlab.archlinux.org.