Skip to content
Snippets Groups Projects
Commit a4c01ac1 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

upgpkg: 6.2-4

parent 59e81a8d
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ pkgname=brltty
pkgdesc="Braille display driver for Linux/Unix"
pkgver=6.1
pkgrel=5
pkgver=6.2
pkgrel=4
url="https://brltty.app"
......@@ -37,6 +37,7 @@ makedepends=(
'cython'
'dbus'
'espeak-ng'
'expat'
'festival'
'glib2'
'gpm'
......@@ -63,7 +64,8 @@ path=(
'--prefix=/usr'
'--sysconfdir=/etc'
'--localstatedir=/var'
'--mandir=/usr/share/man')
'--mandir=/usr/share/man'
'--with-scripts-directory=/usr/lib/brltty')
flags=(
'--with-tables-directory=/usr/share/brltty'
......@@ -85,9 +87,10 @@ build() {
#--PACKAGE-------------------------------------------------------------------
package() {
cdepends+=(
depends+=(
'libasound.so'
'libdbus-1.so'
'libexpat.so'
'libgio-2.0.so'
'libglib-2.0.so'
'libgobject-2.0.so'
......@@ -99,8 +102,6 @@ package() {
make INSTALL_ROOT="${pkgdir}" install
make INSTALL_ROOT="${pkgdir}" install -C Autostart/Systemd
make INSTALL_ROOT="${pkgdir}" install -C Autostart/Udev
install -vDm 644 "Documents/${pkgname}.conf" -t "${pkgdir}/etc/"
......@@ -118,7 +119,6 @@ backup=(etc/brltty.conf)
depends=(
'bluez-libs'
'expat'
'gcc-libs'
'glibc'
'liblouis'
......
post_install () {
[ ! -e /etc/brlapi.key ] && mcookie -v > /etc/brlapi.key
[ ! -e /etc/brlapi.key ] && brltty-genkey
echo "Please add your user to the brlapi group."
}
......
g brlapi -
u brltty - "Braille Device Daemon" /var/lib/brltty
# for virtual console monitoring and control (/dev/tty<n>)
m brltty tty
# for serial I/O (/dev/ttyS<n>)
# probably only one of these should be uncommented
# m brltty dialout
m brltty uucp
# for USB I/o (/dev/bus/usb/*/*)
m brltty root
# for playing sound via the ALSA framework
m brltty audio
# for playing sound via the Pulse Audio daemon
# m brltty pulse-access
# for monitoring keyboard input (/dev/input/*)
m brltty input
# for creating virtual devices (/dev/uinput)
m brltty root
# for reading the BrlAPI authorization key file
m brltty brlapi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment