mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
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'
|
# Template file for 'espeakup'
|
||||||
pkgname=espeakup
|
pkgname=espeakup
|
||||||
version=0.80
|
version=0.80
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="A lightweight connector for espeak and speakup"
|
build_style="gnu-makefile"
|
||||||
|
makedepends="libespeak-ng-devel"
|
||||||
|
short_desc="Lightweight connector for espeak and speakup"
|
||||||
maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
|
maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/williamh/espeakup"
|
homepage="https://github.com/williamh/espeakup"
|
||||||
distfiles="https://github.com/williamh/espeakup/archive/v${version}.tar.gz"
|
distfiles="https://github.com/williamh/espeakup/archive/v${version}.tar.gz"
|
||||||
makedepends="libespeak-devel"
|
|
||||||
checksum="4de284e30b6bdb0f9dee9c8ea02d13a3d20a61415b812338446b8b381e997ef4"
|
checksum="4de284e30b6bdb0f9dee9c8ea02d13a3d20a61415b812338446b8b381e997ef4"
|
||||||
build_style="gnu-makefile"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv espeakup
|
vsv espeakup
|
||||||
|
|
Loading…
Add table
Reference in a new issue