From c58724fd1c4d5e340d12122a7026f8d629b38ac7 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 2 Nov 2020 10:19:33 -0600 Subject: [PATCH] brltty: upgrade to 6.1 --- common/shlibs | 2 +- srcpkgs/brltty/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index e0e75cea1b4..4270867b673 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2352,7 +2352,7 @@ libp8-platform.so.2 p8-platform-2.1.0.1_1 libOIS.so.1.5.0 ois-1.5_1 libSILLY.so.1 silly-0.1.0_1 libkeybinder-3.0.so.0 libkeybinder3-0.3.0_1 -libbrlapi.so.0.7 brltty-6.0_1 +libbrlapi.so.0.8 brltty-6.1_1 liblouis.so.20 liblouis-3.11.0_1 libCEGUIBase-0.7.9.so cegui07-0.7.9_1 libCEGUIFalagardWRBase-0.7.9.so cegui07-0.7.9_1 diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template index f507ca3d162..53e15ed6ff0 100644 --- a/srcpkgs/brltty/template +++ b/srcpkgs/brltty/template @@ -1,7 +1,7 @@ # Template file for 'brltty' pkgname=brltty -version=6.0 -revision=6 +version=6.1 +revision=1 build_style=gnu-configure configure_args="--enable-gpm --with-screen-driver=lx,sc --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3" @@ -12,8 +12,8 @@ maintainer="Orphaned " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="http://mielke.cc/brltty/" distfiles="http://mielke.cc/brltty/archive/brltty-${version}.tar.xz" -checksum=cfa80c2d171a4d92d7a327b1942e6fc463669b1c3bb658bfb3323b723f9096f7 -python_version=2 #unverified +checksum=4a28e3f1879aee9082f9ce4100fd4053be47add7f8ab0f2af6d6a20590934b62 +python_version=3 case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) configure_args="${configure_args} --with-ports-package=glibc";;