* update brltty to 6.6-6

This commit is contained in:
Alexander Baldeck 2024-04-26 12:46:40 +02:00
parent a00ad18244
commit 89cd6cec41

View File

@ -8,11 +8,11 @@
pkgbase=brltty
pkgname=(brltty brltty-udev-generic)
pkgver=6.6
pkgrel=4
pkgrel=6
pkgdesc="Braille display driver for Linux/Unix"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://brltty.app"
license=(LGPL2.1)
license=(LGPL-2.1-or-later)
makedepends=(
alsa-lib
at-spi2-atk
@ -144,9 +144,6 @@ package_brltty() {
make -j1 INSTALL_ROOT="$pkgdir" install-polkit
install -vDm 644 Documents/$pkgbase.conf -t "$pkgdir/etc/"
# fix directory permission and ownership
install -vdm 750 -o root -g 102 "$pkgdir/usr/share/polkit-1/rules.d"
# move generic udev rule, as it applies too broadly
mv -v "$pkgdir/usr/lib/udev/rules.d/90-brltty-usb-generic.rules" ../
}