Skip to content

Commit

Permalink
archrelease: copy trunk to extra-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@433313 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
dvzrv committed Jan 2, 2022
1 parent 972813f commit 4bac75c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions brltty/repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

pkgname=brltty
pkgver=6.4
pkgrel=7
pkgrel=8
pkgdesc="Braille display driver for Linux/Unix"
arch=(x86_64)
url="https://brltty.app"
license=(LGPL2.1)
depends=(bluez-libs gcc-libs glibc liblouis libspeechd pcre2 polkit)
makedepends=(alsa-lib at-spi2-atk at-spi2-core atk cython dbus dracut espeak-ng
expat festival glib2 gpm icu java-environment libxaw ncurses ocaml-ctypes
ocaml-findlib speech-dispatcher systemd-libs tcl)
ocaml-findlib speech-dispatcher strip-nondeterminism systemd-libs tcl)
optdepends=(
'at-spi2-core: X11/GNOME Apps accessibility'
'atk: ATK bridge for X11/GNOME accessibility'
Expand Down Expand Up @@ -69,6 +69,8 @@ build() {
--enable-gpm \
--disable-stripping
make
# make brlapi.jar deterministic
find . -type f -iname "*.jar" -exec strip-nondeterminism {} \;
}

package() {
Expand Down

0 comments on commit 4bac75c

Please sign in to comment.