Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / keyd
Commits: a80fbf2d by Robin Candau at 2026-02-14T09:07:44+01:00 upgpkg: 2.6.0-4: Remove the test-io binary from the package Binary created during check(), no benefit at runtime and breaks reproducibility Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/issues/4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = keyd pkgdesc = A key remapping daemon for linux pkgver = 2.6.0 - pkgrel = 3 + pkgrel = 4 url = https://github.com/rvaiya/keyd arch = x86_64 license = MIT ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=keyd pkgver=2.6.0 -pkgrel=3 +pkgrel=4 pkgdesc="A key remapping daemon for linux" arch=(x86_64) url="https://github.com/rvaiya/keyd" @@ -35,6 +35,10 @@ package() { cd "$pkgname-$pkgver" make PREFIX=/usr DESTDIR="$pkgdir/" FORCE_SYSTEMD=1 install + # Delete the test-io binary produced during check() + # https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/issues/4 + rm -v "$pkgdir/usr/bin/test-io" + install -Dm644 ../keyd.sysusers "$pkgdir/usr/lib/sysusers.d/keyd.conf" install -Dm755 scripts/dump-xkb-config -t "$pkgdir/usr/share/keyd/" install -Dm755 scripts/generate_xcompose -t "$pkgdir/usr/share/keyd/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/commit/a80fbf2d27153aecad2f504f68afbda704fc0b41 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/commit/a80fbf2d27153aecad2f504f68afbda704fc0b41 You're receiving this email because of your account on gitlab.archlinux.org.
