mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
brltty: upgrade to 6.1
This commit is contained in:
parent
6bc34a821b
commit
dfc437ab39
2 changed files with 5 additions and 5 deletions
|
@ -2352,7 +2352,7 @@ libp8-platform.so.2 p8-platform-2.1.0.1_1
|
||||||
libOIS.so.1.5.0 ois-1.5_1
|
libOIS.so.1.5.0 ois-1.5_1
|
||||||
libSILLY.so.1 silly-0.1.0_1
|
libSILLY.so.1 silly-0.1.0_1
|
||||||
libkeybinder-3.0.so.0 libkeybinder3-0.3.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
|
liblouis.so.20 liblouis-3.11.0_1
|
||||||
libCEGUIBase-0.7.9.so cegui07-0.7.9_1
|
libCEGUIBase-0.7.9.so cegui07-0.7.9_1
|
||||||
libCEGUIFalagardWRBase-0.7.9.so cegui07-0.7.9_1
|
libCEGUIFalagardWRBase-0.7.9.so cegui07-0.7.9_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'brltty'
|
# Template file for 'brltty'
|
||||||
pkgname=brltty
|
pkgname=brltty
|
||||||
version=6.0
|
version=6.1
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gpm --with-screen-driver=lx,sc
|
configure_args="--enable-gpm --with-screen-driver=lx,sc
|
||||||
--with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"
|
--with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"
|
||||||
|
@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="http://mielke.cc/brltty/"
|
homepage="http://mielke.cc/brltty/"
|
||||||
distfiles="http://mielke.cc/brltty/archive/brltty-${version}.tar.xz"
|
distfiles="http://mielke.cc/brltty/archive/brltty-${version}.tar.xz"
|
||||||
checksum=cfa80c2d171a4d92d7a327b1942e6fc463669b1c3bb658bfb3323b723f9096f7
|
checksum=4a28e3f1879aee9082f9ce4100fd4053be47add7f8ab0f2af6d6a20590934b62
|
||||||
python_version=2 #unverified
|
python_version=3
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) configure_args="${configure_args} --with-ports-package=glibc";;
|
i686*|x86_64*) configure_args="${configure_args} --with-ports-package=glibc";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue