Skip to content
Snippets Groups Projects
Commit 775b51a7 authored by jean-michel's avatar jean-michel
Browse files

upgpkg: brltty 6.4-4: Python 3.10 rebuild

parent 871d59a8
No related branches found
No related tags found
No related merge requests found
Pipeline #1024 passed
# 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 AND VERIFICATION ]
#--------------------
# ARCH LICENSE AUTH ]
arch=(x86_64)
license=(LGPL2.1)
sha512sums=(' ')
sha512sums=('')
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