update to 12.4-systemd: kbd-2.8.0

This commit is contained in:
2025-12-22 03:26:54 -05:00
parent 07a0dae105
commit 5ea8dde5f4

View File

@@ -1,16 +1,16 @@
pkgname=kbd
pkgver=2.7.1
pkgver=2.8.0
pkgdesc="Keytable files and keyboard utilities"
arch=('x86_64')
homepage="http://www.kbd-project.org"
license=('GPL-2.0-or-later')
sources=("${pkgname}-${pkgver}.tar.xz"
"kbd-2.7.1-backspace-1.patch"
"kbd-${pkgver}-backspace-1.patch"
)
urls=("https://www.kernel.org/pub/linux/utils/${pkgname}/${sources[0]}"
"https://www.linuxfromscratch.org/patches/lfs/12.3/kbd-2.7.1-backspace-1.patch"
"https://www.linuxfromscratch.org/patches/lfs/12.4/${sources[1]}"
)
md5sums=("f15673d9f748e58f82fa50cff0d0fd20"
md5sums=("24b5d24f7483726b88f214dc6c77aa41"
"f75cca16a38da6caa7d52151f7136895"
)
@@ -27,11 +27,12 @@ src_build() {
}
src_check() {
leaf_record_message "tests are known to fail without valgrind."
make check
}
src_install() {
make DESTDIR="${pkgdir}" install
install -d -v "${pkgdir}/usr/share/doc/kbd-2.7.1"
cp -R -v docs/doc -T "${pkgdir}/usr/share/doc/kbd-2.7.1"
install -d -v "${pkgdir}/usr/share/doc/kbd-${pkgver}"
cp -R -v docs/doc -T "${pkgdir}/usr/share/doc/kbd-${pkgver}"
}