From 5aa90a3e4f15462bcdce4623c5b4945c81bc0a25 Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Mon, 18 Apr 2016 18:42:05 -0700 Subject: [PATCH] brltty: update to 5.3.1. --- srcpkgs/brltty/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template index 242f2702947..067ca8e3ed0 100644 --- a/srcpkgs/brltty/template +++ b/srcpkgs/brltty/template @@ -1,7 +1,7 @@ # Template file for 'brltty' pkgname=brltty -version=5.2 -revision=2 +version=5.3.1 +revision=1 build_style=gnu-configure makedepends="ncurses-devel alsa-lib-devel gpm-devel at-spi2-core-devel" configure_args="--enable-gpm --with-screen-driver=lx --with-tables-directory=/usr/share/brltty" @@ -10,7 +10,7 @@ maintainer="Juan RP " license="GPL-2, LGPL-2.1" homepage="http://mielke.cc/brltty/" distfiles="http://mielke.cc/brltty/archive/brltty-${version}.tar.xz" -checksum=f1293940317a675d0eaeaf3f363bbfe4bfaa5225c2116123a61ce2d3c71943f7 +checksum=5bf6dfda8b48d505886f8a8165af8fdd74a3b97f4cae58febb648664283e9748 pre_configure() { case "$XBPS_TARGET_MACHINE" in @@ -27,6 +27,9 @@ post_configure() { do_install() { make INSTALL_ROOT=${DESTDIR} install vsv $pkgname + vsconf Documents/brltty.conf + vdoc Documents/ChangeLog + vcopy Documents/Manual-BRLTTY usr/share/doc/${pkgname} } brltty-devel_package() {