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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 13:48:15
  Author: felixonmars
Revision: 658599

upgpkg: espeakup 0.80-3: reproducibility rebuild

Modified:
  espeakup/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 13:48:09 UTC (rev 658598)
+++ PKGBUILD2020-07-07 13:48:15 UTC (rev 658599)
@@ -3,7 +3,7 @@
 
 pkgname=espeakup
 pkgver=0.80
-pkgrel=2
+pkgrel=3
 pkgdesc='Allows the Speakup screen review system to use the ESpeak 
synthesizer.'
 arch=('x86_64')
 url='https://github.com/williamh/espeakup'


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

2019-05-30 Thread Antonio Rojas via arch-commits
Date: Thursday, May 30, 2019 @ 21:23:02
  Author: arojas
Revision: 475296

https

Modified:
  espeakup/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 21:22:41 UTC (rev 475295)
+++ PKGBUILD2019-05-30 21:23:02 UTC (rev 475296)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc='Allows the Speakup screen review system to use the ESpeak 
synthesizer.'
 arch=('x86_64')
-url='http://github.com/williamh/espeakup'
+url='https://github.com/williamh/espeakup'
 license=('GPL3')
 source=(https://github.com/williamh/espeakup/archive/v$pkgver.tar.gz
 espeakup.service espeakup.modules-load.d)


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

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 22:20:42
  Author: felixonmars
Revision: 404927

PIE/BUILDINFO rebuild

Modified:
  espeakup/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:20:40 UTC (rev 404926)
+++ PKGBUILD2018-11-09 22:20:42 UTC (rev 404927)
@@ -3,7 +3,7 @@
 
 pkgname=espeakup
 pkgver=0.80
-pkgrel=1
+pkgrel=2
 pkgdesc='Allows the Speakup screen review system to use the ESpeak 
synthesizer.'
 arch=('x86_64')
 url='http://github.com/williamh/espeakup'


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

2016-10-12 Thread Antonio Rojas
Date: Wednesday, October 12, 2016 @ 20:39:12
  Author: arojas
Revision: 192086

Update to 0.80

Modified:
  espeakup/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-12 20:36:59 UTC (rev 192085)
+++ PKGBUILD2016-10-12 20:39:12 UTC (rev 192086)
@@ -3,16 +3,21 @@
 # Contributor: Kyle 
 
 pkgname=espeakup
-pkgver=0.71
-pkgrel=8
+pkgver=0.80
+pkgrel=1
 pkgdesc='Allows the Speakup screen review system to use the ESpeak 
synthesizer.'
 arch=('i686' 'x86_64')
 url='http://github.com/williamh/espeakup'
 license=('GPL3')
-source=(http://the-brannons.com/espeakup-0.71.tar.bz2
+source=(https://github.com/williamh/espeakup/archive/v$pkgver.tar.gz
 espeakup.service espeakup.modules-load.d)
 depends=('speakup-utils' 'espeak')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/local|/usr|' -i Makefile
+}
+
 build() {
   cd $pkgname-$pkgver
   make
@@ -25,6 +30,6 @@
   install -m644 -D "${srcdir}/espeakup.modules-load.d" 
"${pkgdir}/usr/lib/modules-load.d/espeakup.conf"
 }
 
-sha256sums=('8307986998256db21e615c4edc1befedde28a6995971da258e9d513dd79bd3ab'
+sha256sums=('4de284e30b6bdb0f9dee9c8ea02d13a3d20a61415b812338446b8b381e997ef4'
 '0d17413611db3fc4d70e34e84c1e55e832d9eec29482ed7d8c3d737e4ba162b8'
 '916abe0c03b843194705940ef062046809a68b51c5696f505d5444a73b45f214')


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

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 07:57:21
  Author: bpiotrowski
Revision: 90373

upgpkg: espeakup 0.71-8

- remove deprecated rc.d script

Modified:
  espeakup/trunk/PKGBUILD
Deleted:
  espeakup/trunk/espeakup

--+
 PKGBUILD |   28 +++-
 espeakup |   43 ---
 2 files changed, 11 insertions(+), 60 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 05:50:20 UTC (rev 90372)
+++ PKGBUILD2013-05-12 05:57:21 UTC (rev 90373)
@@ -4,33 +4,27 @@
 
 pkgname=espeakup
 pkgver=0.71
-pkgrel=7
+pkgrel=8
 pkgdesc='Allows the Speakup screen review system to use the ESpeak 
synthesizer.'
 arch=('i686' 'x86_64')
-url="http://github.com/williamh/espeakup";
+url='http://github.com/williamh/espeakup'
 license=('GPL3')
-#source=("ftp://linux-speakup.org/pub/linux/goodies/${pkgname}-${pkgver}.tar.bz2";
-# temporary location
-source=("http://the-brannons.com/espeakup-0.71.tar.bz2";
-espeakup espeakup.conf.d espeakup.service espeakup.modules-load.d)
-depends=(speakup-utils espeak)
-backup=(etc/conf.d/espeakup)
+source=(http://the-brannons.com/espeakup-0.71.tar.bz2
+espeakup.service espeakup.modules-load.d)
+depends=('speakup-utils' 'espeak')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="${pkgdir}" install 
-  install -m755 -D "${srcdir}/espeakup" "${pkgdir}/etc/rc.d/espeakup"
-  install -m644 -D "${srcdir}/espeakup.conf.d" "${pkgdir}/etc/conf.d/espeakup"
   install -m644 -D "${srcdir}/espeakup.service" 
"${pkgdir}/usr/lib/systemd/system/espeakup.service"
   install -m644 -D "${srcdir}/espeakup.modules-load.d" 
"${pkgdir}/usr/lib/modules-load.d/espeakup.conf"
 }
-md5sums=('03daa70b3db3f4f6fbb42c2ee428eda7'
- '7cf0abd493710ed924b7bb7c8d279fb3'
- '0f93974845b15efa12f5e7a74cc0eecd'
- '2c80525983a700d3763d4c90c3ab79a8'
- '75eb512d510d6701b6f63390475dd34f')
+
+sha256sums=('8307986998256db21e615c4edc1befedde28a6995971da258e9d513dd79bd3ab'
+'0d17413611db3fc4d70e34e84c1e55e832d9eec29482ed7d8c3d737e4ba162b8'
+'916abe0c03b843194705940ef062046809a68b51c5696f505d5444a73b45f214')

Deleted: espeakup
===
--- espeakup2013-05-12 05:50:20 UTC (rev 90372)
+++ espeakup2013-05-12 05:57:21 UTC (rev 90373)
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/conf.d/espeakup
-. /etc/rc.d/functions
-
-PID=`pidof espeakup`
-PIDFILE=/var/run/espeakup.pid
-case "$1" in
-  start)
-stat_busy "Starting Espeakup"
-if [ -z "$PID" ]; then
-  if [ -f $PIDFILE ]; then
-rm $PIDFILE
-  fi
-  /usr/bin/espeakup $ESPEAKUP_ARGS
-  if [ $? -gt 0 ]; then
-stat_fail
-  else
-add_daemon espeakup
-stat_done
-  fi
-fi
-;;
-  stop)
-stat_busy "Stopping Espeakup"
-[ ! -z "$PID" ]  && kill $PID &> /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon espeakup
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 2
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0