[arch-commits] Commit in brltty/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Sun Jan 2 15:55:28 UTC 2022


    Date: Sunday, January 2, 2022 @ 15:55:28
  Author: dvzrv
Revision: 433311

upgpkg: brltty 6.4-8: Rebuild to run strip-nondeterminism on brlapi.jar.

Modified:
  brltty/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-02 15:15:24 UTC (rev 433310)
+++ PKGBUILD	2022-01-02 15:55:28 UTC (rev 433311)
@@ -6,7 +6,7 @@
 
 pkgname=brltty
 pkgver=6.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Braille display driver for Linux/Unix"
 arch=(x86_64)
 url="https://brltty.app"
@@ -14,7 +14,7 @@
 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'
@@ -69,6 +69,8 @@
               --enable-gpm \
               --disable-stripping
   make
+  # make brlapi.jar deterministic
+  find . -type f -iname "*.jar" -exec strip-nondeterminism {} \;
 }
 
 package() {



More information about the arch-commits mailing list