[arch-commits] Commit in speech-dispatcher/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jul 19 14:26:01 UTC 2015


    Date: Sunday, July 19, 2015 @ 16:26:01
  Author: svenstaro
Revision: 242365

upgpkg: speech-dispatcher 0.8.3-4

Disable cicero, try to fix https://bugs.archlinux.org/task/35700

Modified:
  speech-dispatcher/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-19 13:37:58 UTC (rev 242364)
+++ PKGBUILD	2015-07-19 14:26:01 UTC (rev 242365)
@@ -3,7 +3,7 @@
 
 pkgname=speech-dispatcher
 pkgver=0.8.3
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 pkgdesc="High-level device independent layer for speech synthesis interface"
 url="http://www.freebsoft.org/speechd"
@@ -36,8 +36,13 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+
+  # Disabled due to bug: https://bugs.archlinux.org/task/35700
+  sed -i "s/cicero //g" configure.ac
   
+  autoreconf -i
   ./configure --prefix=/usr \
+    --enable-shared \
     --sysconfdir=/etc \
     --without-flite
   make



More information about the arch-commits mailing list