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

upgpkg: 6.3-2

parent 94236885
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.2
pkgrel=4
pkgver=6.3
pkgrel=2
url="https://brltty.app"
......
###############################################################################
# BRLTTY - A background process providing access to the console screen (when in
# text mode) for a blind person using a refreshable braille display.
#
# Copyright (C) 1995-2020 by The BRLTTY Developers.
#
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
#
# This is free software, placed under the terms of the
# GNU Lesser General Public License, as published by the Free Software
# Foundation; either version 2.1 of the License, or (at your option) any
# later version. Please see the file LICENSE-LGPL for details.
#
# Web Page: http://brltty.app/
#
# This software is maintained by Dave Mielke <dave@mielke.cc>.
###############################################################################
################################################
# keep these synchronized with brltty@.service #
################################################
u brltty - "Braille Device Daemon" /var/lib/brltty
# for reading screen content (/dev/vcs*)
# for virtual console monitoring and control (/dev/tty<n>)
m brltty tty
......@@ -9,6 +32,7 @@ m brltty tty
m brltty uucp
# for USB I/o (/dev/bus/usb/*/*)
# for creating virtual devices (/dev/uinput)
m brltty root
# for playing sound via the ALSA framework
......@@ -20,8 +44,6 @@ m brltty audio
# 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
z /etc/brlapi.key 0640 root brlapi -
# BRLTTY's runtime directory
d /run/brltty 0750 brltty brltty
# BRLTTY's local state directory
d /var/lib/brltty 2770 brltty brltty
# BrlAPI's sockets directory
d /var/lib/BrlAPI 3777 brltty brltty
# BrlAPI's authorization key file
z /etc/brlapi.key 0640 root 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