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

Alexander Rødseth arodseth at archlinux.org
Wed Feb 1 23:42:48 UTC 2017


    Date: Wednesday, February 1, 2017 @ 23:42:48
  Author: arodseth
Revision: 209670

upgpkg: espeak 1.49.0-2

Modified:
  espeak/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-01 21:40:07 UTC (rev 209669)
+++ PKGBUILD	2017-02-01 23:42:48 UTC (rev 209670)
@@ -1,13 +1,15 @@
 # $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer:
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 # Contributor: Christoph Siegenthaler <csi at gmx.ch>
 
 pkgname=espeak
 pkgver=1.49.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Text to Speech engine for English, with support for other languages'
 arch=('x86_64' 'i686')
+# The original espeak package looks unmaintained. espeak-ng is a direct continuation.
 url='https://github.com/espeak-ng/espeak-ng/'
 license=('GPL')
 depends=('portaudio' 'libpulse')
@@ -35,6 +37,8 @@
   cd espeak-ng
 
   make DESTDIR="$pkgdir" install
+  ln -s /usr/lib/libespeak-ng.so "$pkgdir/usr/lib/libespeak.so"
+  ln -s /usr/lib/pkgconfig/espeak-ng.pc "$pkgdir/usr/lib/pkgconfig/espeak.pc"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list