mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
parent
e75c5c8689
commit
8fc01e325f
2 changed files with 3 additions and 26 deletions
|
@ -1,23 +0,0 @@
|
||||||
Patch pulled from upstream repo, author Samuel Thibault.
|
|
||||||
Goes away with 0.8.7 or whatever their next version is.
|
|
||||||
diff --git src/api/python/speechd_config/config.py.in src/api/python/speechd_config/config.py.in
|
|
||||||
index a59ef79a..e9b2ae53 100644
|
|
||||||
--- src/api/python/speechd_config/config.py.in
|
|
||||||
+++ src/api/python/speechd_config/config.py.in
|
|
||||||
@@ -156,6 +156,7 @@ def setup_argparse():
|
|
||||||
parser.add_argument('-D', '--debug', dest='debug',
|
|
||||||
action="store_true", default=False,
|
|
||||||
help=_("Debug a problem and generate a report"))
|
|
||||||
+ return parser
|
|
||||||
|
|
||||||
class Tests:
|
|
||||||
"""Tests of functionality of Speech Dispatcher and its dependencies
|
|
||||||
@@ -750,7 +751,7 @@ you have to start it manually to continue."""))
|
|
||||||
|
|
||||||
def main():
|
|
||||||
options = setup_argparse()
|
|
||||||
- options.parse()
|
|
||||||
+ options = options.parse_args()
|
|
||||||
test = Tests()
|
|
||||||
configure = Configure(test) # that should possibly be refactored, test should not be passed
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'speech-dispatcher'.
|
# Template build file for 'speech-dispatcher'.
|
||||||
pkgname=speech-dispatcher
|
pkgname=speech-dispatcher
|
||||||
version=0.8.6
|
version=0.8.7
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
short_desc="High-level device independent layer for speech synthesis interface"
|
short_desc="High-level device independent layer for speech synthesis interface"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2, LGPL-2.1, GFDL-1.2"
|
license="GPL-2, LGPL-2.1, GFDL-1.2"
|
||||||
homepage="http://devel.freebsoft.org/speechd"
|
homepage="http://devel.freebsoft.org/speechd"
|
||||||
distfiles="http://devel.freebsoft.org/pub/projects/speechd/${pkgname}-${version}.tar.gz"
|
distfiles="http://devel.freebsoft.org/pub/projects/speechd/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c233dc3757c1f0d3676480d1052d42d88d18d29ab0cb0c8b5ce8edc3e7386ff8
|
checksum=200be1adb054dd14bfbc46e798ac6a7c0d4abaa13343fb987312c5265e4cb134
|
||||||
pycompile_module='speechd speechd_config'
|
pycompile_module='speechd speechd_config'
|
||||||
|
|
||||||
hostmakedepends="pkg-config intltool python3-devel"
|
hostmakedepends="pkg-config intltool python3-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue