Date: Thursday, January 28, 2021 @ 20:09:27 Author: dvzrv Revision: 406878
upgpkg: brltty 6.3-1: Upgrade to 6.3. Reenable dracut support for testing purposes. Modified: brltty/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-28 19:28:30 UTC (rev 406877) +++ PKGBUILD 2021-01-28 20:09:27 UTC (rev 406878) @@ -5,8 +5,8 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=brltty -pkgver=6.2 -pkgrel=4 +pkgver=6.3 +pkgrel=1 pkgdesc="Braille display driver for Linux/Unix" arch=('x86_64') url="https://brltty.app" @@ -14,8 +14,9 @@ depends=('bluez-libs' 'gcc-libs' 'glibc' 'liblouis' 'libspeechd' 'pcre' 'polkit' 'tcl') makedepends=('alsa-lib' 'at-spi2-atk' 'at-spi2-core' 'atk' 'cython' 'dbus' -'espeak-ng' 'expat' 'festival' 'glib2' 'gpm' 'icu' 'java-environment' 'libxaw' -'ncurses' 'ocaml-ctypes' 'ocaml-findlib' 'speech-dispatcher' 'systemd-libs') +'dracut' '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' 'espeak-ng: espeak-ng driver' @@ -35,9 +36,9 @@ source=("https://brltty.app/archive/${pkgname}-${pkgver}.tar.bz2" "${pkgname}-6.2-systemd_sysusers_groups.patch" ) -sha512sums=('9cf102e87c082ed4e8a88b08fe4c2c40fde7bf566ba64ba39fbc4e392d639816b4dc176c20713a6ab6aa244de1aecdb80533b21331f01726b86d85d100090a55' +sha512sums=('687fbb30703d4c9fd7b55d27fabecf26c58f7c032c82bcdee1405259da74f85516e268fc49d1bdb2f704b92532cf5c466712cc09b1a4ba5304d4e021af74b7b8' '32ba91271e2247b4a330cd213ed75b591268cb99a79c2efd9ae675804faee027c6b2f782768cb2329a65fc914ca2400b2901f35ce1fc2522c6691b343799eb02') -b2sums=('6aeeeeea27f5069944bc1822087f3b58948192951d33790d61085917d875bc4041d04f5993171a7559154a5b6eee0633fce510fef040ed5b6f4b00fc9298dfd5' +b2sums=('c321e1bdd6d7956620fa354edcf8eee0c8a0011ebfabb4cff98cb5a22c23d5667e6b73cbdbf282c9c36cc4d50ded4e147174c45da36e3fec03cc0a8d2121459a' '036e36d558594bb06af1eb41ff5fc9ae52ccf4bad54556c3f4f81a5e2f31f574039835e5e756455527c327a73d563a3db54a9f32e3478545a2a22c2725aaeee2') prepare() { @@ -68,10 +69,10 @@ make INSTALL_ROOT="${pkgdir}" install make INSTALL_ROOT="${pkgdir}" install-systemd make INSTALL_ROOT="${pkgdir}" install-udev - # disable dracut support until further tested + # dracut support may still be problematic # https://bugs.archlinux.org/task/69424 # https://bugs.archlinux.org/task/69440 - # make INSTALL_ROOT="${pkgdir}" install-dracut + make INSTALL_ROOT="${pkgdir}" install-dracut make INSTALL_ROOT="${pkgdir}" install-polkit install -vDm 644 "Documents/${pkgname}.conf" -t "${pkgdir}/etc/"
