Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brltty
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yian Iris
brltty
Commits
a4c01ac1
Commit
a4c01ac1
authored
4 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
upgpkg: 6.2-4
parent
59e81a8d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
trunk/PKGBUILD
+7
-7
7 additions, 7 deletions
trunk/PKGBUILD
trunk/brltty.install
+1
-1
1 addition, 1 deletion
trunk/brltty.install
trunk/brltty.sysusers
+27
-1
27 additions, 1 deletion
trunk/brltty.sysusers
with
35 additions
and
9 deletions
trunk/PKGBUILD
+
7
−
7
View file @
a4c01ac1
...
...
@@ -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
()
{
c
depends+
=(
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'
...
...
This diff is collapsed.
Click to expand it.
trunk/brltty.install
+
1
−
1
View file @
a4c01ac1
post_install
()
{
[
!
-
e
/
etc
/
brlapi
.
key
]
&&
mcookie
-
v
>
/
etc
/
brlapi
.
key
[
!
-
e
/
etc
/
brlapi
.
key
]
&&
brltty
-
gen
key
echo
"Please add your user to the brlapi group."
}
...
...
This diff is collapsed.
Click to expand it.
trunk/brltty.sysusers
+
27
−
1
View file @
a4c01ac1
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment