[arch-commits] Commit in espeakup/repos (18 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun May 12 05:57:36 UTC 2013


    Date: Sunday, May 12, 2013 @ 07:57:35
  Author: bpiotrowski
Revision: 90374

archrelease: copy trunk to community-i686, community-x86_64

Added:
  espeakup/repos/community-i686/PKGBUILD
    (from rev 90373, espeakup/trunk/PKGBUILD)
  espeakup/repos/community-i686/espeakup.conf.d
    (from rev 90373, espeakup/trunk/espeakup.conf.d)
  espeakup/repos/community-i686/espeakup.modules-load.d
    (from rev 90373, espeakup/trunk/espeakup.modules-load.d)
  espeakup/repos/community-i686/espeakup.service
    (from rev 90373, espeakup/trunk/espeakup.service)
  espeakup/repos/community-x86_64/PKGBUILD
    (from rev 90373, espeakup/trunk/PKGBUILD)
  espeakup/repos/community-x86_64/espeakup.conf.d
    (from rev 90373, espeakup/trunk/espeakup.conf.d)
  espeakup/repos/community-x86_64/espeakup.modules-load.d
    (from rev 90373, espeakup/trunk/espeakup.modules-load.d)
  espeakup/repos/community-x86_64/espeakup.service
    (from rev 90373, espeakup/trunk/espeakup.service)
Deleted:
  espeakup/repos/community-i686/PKGBUILD
  espeakup/repos/community-i686/espeakup
  espeakup/repos/community-i686/espeakup.conf.d
  espeakup/repos/community-i686/espeakup.modules-load.d
  espeakup/repos/community-i686/espeakup.service
  espeakup/repos/community-x86_64/PKGBUILD
  espeakup/repos/community-x86_64/espeakup
  espeakup/repos/community-x86_64/espeakup.conf.d
  espeakup/repos/community-x86_64/espeakup.modules-load.d
  espeakup/repos/community-x86_64/espeakup.service

------------------------------------------+
 /PKGBUILD                                |   60 +++++++++++++++++++++++++++++
 /espeakup.conf.d                         |   12 +++++
 /espeakup.modules-load.d                 |    2 
 /espeakup.service                        |   30 ++++++++++++++
 community-i686/PKGBUILD                  |   36 -----------------
 community-i686/espeakup                  |   43 --------------------
 community-i686/espeakup.conf.d           |    6 --
 community-i686/espeakup.modules-load.d   |    1 
 community-i686/espeakup.service          |   15 -------
 community-x86_64/PKGBUILD                |   36 -----------------
 community-x86_64/espeakup                |   43 --------------------
 community-x86_64/espeakup.conf.d         |    6 --
 community-x86_64/espeakup.modules-load.d |    1 
 community-x86_64/espeakup.service        |   15 -------
 14 files changed, 104 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-12 05:57:21 UTC (rev 90373)
+++ community-i686/PKGBUILD	2013-05-12 05:57:35 UTC (rev 90374)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <chris at the-brannons.com>
-# Contributor: Kyle <kyle at gmx.ca>
-
-pkgname=espeakup
-pkgver=0.71
-pkgrel=7
-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=("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)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$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')

Copied: espeakup/repos/community-i686/PKGBUILD (from rev 90373, espeakup/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-12 05:57:35 UTC (rev 90374)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Chris Brannon <chris at the-brannons.com>
+# Contributor: Kyle <kyle at gmx.ca>
+
+pkgname=espeakup
+pkgver=0.71
+pkgrel=8
+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
+        espeakup.service espeakup.modules-load.d)
+depends=('speakup-utils' 'espeak')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install 
+  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"
+}
+
+sha256sums=('8307986998256db21e615c4edc1befedde28a6995971da258e9d513dd79bd3ab'
+            '0d17413611db3fc4d70e34e84c1e55e832d9eec29482ed7d8c3d737e4ba162b8'
+            '916abe0c03b843194705940ef062046809a68b51c5696f505d5444a73b45f214')

Deleted: community-i686/espeakup
===================================================================
--- community-i686/espeakup	2013-05-12 05:57:21 UTC (rev 90373)
+++ community-i686/espeakup	2013-05-12 05:57:35 UTC (rev 90374)
@@ -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

Deleted: community-i686/espeakup.conf.d
===================================================================
--- community-i686/espeakup.conf.d	2013-05-12 05:57:21 UTC (rev 90373)
+++ community-i686/espeakup.conf.d	2013-05-12 05:57:35 UTC (rev 90374)
@@ -1,6 +0,0 @@
-#
-# Arguments to be passed to espeakup.
-# Example:
-# ESPEAKUP_ARGS="--default-voice=fr"
-# will tell espeakup to use the French voice.
-ESPEAKUP_ARGS=""

Copied: espeakup/repos/community-i686/espeakup.conf.d (from rev 90373, espeakup/trunk/espeakup.conf.d)
===================================================================
--- community-i686/espeakup.conf.d	                        (rev 0)
+++ community-i686/espeakup.conf.d	2013-05-12 05:57:35 UTC (rev 90374)
@@ -0,0 +1,6 @@
+#
+# Arguments to be passed to espeakup.
+# Example:
+# ESPEAKUP_ARGS="--default-voice=fr"
+# will tell espeakup to use the French voice.
+ESPEAKUP_ARGS=""

Deleted: community-i686/espeakup.modules-load.d
===================================================================
--- community-i686/espeakup.modules-load.d	2013-05-12 05:57:21 UTC (rev 90373)
+++ community-i686/espeakup.modules-load.d	2013-05-12 05:57:35 UTC (rev 90374)
@@ -1 +0,0 @@
-speakup_soft

Copied: espeakup/repos/community-i686/espeakup.modules-load.d (from rev 90373, espeakup/trunk/espeakup.modules-load.d)
===================================================================
--- community-i686/espeakup.modules-load.d	                        (rev 0)
+++ community-i686/espeakup.modules-load.d	2013-05-12 05:57:35 UTC (rev 90374)
@@ -0,0 +1 @@
+speakup_soft

Deleted: community-i686/espeakup.service
===================================================================
--- community-i686/espeakup.service	2013-05-12 05:57:21 UTC (rev 90373)
+++ community-i686/espeakup.service	2013-05-12 05:57:35 UTC (rev 90374)
@@ -1,15 +0,0 @@
-[Unit]
-Description=Software speech output for Speakup
-# espeakup needs to start after the audio devices appear, hopefully this should go away in the future
-Wants=systemd-udev-settle.service
-After=systemd-udev-settle.service sound.target
-
-[Service]
-Type=forking
-PIDFile=/run/espeakup.pid
-ExecStart=/usr/bin/espeakup
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=always
-
-[Install]
-WantedBy=sound.target

Copied: espeakup/repos/community-i686/espeakup.service (from rev 90373, espeakup/trunk/espeakup.service)
===================================================================
--- community-i686/espeakup.service	                        (rev 0)
+++ community-i686/espeakup.service	2013-05-12 05:57:35 UTC (rev 90374)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Software speech output for Speakup
+# espeakup needs to start after the audio devices appear, hopefully this should go away in the future
+Wants=systemd-udev-settle.service
+After=systemd-udev-settle.service sound.target
+
+[Service]
+Type=forking
+PIDFile=/run/espeakup.pid
+ExecStart=/usr/bin/espeakup
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=always
+
+[Install]
+WantedBy=sound.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-12 05:57:21 UTC (rev 90373)
+++ community-x86_64/PKGBUILD	2013-05-12 05:57:35 UTC (rev 90374)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <chris at the-brannons.com>
-# Contributor: Kyle <kyle at gmx.ca>
-
-pkgname=espeakup
-pkgver=0.71
-pkgrel=7
-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=("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)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$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')

Copied: espeakup/repos/community-x86_64/PKGBUILD (from rev 90373, espeakup/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-12 05:57:35 UTC (rev 90374)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Chris Brannon <chris at the-brannons.com>
+# Contributor: Kyle <kyle at gmx.ca>
+
+pkgname=espeakup
+pkgver=0.71
+pkgrel=8
+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
+        espeakup.service espeakup.modules-load.d)
+depends=('speakup-utils' 'espeak')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install 
+  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"
+}
+
+sha256sums=('8307986998256db21e615c4edc1befedde28a6995971da258e9d513dd79bd3ab'
+            '0d17413611db3fc4d70e34e84c1e55e832d9eec29482ed7d8c3d737e4ba162b8'
+            '916abe0c03b843194705940ef062046809a68b51c5696f505d5444a73b45f214')

Deleted: community-x86_64/espeakup
===================================================================
--- community-x86_64/espeakup	2013-05-12 05:57:21 UTC (rev 90373)
+++ community-x86_64/espeakup	2013-05-12 05:57:35 UTC (rev 90374)
@@ -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

Deleted: community-x86_64/espeakup.conf.d
===================================================================
--- community-x86_64/espeakup.conf.d	2013-05-12 05:57:21 UTC (rev 90373)
+++ community-x86_64/espeakup.conf.d	2013-05-12 05:57:35 UTC (rev 90374)
@@ -1,6 +0,0 @@
-#
-# Arguments to be passed to espeakup.
-# Example:
-# ESPEAKUP_ARGS="--default-voice=fr"
-# will tell espeakup to use the French voice.
-ESPEAKUP_ARGS=""

Copied: espeakup/repos/community-x86_64/espeakup.conf.d (from rev 90373, espeakup/trunk/espeakup.conf.d)
===================================================================
--- community-x86_64/espeakup.conf.d	                        (rev 0)
+++ community-x86_64/espeakup.conf.d	2013-05-12 05:57:35 UTC (rev 90374)
@@ -0,0 +1,6 @@
+#
+# Arguments to be passed to espeakup.
+# Example:
+# ESPEAKUP_ARGS="--default-voice=fr"
+# will tell espeakup to use the French voice.
+ESPEAKUP_ARGS=""

Deleted: community-x86_64/espeakup.modules-load.d
===================================================================
--- community-x86_64/espeakup.modules-load.d	2013-05-12 05:57:21 UTC (rev 90373)
+++ community-x86_64/espeakup.modules-load.d	2013-05-12 05:57:35 UTC (rev 90374)
@@ -1 +0,0 @@
-speakup_soft

Copied: espeakup/repos/community-x86_64/espeakup.modules-load.d (from rev 90373, espeakup/trunk/espeakup.modules-load.d)
===================================================================
--- community-x86_64/espeakup.modules-load.d	                        (rev 0)
+++ community-x86_64/espeakup.modules-load.d	2013-05-12 05:57:35 UTC (rev 90374)
@@ -0,0 +1 @@
+speakup_soft

Deleted: community-x86_64/espeakup.service
===================================================================
--- community-x86_64/espeakup.service	2013-05-12 05:57:21 UTC (rev 90373)
+++ community-x86_64/espeakup.service	2013-05-12 05:57:35 UTC (rev 90374)
@@ -1,15 +0,0 @@
-[Unit]
-Description=Software speech output for Speakup
-# espeakup needs to start after the audio devices appear, hopefully this should go away in the future
-Wants=systemd-udev-settle.service
-After=systemd-udev-settle.service sound.target
-
-[Service]
-Type=forking
-PIDFile=/run/espeakup.pid
-ExecStart=/usr/bin/espeakup
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=always
-
-[Install]
-WantedBy=sound.target

Copied: espeakup/repos/community-x86_64/espeakup.service (from rev 90373, espeakup/trunk/espeakup.service)
===================================================================
--- community-x86_64/espeakup.service	                        (rev 0)
+++ community-x86_64/espeakup.service	2013-05-12 05:57:35 UTC (rev 90374)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Software speech output for Speakup
+# espeakup needs to start after the audio devices appear, hopefully this should go away in the future
+Wants=systemd-udev-settle.service
+After=systemd-udev-settle.service sound.target
+
+[Service]
+Type=forking
+PIDFile=/run/espeakup.pid
+ExecStart=/usr/bin/espeakup
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=always
+
+[Install]
+WantedBy=sound.target




More information about the arch-commits mailing list