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

David Runge dvzrv at archlinux.org
Tue Jan 26 22:35:25 UTC 2021


    Date: Tuesday, January 26, 2021 @ 22:35:25
  Author: dvzrv
Revision: 406806

upgpkg: brltty 6.2-4: Rebuild to remove dracut support.

The added dracut support proved to be problematic and needs further testing:
https://bugs.archlinux.org/task/69424
https://bugs.archlinux.org/task/69440

Modified:
  brltty/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-26 20:04:33 UTC (rev 406805)
+++ PKGBUILD	2021-01-26 22:35:25 UTC (rev 406806)
@@ -6,7 +6,7 @@
 
 pkgname=brltty
 pkgver=6.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Braille display driver for Linux/Unix"
 arch=('x86_64')
 url="https://brltty.app"
@@ -14,12 +14,10 @@
 depends=('bluez-libs' 'gcc-libs' 'glibc' 'liblouis' 'libspeechd' 'pcre'
 'polkit' 'tcl')
 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')
+'espeak-ng' 'expat' 'festival' 'glib2' 'gpm' 'icu' 'java-environment' 'libxaw'
+'ncurses' 'ocaml-ctypes' 'ocaml-findlib' 'speech-dispatcher' 'systemd-libs')
 optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
             'atk: ATK bridge for X11/GNOME accessibility'
-            'dracut: for dracut based initramfs support'
             'espeak-ng: espeak-ng driver'
             'java-runtime: Java support'
             'libxaw: X11 support'
@@ -70,7 +68,10 @@
   make INSTALL_ROOT="${pkgdir}" install
   make INSTALL_ROOT="${pkgdir}" install-systemd
   make INSTALL_ROOT="${pkgdir}" install-udev
-  make INSTALL_ROOT="${pkgdir}" install-dracut
+  # disable dracut support until further tested
+  # https://bugs.archlinux.org/task/69424
+  # https://bugs.archlinux.org/task/69440
+  # make INSTALL_ROOT="${pkgdir}" install-dracut
   make INSTALL_ROOT="${pkgdir}" install-polkit
   install -vDm 644 "Documents/${pkgname}.conf" -t "${pkgdir}/etc/"
 



More information about the arch-commits mailing list