parent
92794e414e
commit
57894908f7
2 changed files with 16 additions and 5 deletions
11
srcpkgs/espeakup/patches/use-with-espeak-ng.patch
Normal file
11
srcpkgs/espeakup/patches/use-with-espeak-ng.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.orig 2020-12-15 20:40:30.660983776 -0500
|
||||
+++ Makefile 2020-12-15 20:41:07.473982625 -0500
|
||||
@@ -6,7 +6,7 @@
|
||||
WARNFLAGS = -Wall
|
||||
CFLAGS += ${DEPFLAGS} ${WARNFLAGS}
|
||||
|
||||
-LDLIBS = -lespeak -lpthread
|
||||
+LDLIBS = -lespeak-ng -lpthread
|
||||
|
||||
INSTALL = install
|
||||
BINMODE = 0755
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'espeakup'
|
||||
pkgname=espeakup
|
||||
version=0.80
|
||||
revision=1
|
||||
short_desc="A lightweight connector for espeak and speakup"
|
||||
revision=2
|
||||
build_style="gnu-makefile"
|
||||
makedepends="libespeak-ng-devel"
|
||||
short_desc="Lightweight connector for espeak and speakup"
|
||||
maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/williamh/espeakup"
|
||||
distfiles="https://github.com/williamh/espeakup/archive/v${version}.tar.gz"
|
||||
makedepends="libespeak-devel"
|
||||
checksum="4de284e30b6bdb0f9dee9c8ea02d13a3d20a61415b812338446b8b381e997ef4"
|
||||
build_style="gnu-makefile"
|
||||
|
||||
post_install() {
|
||||
vsv espeakup
|
||||
|
|
Loading…
Reference in a new issue