Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brltty-no-polkit
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
nfg
brltty-no-polkit
Commits
7c7d4d6e
Commit
7c7d4d6e
authored
2 years ago
by
nfg
Browse files
Options
Downloads
Patches
Plain Diff
Update PKGBUILD
parent
c0aa7b63
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1795
failed
2 years ago
Stage: build
Stage: commit
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
trunk/PKGBUILD
+6
-6
6 additions, 6 deletions
trunk/PKGBUILD
with
6 additions
and
6 deletions
trunk/PKGBUILD
+
6
−
6
View file @
7c7d4d6e
...
...
@@ -3,6 +3,8 @@
# Maintainer : Eric Vidal <eric@obarun.org>
# Maintainer : Jean-Michel T.Dydak <jean-michel@obarun.org>
# Maintainer : YianIris <yianiris At disroot Dot org>
#
# Contributor : Paul Mathai <sonnysighed@e.email>
#----------------
# Obarun PkgSrc : https://git.obarun.org/pkg/obextra/brltty
#-----------------------------------------------------------
...
...
@@ -11,7 +13,7 @@
pkgbase
=
brltty
pkgname
=(
brltty brltty-udev-generic
)
pkgver
=
6.5
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Braille display driver for Linux/Unix"
url
=
'https://brltty.app'
...
...
@@ -50,7 +52,6 @@ makedepends=(
'ocaml-ctypes'
'ocaml-findlib'
'pcre2'
'polkit'
'python-setuptools'
'speech-dispatcher'
'strip-nondeterminism'
...
...
@@ -71,7 +72,6 @@ depends=(
'liblouis'
'libspeechd'
'pcre2'
'polkit'
)
#--------------------
...
...
@@ -94,6 +94,7 @@ _flags=(
--with-scripts-directory
=
/usr/lib/brltty
--with-tables-directory
=
/usr/share/brltty
--with-writable-directory
=
/run/brltty
--disable-polkit
--disable-stripping
--enable-gpm
)
...
...
@@ -134,7 +135,6 @@ package_brltty() {
libgpm.so
libncursesw.so
pcre2
polkit
)
optdepends
=(
'at-spi2-core: X11/GNOME Apps accessibility'
...
...
@@ -169,11 +169,11 @@ package_brltty() {
make
-j1
INSTALL_ROOT
=
"
$pkgdir
"
install
make
-j1
INSTALL_ROOT
=
"
$pkgdir
"
install-udev
#make -j1 INSTALL_ROOT="$pkgdir" install-dracut
make
-j1
INSTALL_ROOT
=
"
$pkgdir
"
install-polkit
#
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"
#
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"
../
...
...
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