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
pkg
obextra
brltty
Commits
775b51a7
Commit
775b51a7
authored
3 years ago
by
jean-michel
Browse files
Options
Downloads
Patches
Plain Diff
upgpkg: brltty 6.4-4: Python 3.10 rebuild
parent
871d59a8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1024
passed
3 years ago
Stage: build
Stage: commit
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
trunk/PKGBUILD
+18
-23
18 additions, 23 deletions
trunk/PKGBUILD
with
18 additions
and
23 deletions
trunk/PKGBUILD
+
18
−
23
View file @
775b51a7
# Obarun : 66 init/supervisor
# Copyright : Obarun
#------------------------
# Maintainer : Eric Vidal <eric@obarun.org>
# Maintainer : Jean-Michel T.Dydak <jean-michel@obarun.org>
# Maintainer : YianIris <yianiris At disroot Dot org>
# Obarun PkgSrc : https://git.obarun.org/pkg/obextra/brltty
#----------------
#--------------------------------------------------------------
# Obarun PkgSrc : https://git.obarun.org/pkg/obextra/brltty
#-----------------------------------------------------------
# DESCRIPTION ]
pkgname
=
brltty
pkgver
=
6.4
pkgrel
=
4
pkgdesc
=
'Braille display driver for Linux/Unix'
pkgrel
=
5
pkgdesc
=
"Braille display driver for Linux/Unix"
url
=
'https://brltty.app'
track
=
archive
target
=
$pkgname
-
$pkgver
track
=
"
archive
"
target
=
"
$pkgname
-
$pkgver
"
source
=(
https://brltty.app/
$track
/
$target
.tar.bz2
"
https://brltty.app/
$
{
track
}
/
$
{
target
}
.tar.bz2
"
brltty.sysusers
brltty.tmpfiles
)
...
...
@@ -50,10 +50,6 @@ makedepends=(
#------------------------
# INSTALL CONFIGURATION ]
arch
=(
x86_64
)
install
=
brltty.install
depends
=(
'bluez-libs'
'gcc-libs'
...
...
@@ -78,7 +74,7 @@ optdepends=(
'ocaml: OCaml support'
'python: Python support'
'speech-dispatcher: speech-dispatcher driver'
)
#
#
'dracut: initramfs support'
)
# 'dracut: initramfs support'
backup
=(
'etc/brltty.conf'
...
...
@@ -92,6 +88,8 @@ options=(
'!emptydirs'
)
install
=
brltty.install
#--------------------
# BUILD PREPARATION ]
...
...
@@ -100,11 +98,10 @@ prepare() {
./autogen
}
#----------------------
# BUILD CONFIGURATION ]
_
path
=(
_
flags
=(
--prefix
=
/usr
--sysconfdir
=
/etc
--localstatedir
=
/var
...
...
@@ -112,9 +109,6 @@ _path=(
--with-scripts-directory
=
/usr/lib/brltty
--with-tables-directory
=
/usr/share/brltty
--with-writable-directory
=
/run/brltty
)
_flags
=(
--with-flite-voice
=
cmu_us_kal16
--disable-stripping
--enable-gpm
...
...
@@ -126,7 +120,7 @@ _flags=(
build
()
{
cd
$pkgname
-
$pkgver
./configure
"
${
_path
[@]
}
"
"
${
_flags
[@]
}
"
./configure
"
${
_flags
[@]
}
"
make
}
...
...
@@ -161,9 +155,10 @@ package() {
install
-vdm
700
-o
102
-g
102
"
$pkgdir
/usr/share/polkit-1/rules.d"
}
#--------------------
-------
# LICENSE A
ND VERIFICATION
]
#--------------------
#
ARCH
LICENSE A
UTH
]
arch
=(
x86_64
)
license
=(
LGPL2.1
)
sha512sums
=(
'
'
)
sha512sums
=(
''
)
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